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

/external/webkit/Source/WebCore/dom/
H A DDOMImplementation.h60 static PassRefPtr<Document> createDocument(const String& MIMEType, Frame*, const KURL&, bool inViewSourceMode);
H A DDOMImplementation.cpp322 PassRefPtr<Document> DOMImplementation::createDocument(const String& type, Frame* frame, const KURL& url, bool inViewSourceMode) argument
324 if (inViewSourceMode)
/external/webkit/Source/WebCore/bindings/
H A DScriptControllerBase.cpp79 || m_frame->inViewSourceMode())
/external/webkit/Source/WebCore/page/
H A DFrame.h152 bool inViewSourceMode() const;
350 inline bool Frame::inViewSourceMode() const function in class:WebCore::Frame
/external/webkit/Source/WebCore/loader/
H A DDocumentWriter.cpp106 return DOMImplementation::createDocument(m_mimeType, m_frame, url, m_frame->inViewSourceMode());
H A DFrameLoader.cpp628 if (m_frame->inViewSourceMode())
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebViewPrivate.idl74 HRESULT inViewSourceMode([out, retval] BOOL* flag);
/external/webkit/Source/WebKit/win/
H A DWebFrame.h366 HRESULT inViewSourceMode(BOOL *flag);
H A DWebFrame.cpp1115 HRESULT WebFrame::inViewSourceMode(BOOL* flag) function in class:WebFrame
1128 *flag = coreFrame->inViewSourceMode() ? TRUE : FALSE;
H A DWebView.h610 virtual HRESULT STDMETHODCALLTYPE inViewSourceMode(
H A DWebView.cpp4873 HRESULT STDMETHODCALLTYPE WebView::inViewSourceMode(
4879 return m_mainFrame->inViewSourceMode(flag);
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.cpp1055 return m_frame->inViewSourceMode();
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebview.cpp4898 return mainFrame->inViewSourceMode();
/external/webkit/Source/WebKit/mac/WebView/
H A DWebView.mm2205 return mainFrame && mainFrame->inViewSourceMode();

Completed in 2158 milliseconds