Searched refs:ensureRareData (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DLabelableElement.cpp47 return ensureRareData().ensureNodeLists().addCacheWithAtomicName<LabelsNodeList>(this, LabelsNodeListType, starAtom);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.cpp332 NodeRareData& Node::ensureRareData() function in class:WebCore::Node
385 return ensureRareData().ensureNodeLists().ensureChildNodeList(this);
1330 return ensureRareData().ensureNodeLists().addCacheWithAtomicName<HTMLTagNodeList>(this, HTMLTagNodeListType, localName);
1331 return ensureRareData().ensureNodeLists().addCacheWithAtomicName<TagNodeList>(this, TagNodeListType, localName);
1342 return ensureRareData().ensureNodeLists().addCacheWithQualifiedName(this, namespaceURI.isEmpty() ? nullAtom : namespaceURI, localName);
1347 return ensureRareData().ensureNodeLists().addCacheWithAtomicName<NameNodeList>(this, NameNodeListType, elementName);
1352 return ensureRareData().ensureNodeLists().addCacheWithName<ClassNodeList>(this, ClassNodeListType, classNames);
1358 return ensureRareData().ensureNodeLists().addCacheWithAtomicName<RadioNodeList>(this, RadioNodeListType, name);
2286 Vector<OwnPtr<MutationObserverRegistration> >& registry = ensureRareData().ensureMutationObserverData().registry;
2323 ensureRareData()
[all...]
H A DElement.cpp236 return static_cast<ElementRareData&>(ensureRareData());
3212 return ensureRareData().ensureNodeLists().addCacheWithAtomicName<HTMLTableRowsCollection>(this, type);
3215 return ensureRareData().ensureNodeLists().addCacheWithAtomicName<HTMLOptionsCollection>(this, type);
3218 return ensureRareData().ensureNodeLists().addCacheWithAtomicName<HTMLFormControlsCollection>(this, type);
3220 return ensureRareData().ensureNodeLists().addCacheWithAtomicName<HTMLCollection>(this, type);
H A DContainerNode.cpp864 return ensureRareData().ensureNodeLists().addCacheWithAtomicName<HTMLCollection>(this, NodeChildren);
H A DDocument.cpp4211 return ensureRareData().ensureNodeLists().addCacheWithAtomicName<HTMLCollection>(this, type);
4257 return ensureRareData().ensureNodeLists().addCacheWithAtomicName<HTMLAllCollection>(this, DocAll);
4262 return ensureRareData().ensureNodeLists().addCacheWithAtomicName<HTMLNameCollection>(this, WindowNamedItems, name);
4267 return ensureRareData().ensureNodeLists().addCacheWithAtomicName<HTMLNameCollection>(this, DocumentNamedItems, name);
H A DNode.h799 NodeRareData& ensureRareData();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.h148 RenderBlockFlow::RenderBlockFlowRareData& rareData = ensureRareData();
390 RenderBlockFlowRareData& ensureRareData();
H A DRenderBlockFlow.cpp2644 RenderBlockFlow::RenderBlockFlowRareData& rareData = ensureRareData();
2650 RenderBlockFlow::RenderBlockFlowRareData& RenderBlockFlow::ensureRareData() function in class:WebCore::RenderBlockFlow

Completed in 438 milliseconds