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

  /external/webkit/Source/WebCore/dom/
Element.cpp 126 inline ElementRareData* Element::ensureRareData()
128 return static_cast<ElementRareData*>(Node::ensureRareData());
    [all...]
Node.cpp 498 ensureRareData()->setTreeScope(newTreeScope);
532 NodeRareData* Node::ensureRareData()
584 ensureRareData()->setTabIndexExplicitly(i);
589 ensureRareData()->clearTabIndexExplicitly();
610 NodeRareData* data = ensureRareData();
927 ensureRareData()->setFocused(b);
982 NodeRareData* data = ensureRareData();
    [all...]
Element.h 413 ElementRareData* ensureRareData();
Node.h 655 NodeRareData* ensureRareData();
  /external/webkit/Source/WebCore/html/
HTMLFormControlElement.cpp 498 NodeRareData* data = Node::ensureRareData();

Completed in 148 milliseconds