Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/dom/
H A DDocument.h879 enum InheritedBool { off = false, on = true, inherit }; enum
880 void setDesignMode(InheritedBool value);
881 InheritedBool getDesignMode() const;
1317 InheritedBool m_designMode;
H A DDocument.cpp4052 void Document::setDesignMode(InheritedBool value) in setDesignMode()
4059 Document::InheritedBool Document::getDesignMode() const in getDesignMode()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/
H A DHTMLDocument.cpp128 InheritedBool mode; in setDesignMode()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2005-08-2332216 …* khtml/xml/dom_docimpl.h: (DOM::DocumentImpl::): added InheritedBool enum, prototypes, and m_desi…