HomeSort by relevance Sort by last modified time
    Searched refs:inViewSourceMode (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMImplementation.h 66 static PassRefPtrWillBeRawPtr<Document> createDocument(const String& mimeType, LocalFrame*, const KURL&, bool inViewSourceMode);
67 static PassRefPtrWillBeRawPtr<Document> createDocument(const String& mimeType, const DocumentInit&, bool inViewSourceMode);
DOMImplementation.cpp 342 PassRefPtrWillBeRawPtr<Document> DOMImplementation::createDocument(const String& type, LocalFrame* frame, const KURL& url, bool inViewSourceMode)
344 return createDocument(type, DocumentInit(url, frame), inViewSourceMode);
347 PassRefPtrWillBeRawPtr<Document> DOMImplementation::createDocument(const String& type, const DocumentInit& init, bool inViewSourceMode)
349 if (inViewSourceMode)
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.h 130 bool inViewSourceMode() const;
239 inline bool LocalFrame::inViewSourceMode() const
LocalDOMWindow.cpp 393 document = DOMImplementation::createDocument(mimeType, init, init.frame() ? init.frame()->inViewSourceMode() : false);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.cpp     [all...]

Completed in 219 milliseconds