HomeSort by relevance Sort by last modified time
    Searched defs:m_propertySet (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySerializer.h 49 const StylePropertySet& m_propertySet;
PropertySetCSSStyleDeclaration.h 45 PropertySetCSSStyleDeclaration(MutableStylePropertySet* propertySet) : m_propertySet(propertySet) { }
88 MutableStylePropertySet* m_propertySet;
StylePropertySet.h 55 : m_propertySet(propertySet)
82 const StylePropertySet& m_propertySet;
234 explicit VariablesIterator(MutableStylePropertySet* propertySet) : m_propertySet(propertySet) { }
239 virtual String value() const OVERRIDE { return m_propertySet->variableValue(name()); }
244 RefPtr<MutableStylePropertySet> m_propertySet;
269 if (m_propertySet.isMutable())
270 return toMutableStylePropertySet(m_propertySet).m_propertyVector.at(m_index).metadata();
271 return toImmutableStylePropertySet(m_propertySet).metadataArray()[m_index];
276 if (m_propertySet.isMutable())
277 return toMutableStylePropertySet(m_propertySet).m_propertyVector.at(m_index).value()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ViewportStyleResolver.h 70 RefPtr<MutableStylePropertySet> m_propertySet;

Completed in 54 milliseconds