Searched refs:getPropertyValue (Results 1 - 25 of 32) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DDOMCSS.mm167 return [self getPropertyValue:@"azimuth"];
177 return [self getPropertyValue:@"background"];
187 return [self getPropertyValue:@"background-attachment"];
197 return [self getPropertyValue:@"background-color"];
207 return [self getPropertyValue:@"background-image"];
217 return [self getPropertyValue:@"background-position"];
227 return [self getPropertyValue:@"background-repeat"];
237 return [self getPropertyValue:@"border"];
247 return [self getPropertyValue:@"border-collapse"];
257 return [self getPropertyValue
[all...]
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DRemoveCSSPropertyCommand.cpp53 m_oldValue = style->getPropertyValue(m_property);
H A DEditingStyle.cpp570 textDirection->m_mutableStyle->setProperty(CSSPropertyDirection, m_mutableStyle->getPropertyValue(CSSPropertyDirection),
712 extractedStyle->setProperty(CSSPropertyTextDecoration, inlineStyle->getPropertyValue(CSSPropertyTextDecoration), inlineStyle->propertyIsImportant(CSSPropertyTextDecoration));
724 extractedStyle->setProperty(propertyID, inlineStyle->getPropertyValue(propertyID), inlineStyle->propertyIsImportant(propertyID));
733 extractedStyle->setProperty(propertyID, inlineStyle->getPropertyValue(propertyID), inlineStyle->propertyIsImportant(propertyID));
1359 mutableStyle->setProperty(CSSPropertyDirection, style->style()->getPropertyValue(CSSPropertyDirection));
1425 m_applyFontFace = style->getPropertyValue(CSSPropertyFontFamily);
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DMetricsSidebarPane.js101 return Number(style.getPropertyValue(propertyName).replace(/px$/, "") || 0);
147 var value = style.getPropertyValue(propertyName);
163 var width = style.getPropertyValue("width").replace(/px$/, "");
164 if (style.getPropertyValue("box-sizing") === "border-box") {
176 var height = style.getPropertyValue("height").replace(/px$/, "");
177 if (style.getPropertyValue("box-sizing") === "border-box") {
227 if (name === "margin" && noMarginDisplayType[style.getPropertyValue("display")])
229 if (name === "padding" && noPaddingDisplayType[style.getPropertyValue("display")])
231 if (name === "position" && noPositionType[style.getPropertyValue("position")])
366 if (computedStyle.getPropertyValue("bo
[all...]
H A DAuditRules.js769 if (computedStyle.getPropertyValue("position") === "absolute") {
782 if (inlineStyle.getPropertyValue("width") !== "")
784 if (inlineStyle.getPropertyValue("height") !== "")
790 if (style.getPropertyValue("width") !== "")
792 if (style.getPropertyValue("height") !== "")
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSStyleDeclaration.idl33 [TreatReturnedNullStringAs=Null] DOMString getPropertyValue([Default=Undefined] optional DOMString propertyName);
H A DCSSStyleDeclaration.h54 virtual String getPropertyValue(const String& propertyName) = 0;
H A DCSSComputedStyleDeclaration.h103 String getPropertyValue(CSSPropertyID) const;
113 virtual String getPropertyValue(const String& propertyName);
H A DPropertySetCSSStyleDeclaration.cpp173 String PropertySetCSSStyleDeclaration::getPropertyValue(const String &propertyName) function in class:WebCore::PropertySetCSSStyleDeclaration
178 return m_propertySet->getPropertyValue(propertyID);
257 return m_propertySet->getPropertyValue(propertyID);
H A DPropertySetCSSStyleDeclaration.h59 virtual String getPropertyValue(const String& propertyName) OVERRIDE;
H A DFontLoader.cpp277 String fontValue = parsedStyle->getPropertyValue(CSSPropertyFont);
H A DStylePropertySet.h90 String getPropertyValue(CSSPropertyID) const;
H A DStylePropertySet.cpp130 String StylePropertySet::getPropertyValue(CSSPropertyID propertyID) const function in class:WebCore::StylePropertySet
931 value = getPropertyValue(shorthandPropertyID);
H A DCSSComputedStyleDeclaration.cpp1251 result.append(getPropertyValue(computedProperties[i]));
2937 String CSSComputedStyleDeclaration::getPropertyValue(CSSPropertyID propertyID) const function in class:WebCore::CSSComputedStyleDeclaration
3061 String CSSComputedStyleDeclaration::getPropertyValue(const String &propertyName) function in class:WebCore::CSSComputedStyleDeclaration
3066 return getPropertyValue(propertyID);
3103 return getPropertyValue(propertyID);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDOMCSSClasses.cpp99 HRESULT STDMETHODCALLTYPE DOMCSSStyleDeclaration::getPropertyValue( function in class:DOMCSSStyleDeclaration
104 WTF::String value = m_style->getPropertyValue(propertyNameString);
H A DDOMCSSClasses.h88 virtual HRESULT STDMETHODCALLTYPE getPropertyValue(
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/python/
H A DPyRowRef.h42 PyObject *getPropertyValue(char *nm) { function in class:PyRowRef
H A DPyRowRef.cpp56 PyObject *attr = o->getPropertyValue(nm);
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DDOMCSS.idl138 - (NSString *)getPropertyValue:(NSString *)propertyName;
140 HRESULT getPropertyValue([in] BSTR propertyName, [out, retval] BSTR* result);
/macosx-10.9.5/WebKit-7537.78.2/qt/Api/
H A Dqwebelement.cpp820 return style->getPropertyValue(propID);
826 return style->getPropertyValue(propID);
844 return styleRule->properties()->getPropertyValue(propID);
846 if (!style || style->getPropertyValue(propID).isEmpty())
852 return style->getPropertyValue(propID);
863 return style->getPropertyValue(propID);
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGFontFaceElement.cpp262 return m_fontFaceRule->properties()->getPropertyValue(CSSPropertyFontFamily);
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DCanvasStyle.cpp73 CSSParser::parseColor(rgba, canvas->inlineStyle()->getPropertyValue(CSSPropertyColor));
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorStyleSheet.cpp328 result->setWidth(m_style->getPropertyValue("width"));
329 result->setHeight(m_style->getPropertyValue("height"));
520 result->append(InspectorStyleProperty(CSSPropertySourceData(name, m_style->getPropertyValue(name), !m_style->getPropertyPriority(name).isEmpty(), true, SourceRange()), false, false));
651 String value = m_style->getPropertyValue(shorthandProperty);
659 String individualValue = m_style->getPropertyValue(individualProperty);
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DFatFingers.cpp100 || CSSComputedStyleDeclaration::create(element)->getPropertyValue(cssPropertyID("cursor")) == "pointer";
/macosx-10.9.5/apache-786.1/httpd/docs/manual/style/scripts/
H A Dprettify.js7 t[s++<<1|1]=a)}}var e=/(?:^|\s)nocode(?:\s|$)/,h=[],y=0,t=[],s=0,l;a.currentStyle?l=a.currentStyle.whiteSpace:window.getComputedStyle&&(l=document.defaultView.getComputedStyle(a,q).getPropertyValue("white-space"));var p=l&&"pre"===l.substring(0,3);m(a);return{a:h.join("").replace(/\n$/,""),c:t}}function B(a,m,e,h){m&&(a={a:m,d:a},e(a),h.push.apply(h,a.e))}function x(a,m){function e(a){for(var l=a.d,p=[l,"pln"],d=0,g=a.a.match(y)||[],r={},n=0,z=g.length;n<z;++n){var f=g[n],b=r[f],o=void 0,c;if(typeof b===
14 for(;!a.nextSibling;)if(a=a.parentNode,!a)return;for(var a=b(a.nextSibling,0),e;(e=a.parentNode)&&e.nodeType===1;)a=e;d.push(a)}var k=/(?:^|\s)nocode(?:\s|$)/,t=/\r\n?|\n/,s=a.ownerDocument,l;a.currentStyle?l=a.currentStyle.whiteSpace:window.getComputedStyle&&(l=s.defaultView.getComputedStyle(a,q).getPropertyValue("white-space"));var p=l&&"pre"===l.substring(0,3);for(l=s.createElement("LI");a.firstChild;)l.appendChild(a.firstChild);for(var d=[l],g=0;g<d.length;++g)e(d[g]);m===(m|0)&&d[0].setAttribute("value",

Completed in 319 milliseconds

12