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

  /external/webkit/Source/WebCore/dom/
ElementRareData.h 35 class ElementRareData : public NodeRareData {
37 ElementRareData();
38 virtual ~ElementRareData();
58 inline ElementRareData::ElementRareData()
64 inline ElementRareData::~ElementRareData()
69 inline void ElementRareData::resetComputedStyle()
Element.h 40 class ElementRareData;
412 ElementRareData* rareData() const;
413 ElementRareData* ensureRareData();
Element.cpp 41 #include "ElementRareData.h"
120 inline ElementRareData* Element::rareData() const
123 return static_cast<ElementRareData*>(NodeRareData::rareDataFromMap(this));
126 inline ElementRareData* Element::ensureRareData()
128 return static_cast<ElementRareData*>(Node::ensureRareData());
133 return new ElementRareData;
1005 ElementRareData* data = rareData();
    [all...]

Completed in 38 milliseconds