ensureRareData 896 Source/core/dom/ContainerNode.cpp return ensureRareData().ensureNodeLists().addCache<HTMLCollection>(*this, NodeChildren); ensureRareData 1018 Source/core/dom/ContainerNode.cpp ensureRareData().setRestyleFlag(mask); ensureRareData 1058 Source/core/dom/ContainerNode.cpp return ensureRareData().ensureNodeLists().addCache<HTMLTagCollection>(*this, HTMLTagCollectionType, localName); ensureRareData 1059 Source/core/dom/ContainerNode.cpp return ensureRareData().ensureNodeLists().addCache<TagCollection>(*this, TagCollectionType, localName); ensureRareData 1070 Source/core/dom/ContainerNode.cpp return ensureRareData().ensureNodeLists().addCache(*this, namespaceURI.isEmpty() ? nullAtom : namespaceURI, localName); ensureRareData 1077 Source/core/dom/ContainerNode.cpp return ensureRareData().ensureNodeLists().addCache<NameNodeList>(*this, NameNodeListType, elementName); ensureRareData 1084 Source/core/dom/ContainerNode.cpp return ensureRareData().ensureNodeLists().addCache<ClassCollection>(*this, ClassCollectionType, classNames); ensureRareData 1091 Source/core/dom/ContainerNode.cpp return ensureRareData().ensureNodeLists().addCache<RadioNodeList>(*this, type, name); ensureRareData 4389 Source/core/dom/Document.cpp return ensureRareData().ensureNodeLists().addCache<HTMLCollection>(*this, type); ensureRareData 4435 Source/core/dom/Document.cpp return ensureRareData().ensureNodeLists().addCache<HTMLAllCollection>(*this, DocAll); ensureRareData 4440 Source/core/dom/Document.cpp return ensureRareData().ensureNodeLists().addCache<HTMLNameCollection>(*this, WindowNamedItems, name); ensureRareData 4445 Source/core/dom/Document.cpp return ensureRareData().ensureNodeLists().addCache<HTMLNameCollection>(*this, DocumentNamedItems, name); ensureRareData 192 Source/core/dom/Element.cpp return static_cast<ElementRareData&>(ensureRareData()); ensureRareData 2974 Source/core/dom/Element.cpp return ensureRareData().ensureNodeLists().addCache<HTMLTableRowsCollection>(*this, type); ensureRareData 2977 Source/core/dom/Element.cpp return ensureRareData().ensureNodeLists().addCache<HTMLOptionsCollection>(*this, type); ensureRareData 2980 Source/core/dom/Element.cpp return ensureRareData().ensureNodeLists().addCache<HTMLFormControlsCollection>(*this, type); ensureRareData 2982 Source/core/dom/Element.cpp return ensureRareData().ensureNodeLists().addCache<HTMLCollection>(*this, type); ensureRareData 362 Source/core/dom/Node.cpp return ensureRareData().ensureNodeLists().ensureChildNodeList(toContainerNode(*this)); ensureRareData 363 Source/core/dom/Node.cpp return ensureRareData().ensureNodeLists().ensureEmptyChildNodeList(*this); ensureRareData 2081 Source/core/dom/Node.cpp Vector<OwnPtr<MutationObserverRegistration> >& registry = ensureRareData().ensureMutationObserverData().registry; ensureRareData 2118 Source/core/dom/Node.cpp ensureRareData().ensureMutationObserverData().transientRegistry.add(registration); ensureRareData 2381 Source/core/dom/Node.cpp ensureRareData().incrementConnectedSubframeCount(amount); ensureRareData 773 Source/core/dom/Node.h NodeRareData& ensureRareData(); ensureRareData 47 Source/core/html/LabelableElement.cpp return ensureRareData().ensureNodeLists().addCache<LabelsNodeList>(*this, LabelsNodeListType); ensureRareData 2792 Source/core/rendering/RenderBlockFlow.cpp RenderBlockFlowRareData& rareData = ensureRareData(); ensureRareData 442 Source/core/rendering/RenderBlockFlow.h RenderBlockFlowRareData& ensureRareData(); ensureRareData 980 Source/core/rendering/RenderBox.cpp ensureRareData().m_overrideLogicalContentHeight = height; ensureRareData 986 Source/core/rendering/RenderBox.cpp ensureRareData().m_overrideLogicalContentWidth = width; ensureRareData 710 Source/core/rendering/RenderBox.h RenderBoxRareData& ensureRareData() ensureRareData 781 Source/core/rendering/RenderBox.h ensureRareData().m_inlineBoxWrapper = boxWrapper;