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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h794 enum InheritedBool { off = false, on = true, inherit }; enum in class:blink::Document
795 void setDesignMode(InheritedBool value);
796 InheritedBool getDesignMode() const;
1276 InheritedBool m_designMode;

Completed in 57 milliseconds