Searched defs:propertySet (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSCalculationValueTest.cpp75 RefPtrWillBeRawPtr<MutableStylePropertySet> propertySet = MutableStylePropertySet::create(); local
76 propertySet->setProperty(CSSPropertyLeft, text);
77 toCSSPrimitiveValue(propertySet->getPropertyCSSValue(CSSPropertyLeft).get())->accumulateLengthArray(lengthArray);
H A DPropertySetCSSStyleDeclaration.h75 virtual MutableStylePropertySet& propertySet() const = 0;
82 PropertySetCSSStyleDeclaration(MutableStylePropertySet& propertySet) : m_propertySet(&propertySet) { } argument
92 virtual MutableStylePropertySet& propertySet() const OVERRIDE FINAL { ASSERT(m_propertySet); return *m_propertySet; }
100 static PassRefPtrWillBeRawPtr<StyleRuleCSSStyleDeclaration> create(MutableStylePropertySet& propertySet, CSSRule* parentRule) argument
102 return adoptRefWillBeNoop(new StyleRuleCSSStyleDeclaration(propertySet, parentRule));
144 virtual MutableStylePropertySet& propertySet() const OVERRIDE;
H A DElementRuleCollector.cpp109 void ElementRuleCollector::addElementStyleProperties(const StylePropertySet* propertySet, bool isCacheable) argument
111 if (!propertySet)
116 m_result.addMatchedProperties(propertySet);
H A DPropertySetCSSStyleDeclaration.cpp147 return propertySet().propertyCount();
152 if (i >= propertySet().propertyCount())
154 return propertySet().propertyAt(i).cssName();
159 return propertySet().asText();
168 propertySet().parseDeclaration(text, contextStyleSheet());
180 return cloneAndCacheForCSSOM(propertySet().getPropertyCSSValue(propertyID).get());
188 return propertySet().getPropertyValue(propertyID);
196 return propertySet().propertyIsImportant(propertyID) ? "important" : "";
204 CSSPropertyID shorthandID = propertySet().getPropertyShorthand(propertyID);
215 return propertySet()
367 reattach(MutableStylePropertySet& propertySet) argument
384 MutableStylePropertySet& InlineCSSStyleDeclaration::propertySet() const function in class:blink::InlineCSSStyleDeclaration
[all...]
H A DStylePropertySet.h57 PropertyReference(const StylePropertySet& propertySet, unsigned index) argument
58 : m_propertySet(propertySet)
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DViewportStyleResolver.cpp65 StylePropertySet& propertySet = viewportRule->mutableProperties(); local
67 unsigned propertyCount = propertySet.propertyCount();
75 m_propertySet = propertySet.mutableCopy();
82 m_propertySet->addParsedProperty(propertySet.propertyAt(i).toCSSProperty());
H A DStyleResolver.cpp1500 CSSPropertyValue::CSSPropertyValue(CSSPropertyID id, const StylePropertySet& propertySet) argument
1501 : property(id), value(propertySet.getPropertyCSSValue(id).get())
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DLengthStyleInterpolationTest.cpp66 RefPtrWillBeRawPtr<MutableStylePropertySet> propertySet = MutableStylePropertySet::create(); local
67 propertySet->setProperty(CSSPropertyLeft, text);
68 toCSSPrimitiveValue(propertySet->getPropertyCSSValue(CSSPropertyLeft).get())->accumulateLengthArray(lengthArray);
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSParser.cpp19 bool CSSParser::parseDeclaration(MutableStylePropertySet* propertySet, const String& declaration, CSSParserObserver* observer, StyleSheetContents* styleSheet) argument
21 return m_bisonParser.parseDeclaration(propertySet, declaration, observer, styleSheet);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimateElement.cpp203 MutableStylePropertySet* propertySet = targetElement->ensureAnimatedSMILStyleProperties(); local
204 if (!propertySet->setProperty(id, value, false, 0))
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 310 milliseconds