Searched refs:ensureRareData (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | LabelableElement.cpp | 47 …return ensureRareData().ensureNodeLists().addCacheWithAtomicName<LabelsNodeList>(this, LabelsNodeL… in labels()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | Node.cpp | 332 NodeRareData& Node::ensureRareData() in ensureRareData() function in WebCore::Node 385 return ensureRareData().ensureNodeLists().ensureChildNodeList(this); in childNodes() 1330 …return ensureRareData().ensureNodeLists().addCacheWithAtomicName<HTMLTagNodeList>(this, HTMLTagNod… in getElementsByTagName() 1331 …return ensureRareData().ensureNodeLists().addCacheWithAtomicName<TagNodeList>(this, TagNodeListTyp… in getElementsByTagName() 1342 …return ensureRareData().ensureNodeLists().addCacheWithQualifiedName(this, namespaceURI.isEmpty() ?… in getElementsByTagNameNS() 1347 …return ensureRareData().ensureNodeLists().addCacheWithAtomicName<NameNodeList>(this, NameNodeListT… in getElementsByName() 1352 …return ensureRareData().ensureNodeLists().addCacheWithName<ClassNodeList>(this, ClassNodeListType,… in getElementsByClassName() 1358 …return ensureRareData().ensureNodeLists().addCacheWithAtomicName<RadioNodeList>(this, RadioNodeLis… in radioNodeList() 2286 …Vector<OwnPtr<MutationObserverRegistration> >& registry = ensureRareData().ensureMutationObserverD… in registerMutationObserver() 2323 ensureRareData().ensureMutationObserverData().transientRegistry.add(registration); in registerTransientMutationObserver() [all …]
|
D | Element.cpp | 236 return static_cast<ElementRareData&>(ensureRareData()); in ensureElementRareData() 3212 …return ensureRareData().ensureNodeLists().addCacheWithAtomicName<HTMLTableRowsCollection>(this, ty… in ensureCachedHTMLCollection() 3215 …return ensureRareData().ensureNodeLists().addCacheWithAtomicName<HTMLOptionsCollection>(this, type… in ensureCachedHTMLCollection() 3218 …return ensureRareData().ensureNodeLists().addCacheWithAtomicName<HTMLFormControlsCollection>(this,… in ensureCachedHTMLCollection() 3220 return ensureRareData().ensureNodeLists().addCacheWithAtomicName<HTMLCollection>(this, type); in ensureCachedHTMLCollection()
|
D | ContainerNode.cpp | 864 …return ensureRareData().ensureNodeLists().addCacheWithAtomicName<HTMLCollection>(this, NodeChildre… in children()
|
D | Node.h | 799 NodeRareData& ensureRareData();
|
D | Document.cpp | 4211 return ensureRareData().ensureNodeLists().addCacheWithAtomicName<HTMLCollection>(this, type); in ensureCachedCollection() 4257 … return ensureRareData().ensureNodeLists().addCacheWithAtomicName<HTMLAllCollection>(this, DocAll); in all() 4262 …return ensureRareData().ensureNodeLists().addCacheWithAtomicName<HTMLNameCollection>(this, WindowN… in windowNamedItems() 4267 …return ensureRareData().ensureNodeLists().addCacheWithAtomicName<HTMLNameCollection>(this, Documen… in documentNamedItems()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderBlockFlow.h | 148 RenderBlockFlow::RenderBlockFlowRareData& rareData = ensureRareData(); in setLineGridBox() 390 RenderBlockFlowRareData& ensureRareData();
|
D | RenderBlockFlow.cpp | 2644 RenderBlockFlow::RenderBlockFlowRareData& rareData = ensureRareData(); in setRenderNamedFlowFragment() 2650 RenderBlockFlow::RenderBlockFlowRareData& RenderBlockFlow::ensureRareData() in ensureRareData() function in WebCore::RenderBlockFlow
|