Home
last modified time | relevance | path

Searched defs:inViewSourceMode (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDOMImplementation.cpp322 …mentation::createDocument(const String& type, Frame* frame, const KURL& url, bool inViewSourceMode) in createDocument()
327 …Implementation::createDocument(const String& type, const DocumentInit& init, bool inViewSourceMode) in createDocument()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrame.h310 inline bool Frame::inViewSourceMode() const in inViewSourceMode() function