Home | History | Annotate | Download | only in dom

Lines Matching refs:rareData

226     printf("Number of Nodes with RareData: %zu\n\n", nodesWithRareData);
247 printf(" Number of Elements with RareData: %zu\n", elementsWithRareData);
344 NodeRareData* Node::rareData() const
353 return *rareData();
363 return *rareData();
835 return hasRareData() ? rareData()->nodeLists() : 0;
840 rareData()->clearNodeLists();
1969 NodeMutationObserverData* data = rareData()->mutationObserverData();
1979 NodeMutationObserverData* data = rareData()->mutationObserverData();
2318 return hasRareData() ? rareData()->connectedSubframeCount() : 0;
2329 rareData()->decrementConnectedSubframeCount(amount);
2440 // rareData() and m_data.m_renderer share their storage. We have to trace
2443 visitor->trace(rareData());