Searched defs:lazyAttach (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLConstructionSite.cpp90 // The |lazyAttach| parameter to this function exists for historical reasons.
91 // There used to be two code paths, one that used lazyAttach and one that
93 // lazyAttach or non-lazyAttach, but we wanted to make that change separately.
94 static inline void insert(HTMLConstructionSiteTask& task, bool lazyAttach) argument
111 if (lazyAttach)
112 task.child->lazyAttach();
140 task.child->lazyAttach();
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.cpp834 void Node::lazyAttach(ShouldSetAttached shouldSetAttached) function in class:WebCore::Node
844 root->lazyAttach(shouldSetAttached);

Completed in 133 milliseconds