HomeSort by relevance Sort by last modified time
    Searched refs:propertySet (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
PropertySetCSSStyleDeclaration.cpp 147 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().isPropertyImplicit(propertyID)
    [all...]
PropertySetCSSStyleDeclaration.h 75 virtual MutableStylePropertySet& propertySet() const = 0;
82 PropertySetCSSStyleDeclaration(MutableStylePropertySet& propertySet) : m_propertySet(&propertySet) { }
92 virtual MutableStylePropertySet& propertySet() const OVERRIDE FINAL { ASSERT(m_propertySet); return *m_propertySet; }
100 static PassRefPtrWillBeRawPtr<StyleRuleCSSStyleDeclaration> create(MutableStylePropertySet& propertySet, CSSRule* parentRule)
102 return adoptRefWillBeNoop(new StyleRuleCSSStyleDeclaration(propertySet, parentRule));
144 virtual MutableStylePropertySet& propertySet() const OVERRIDE;
CSSCalculationValueTest.cpp 75 RefPtrWillBeRawPtr<MutableStylePropertySet> propertySet = MutableStylePropertySet::create();
76 propertySet->setProperty(CSSPropertyLeft, text);
77 toCSSPrimitiveValue(propertySet->getPropertyCSSValue(CSSPropertyLeft).get())->accumulateLengthArray(lengthArray);
StylePropertySet.h 57 PropertyReference(const StylePropertySet& propertySet, unsigned index)
58 : m_propertySet(propertySet)
ElementRuleCollector.cpp 109 void ElementRuleCollector::addElementStyleProperties(const StylePropertySet* propertySet, bool isCacheable)
111 if (!propertySet)
116 m_result.addMatchedProperties(propertySet);
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ViewportStyleResolver.cpp 65 StylePropertySet& propertySet = viewportRule->mutableProperties();
67 unsigned propertyCount = propertySet.propertyCount();
75 m_propertySet = propertySet.mutableCopy();
82 m_propertySet->addParsedProperty(propertySet.propertyAt(i).toCSSProperty());
StyleResolver.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
LengthStyleInterpolationTest.cpp 66 RefPtrWillBeRawPtr<MutableStylePropertySet> propertySet = MutableStylePropertySet::create();
67 propertySet->setProperty(CSSPropertyLeft, text);
68 toCSSPrimitiveValue(propertySet->getPropertyCSSValue(CSSPropertyLeft).get())->accumulateLengthArray(lengthArray);
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSParser.cpp 19 bool CSSParser::parseDeclaration(MutableStylePropertySet* propertySet, const String& declaration, CSSParserObserver* observer, StyleSheetContents* styleSheet)
21 return m_bisonParser.parseDeclaration(propertySet, declaration, observer, styleSheet);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimateElement.cpp 203 MutableStylePropertySet* propertySet = targetElement->ensureAnimatedSMILStyleProperties();
204 if (!propertySet->setProperty(id, value, false, 0))
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
ant.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 

Completed in 253 milliseconds