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.h271 bool isInsertionPoint() const { return getFlag(IsInsertionPointFlag); } in isInsertionPoint()
735 IsInsertionPointFlag = 1 << 24, enumerator
766 CreateInsertionPoint = CreateHTMLElement | IsInsertionPointFlag,