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

  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySet.h 162 const StylePropertyMetadata* metadataArray() const;
183 inline const StylePropertyMetadata* ImmutableStylePropertySet::metadataArray() const
259 return toImmutableStylePropertySet(m_propertySet).metadataArray()[m_index];
StylePropertySet.cpp 83 StylePropertyMetadata* metadataArray = const_cast<StylePropertyMetadata*>(this->metadataArray());
86 metadataArray[i] = properties[i].metadata();
109 if (metadataArray()[n].m_propertyID == id) {

Completed in 59 milliseconds