Home
last modified time | relevance | path

Searched refs:getPropertyValue (Results 1 – 25 of 49) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DMetricsSidebarPane.js127 return Number(style.getPropertyValue(propertyName).replace(/px$/, "") || 0);
183 var value = style.getPropertyValue(propertyName);
200 var width = style.getPropertyValue("width").replace(/px$/, "");
201 if (!isNaN(width) && style.getPropertyValue("box-sizing") === "border-box") {
213 var height = style.getPropertyValue("height").replace(/px$/, "");
214 if (!isNaN(height) && style.getPropertyValue("box-sizing") === "border-box") {
264 if (name === "margin" && noMarginDisplayType[style.getPropertyValue("display")])
266 if (name === "padding" && noPaddingDisplayType[style.getPropertyValue("display")])
268 if (name === "position" && noPositionType[style.getPropertyValue("position")])
408 …if (computedStyle.getPropertyValue("box-sizing") === "border-box" && (styleProperty === "width" ||…
DAuditRules.js800 if (computedStyle.getPropertyValue("position") === "absolute") {
813 if (inlineStyle.getPropertyValue("width") !== "")
815 if (inlineStyle.getPropertyValue("height") !== "")
821 if (style.getPropertyValue("width") !== "")
823 if (style.getPropertyValue("height") !== "")
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
DDimResultsElement.java115 public Object getPropertyValue(Object propKey) { in getPropertyValue() method in DimResultsElement
132 return super.getPropertyValue(propKey); in getPropertyValue()
DScenarioResultsElement.java95 public Object getPropertyValue(Object propKey) { in getPropertyValue() method in ScenarioResultsElement
103 return super.getPropertyValue(propKey); in getPropertyValue()
DComponentResultsElement.java126 public Object getPropertyValue(Object propKey) { in getPropertyValue() method in ComponentResultsElement
145 return super.getPropertyValue(propKey); in getPropertyValue()
DBuildResultsProperties.java77 public Object getPropertyValue(Object propKey) { in getPropertyValue() method in BuildResultsProperties
DBuildResultsElement.java207 public Object getPropertyValue(Object propKey) { in getPropertyValue() method in BuildResultsElement
274 return super.getPropertyValue(propKey); in getPropertyValue()
DConfigResultsElement.java212 public Object getPropertyValue(Object propKey) { in getPropertyValue() method in ConfigResultsElement
247 return super.getPropertyValue(propKey); in getPropertyValue()
/external/chromium_org/third_party/WebKit/Source/core/css/
DPropertySetCSSStyleDeclaration.cpp176 String PropertySetCSSStyleDeclaration::getPropertyValue(const String &propertyName) in getPropertyValue() function in WebCore::PropertySetCSSStyleDeclaration
181 return m_propertySet->getPropertyValue(propertyID); in getPropertyValue()
259 return m_propertySet->getPropertyValue(propertyID); in getPropertyValueInternal()
DStylePropertySerializer.h37 String getPropertyValue(CSSPropertyID) const;
DCSSComputedStyleDeclaration.h81 String getPropertyValue(CSSPropertyID) const;
109 virtual String getPropertyValue(const String& propertyName);
DCSSStyleDeclaration.h55 virtual String getPropertyValue(const String& propertyName) = 0;
DCSSStyleDeclaration.idl27 …[TreatReturnedNullStringAs=Null] DOMString getPropertyValue([Default=Undefined] optional …
DPropertySetCSSStyleDeclaration.h59 virtual String getPropertyValue(const String& propertyName) OVERRIDE;
DStylePropertySet.cpp109 String StylePropertySet::getPropertyValue(CSSPropertyID propertyID) const in getPropertyValue() function in WebCore::StylePropertySet
115 return StylePropertySerializer(*this).getPropertyValue(propertyID); in getPropertyValue()
DStylePropertySet.h93 String getPropertyValue(CSSPropertyID) const;
DStylePropertySerializer.cpp217 value = m_propertySet.getPropertyValue(shorthandPropertyID); in asText()
311 String StylePropertySerializer::getPropertyValue(CSSPropertyID propertyID) const in getPropertyValue() function in WebCore::StylePropertySerializer
/external/chromium_org/third_party/WebKit/Source/core/editing/
DRemoveCSSPropertyCommand.cpp53 m_oldValue = style->getPropertyValue(m_property); in doApply()
DEditingStyle.cpp613 …->m_mutableStyle->setProperty(CSSPropertyDirection, m_mutableStyle->getPropertyValue(CSSPropertyDi… in extractAndRemoveTextDirection()
761 …Style->setProperty(textDecorationPropertyForEditing(), inlineStyle->getPropertyValue(textDecoratio… in conflictsWithInlineStyleOfElement()
773 …extractedStyle->setProperty(propertyID, inlineStyle->getPropertyValue(propertyID), inlineStyle->pr… in conflictsWithInlineStyleOfElement()
782 …extractedStyle->setProperty(propertyID, inlineStyle->getPropertyValue(propertyID), inlineStyle->pr… in conflictsWithInlineStyleOfElement()
1413 …mutableStyle->setProperty(CSSPropertyDirection, style->style()->getPropertyValue(CSSPropertyDirect… in StyleChange()
1479 m_applyFontFace = style->getPropertyValue(CSSPropertyFontFamily); in extractTextStyles()
/external/chromium_org/chrome/browser/resources/ntp_android/
Dntp_android.js2042 childStyle.getPropertyValue('padding-left'));
2381 .getPropertyValue('padding-bottom'));
2673 width = parseInt(elStyle.getPropertyValue('width'));
2675 parseInt(elStyle.getPropertyValue('border-left-width')) +
2676 parseInt(elStyle.getPropertyValue('border-right-width'));
2678 parseInt(elStyle.getPropertyValue('padding-left')) +
2679 parseInt(elStyle.getPropertyValue('padding-right'));
2682 width += parseInt(elStyle.getPropertyValue('margin-left')) +
2683 parseInt(elStyle.getPropertyValue('margin-right'));
2694 return parseInt(style.getPropertyValue('padding-bottom'));
/external/chromium_org/chrome/browser/resources/print_preview/search/
Ddestination_search.js249 parseInt(elStyle.getPropertyValue('padding-top')) -
250 parseInt(elStyle.getPropertyValue('padding-bottom')) -
/external/chromium_org/chrome/browser/resources/chromeos/first_run/
Dfirst_run.js35 var oldDurationValue = style.getPropertyValue('transition-duration');
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasStyle.cpp61 CSSParser::parseColor(rgba, canvas->inlineStyle()->getPropertyValue(CSSPropertyColor)); in currentColor()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGFontFaceElement.cpp260 return m_fontFaceRule->properties()->getPropertyValue(CSSPropertyFontFamily); in fontFamily()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp508 result->setWidth(m_style->getPropertyValue("width")); in buildObjectForStyle()
509 result->setHeight(m_style->getPropertyValue("height")); in buildObjectForStyle()
683 …result.append(InspectorStyleProperty(CSSPropertySourceData(name, m_style->getPropertyValue(name), … in populateAllProperties()
813 String value = m_style->getPropertyValue(shorthandProperty); in shorthandValue()
823 String individualValue = m_style->getPropertyValue(individualProperty); in shorthandValue()

12