OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InDocumentFlag
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
Node.h
486
ASSERT(documentInternal() || !getFlag(
InDocumentFlag
));
487
return getFlag(
InDocumentFlag
);
490
bool isInTreeScope() const { return getFlag(static_cast<NodeFlags>(
InDocumentFlag
| IsInShadowTreeFlag)); }
712
InDocumentFlag
= 1 << 7,
[
all
...]
Element.h
[
all
...]
Completed in 40 milliseconds