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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp4482 bool Document::inDesignMode() const function in class:blink::Document
4493 return inDesignMode() ? "on" : "off";

Completed in 98 milliseconds