Searched refs:inViewSourceMode (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMImplementation.h66 static PassRefPtrWillBeRawPtr<Document> createDocument(const String& mimeType, LocalFrame*, const KURL&, bool inViewSourceMode);
67 static PassRefPtrWillBeRawPtr<Document> createDocument(const String& mimeType, const DocumentInit&, bool inViewSourceMode);
H A DDOMImplementation.cpp342 PassRefPtrWillBeRawPtr<Document> DOMImplementation::createDocument(const String& type, LocalFrame* frame, const KURL& url, bool inViewSourceMode) argument
344 return createDocument(type, DocumentInit(url, frame), inViewSourceMode);
347 PassRefPtrWillBeRawPtr<Document> DOMImplementation::createDocument(const String& type, const DocumentInit& init, bool inViewSourceMode) argument
349 if (inViewSourceMode)
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DLocalFrame.h130 bool inViewSourceMode() const;
239 inline bool LocalFrame::inViewSourceMode() const function in class:blink::LocalFrame
H A DLocalDOMWindow.cpp393 document = DOMImplementation::createDocument(mimeType, init, init.frame() ? init.frame()->inViewSourceMode() : false);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebLocalFrameImpl.cpp927 return frame()->inViewSourceMode();

Completed in 430 milliseconds