Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.h522 struct AttachContext { struct
526 AttachContext() : resolvedStyle(0), performingReattach(false) { } in AttachContext() argument
DNode.cpp976 void Node::attach(const AttachContext&) in attach()