Home
last modified time | relevance | path

Searched refs:incrementConnectedSubframeCount (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFrameOwnerElement.cpp63 node->incrementConnectedSubframeCount(); in setContentFrame()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DNodeRareData.h268 void incrementConnectedSubframeCount(unsigned amount) in incrementConnectedSubframeCount() function
DNode.cpp2595 void Node::incrementConnectedSubframeCount(unsigned amount) in incrementConnectedSubframeCount() function in WebCore::Node
2598 ensureRareData().incrementConnectedSubframeCount(amount); in incrementConnectedSubframeCount()
2625 node->incrementConnectedSubframeCount(count); in updateAncestorConnectedSubframeCountForInsertion()
DNode.h692 void incrementConnectedSubframeCount(unsigned amount = 1);