HomeSort by relevance Sort by last modified time
    Searched refs:InheritedBool (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h 794 enum InheritedBool { off = false, on = true, inherit };
795 void setDesignMode(InheritedBool value);
796 InheritedBool getDesignMode() const;
    [all...]
Document.cpp     [all...]

Completed in 38 milliseconds