Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.h273 bool isInsertionPoint() const { return getFlag(IsInsertionPointFlag); } in isInsertionPoint()
677 IsInsertionPointFlag = 1 << 7, enumerator
737 CreateInsertionPoint = CreateHTMLElement | IsInsertionPointFlag,