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

  /external/chromium_org/third_party/WebKit/Source/core/html/
LabelableElement.cpp 49 return ensureRareData()->ensureNodeLists()->addCacheWithAtomicName<LabelsNodeList>(this, LabelsNodeListType, starAtom);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.cpp 388 NodeRareData* Node::ensureRareData()
441 return ensureRareData()->ensureNodeLists()->ensureChildNodeList(this);
    [all...]
Node.h     [all...]
Element.cpp 241 return static_cast<ElementRareData*>(ensureRareData());
    [all...]
ContainerNode.cpp 937 return ensureRareData()->ensureNodeLists()->addCacheWithAtomicName<HTMLCollection>(this, NodeChildren);
    [all...]
Document.cpp     [all...]

Completed in 73 milliseconds