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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
SinkDocument.h 33 class SinkDocument FINAL : public HTMLDocument {
35 static PassRefPtrWillBeRawPtr<SinkDocument> create(const DocumentInit& initializer = DocumentInit())
37 return adoptRefWillBeNoop(new SinkDocument(initializer));
41 SinkDocument(const DocumentInit&);
SinkDocument.cpp 27 #include "core/loader/SinkDocument.h"
35 static PassRefPtrWillBeRawPtr<SinkDocumentParser> create(SinkDocument* document)
41 SinkDocumentParser(SinkDocument* document)
50 SinkDocument::SinkDocument(const DocumentInit& initializer)
57 PassRefPtrWillBeRawPtr<DocumentParser> SinkDocument::createParser()
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalDOMWindow.cpp 81 #include "core/loader/SinkDocument.h"
387 document = SinkDocument::create(init);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 468 third_party/WebKit/Source/core/loader/SinkDocument.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 468 third_party/WebKit/Source/core/loader/SinkDocument.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 468 third_party/WebKit/Source/core/loader/SinkDocument.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 468 third_party/WebKit/Source/core/loader/SinkDocument.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 468 third_party/WebKit/Source/core/loader/SinkDocument.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 468 third_party/WebKit/Source/core/loader/SinkDocument.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 468 third_party/WebKit/Source/core/loader/SinkDocument.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 468 third_party/WebKit/Source/core/loader/SinkDocument.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 468 third_party/WebKit/Source/core/loader/SinkDocument.cpp \
    [all...]
webcore_remaining.target.linux-x86_64.mk 468 third_party/WebKit/Source/core/loader/SinkDocument.cpp \
    [all...]

Completed in 83 milliseconds