Home
last modified time | relevance | path

Searched refs:inDesignMode (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLDocument.cpp99 return inDesignMode() ? "on" : "off"; in designMode()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.h792 bool inDesignMode() const;
DDocument.cpp4133 bool Document::inDesignMode() const in inDesignMode() function in WebCore::Document
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.cpp609 documentStyle->setUserModify(document.inDesignMode() ? READ_WRITE : READ_ONLY); in styleForDocument()
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp3480 if (m_frame->document()->inDesignMode()) in defaultArrowEventHandler()
3504 if (m_frame->document()->inDesignMode()) in defaultTabEventHandler()