Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.h789 enum InheritedBool { off = false, on = true, inherit }; enum
790 void setDesignMode(InheritedBool value);
791 InheritedBool getDesignMode() const;
1224 InheritedBool m_designMode;
DDocument.cpp4121 void Document::setDesignMode(InheritedBool value) in setDesignMode()
4128 Document::InheritedBool Document::getDesignMode() const in getDesignMode()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLDocument.cpp104 InheritedBool mode; in setDesignMode()