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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.h551 struct AttachContext { struct in class:WebCore::Node
555 AttachContext() : resolvedStyle(0), performingReattach(false) { } function in struct:WebCore::Node::AttachContext
561 virtual void attach(const AttachContext& = AttachContext());
565 virtual void detach(const AttachContext& = AttachContext());
571 void reattach(const AttachContext& = AttachContext());
922 AttachContext context;
H A DNode.cpp1021 void Node::reattach(const AttachContext& context)
1025 AttachContext reattachContext(context);
1033 void Node::attach(const AttachContext&) argument
1077 void Node::detach(const AttachContext& context)

Completed in 123 milliseconds