Searched refs:sizeValue (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DSplitView.js289 var sizeValue; variable
291 sizeValue = (size / this._totalSize) * 100 + "%";
293 sizeValue = size + "px";
298 this._firstElement.style.right = sizeValue;
299 this._secondElement.style.width = sizeValue;
300 this._resizerElement.style.right = sizeValue;
303 this._firstElement.style.width = sizeValue;
304 this._secondElement.style.left = sizeValue;
305 this._resizerElement.style.left = sizeValue;
312 this._firstElement.style.bottom = sizeValue;
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsgeometry.py108 w = v.sizeValue()
113 w = v.sizeValue()
125 self.failUnlessResultHasType(NSValue.sizeValue, NSSize.__typestr__)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsgeometry.py101 w = v.sizeValue()
106 w = v.sizeValue()
118 self.assertResultHasType(NSValue.sizeValue, NSSize.__typestr__)
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/mac/
H A DWKAccessibilityWebPageObject.mm227 NSSize remoteSize = [[self accessibilityAttributeValue:NSAccessibilitySizeAttribute] sizeValue];
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecKey.c150 size_t sizeValue = SecKeyGetSize(key, kSecKeyKeySizeInBits); local
151 CFNumberRef sizeInBits = CFNumberCreate(allocator, kCFNumberLongType, &sizeValue);
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebIconDatabase.mm384 NSSize currentSizeSize = [currentSize sizeValue];
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSParser.cpp7558 RefPtr<CSSPrimitiveValue> sizeValue;
7578 sizeValue = cssValuePool().createIdentifierValue(a->id);
7593 result->setSizingBehavior(sizeValue);
7599 if (!shapeValue && !sizeValue) {
7720 RefPtr<CSSPrimitiveValue> sizeValue;
7742 if (sizeValue || horizontalSize)
7744 sizeValue = cssValuePool().createIdentifierValue(a->id);
7758 if (sizeValue || horizontalSize)
7778 if (sizeValue && horizontalSize)
7791 result->setSizingBehavior(sizeValue);
[all...]
H A DCSSComputedStyleDeclaration.cpp2972 int sizeValue = cssIdentifierForFontSizeKeyword(style->fontDescription().keywordSize()); local
2974 if (primitiveValue->isIdent() && primitiveValue->getIdent() == sizeValue)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.mm849 FloatSize naturalSize([[m_qtMovie.get() attributeForKey:QTMovieNaturalSizeAttribute] sizeValue]);
998 NSSize naturalSize = [[m_qtMovie.get() attributeForKey:QTMovieNaturalSizeAttribute] sizeValue];

Completed in 243 milliseconds