Searched defs:inViewSourceMode (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/dom/
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/page/
H A DFrame.h152 bool inViewSourceMode() const;
350 inline bool Frame::inViewSourceMode() const function in class:WebCore::Frame
/external/webkit/Source/WebKit/win/
H A DWebFrame.cpp1115 HRESULT WebFrame::inViewSourceMode(BOOL* flag) function in class:WebFrame
1128 *flag = coreFrame->inViewSourceMode() ? TRUE : FALSE;

Completed in 272 milliseconds