Home
last modified time | relevance | path

Searched refs:ShouldSetAttached (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/dom/
DNode.h317 enum ShouldSetAttached { enum
321 void lazyAttach(ShouldSetAttached = SetAttached);
DNode.cpp912 void Node::lazyAttach(ShouldSetAttached shouldSetAttached) in lazyAttach()