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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h797 bool inDesignMode() const;
H A DDocument.cpp4482 bool Document::inDesignMode() const function in class:blink::Document
4493 return inDesignMode() ? "on" : "off";
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleResolver.cpp514 documentStyle->setUserModify(document.inDesignMode() ? READ_WRITE : READ_ONLY);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventHandler.cpp3409 if (m_frame->document()->inDesignMode())
3433 if (m_frame->document()->inDesignMode())

Completed in 2428 milliseconds