HomeSort by relevance Sort by last modified time
    Searched refs:HTMLImportsController (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/html/imports/
HTMLImportsController.h 54 class HTMLImportsController FINAL : public NoBaseWillBeGarbageCollectedFinalized<HTMLImportsController>, public DocumentSupplement {
55 WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(HTMLImportsController);
62 explicit HTMLImportsController(Document&);
63 virtual ~HTMLImportsController();
HTMLImportsController.cpp 32 #include "core/html/imports/HTMLImportsController.h"
45 const char* HTMLImportsController::supplementName()
47 DEFINE_STATIC_LOCAL(const char*, name, ("HTMLImportsController"));
51 void HTMLImportsController::provideTo(Document& master)
53 OwnPtrWillBeRawPtr<HTMLImportsController> controller = adoptPtrWillBeNoop(new HTMLImportsController(master));
58 void HTMLImportsController::removeFrom(Document& master)
64 HTMLImportsController::HTMLImportsController(Document& master)
70 HTMLImportsController::~HTMLImportsController(
    [all...]
HTMLImportLoader.h 48 class HTMLImportsController;
54 // HTMLImportLoader is owned by HTMLImportsController.
67 static PassOwnPtrWillBeRawPtr<HTMLImportLoader> create(HTMLImportsController* controller)
102 HTMLImportLoader(HTMLImportsController*);
126 RawPtrWillBeMember<HTMLImportsController> m_controller;
HTMLImport.h 44 class HTMLImportsController;
56 // * The HTMLImportTreeRoot is owned HTMLImportsController, which is owned by the master
66 // HTMLImportsController also owns all loaders in the tree and manages their lifetime through it.
77 // Check around HTMLImportsController::findLink() for more detail.
LinkImport.cpp 40 #include "core/html/imports/HTMLImportsController.h"
85 HTMLImportsController::provideTo(m_owner->document());
94 HTMLImportsController* controller = m_owner->document().importsController();
HTMLImportLoader.cpp 40 #include "core/html/imports/HTMLImportsController.h"
47 HTMLImportLoader::HTMLImportLoader(HTMLImportsController* controller)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentInit.h 44 class HTMLImportsController;
50 explicit DocumentInit(const KURL& = KURL(), LocalFrame* = 0, WeakPtrWillBeRawPtr<Document> = nullptr, HTMLImportsController* = 0);
56 HTMLImportsController* importsController() const { return m_importsController; }
86 RawPtrWillBeMember<HTMLImportsController> m_importsController;
DocumentInit.cpp 35 #include "core/html/imports/HTMLImportsController.h"
65 DocumentInit::DocumentInit(const KURL& url, LocalFrame* frame, WeakPtrWillBeRawPtr<Document> contextDocument, HTMLImportsController* importsController)
Document.h 108 class HTMLImportsController;
    [all...]
StyleEngine.cpp 43 #include "core/html/imports/HTMLImportsController.h"
112 HTMLImportsController* import = document().importsController();
Document.cpp 150 #include "core/html/imports/HTMLImportsController.h"
597 HTMLImportsController::removeFrom(*this);
654 HTMLImportsController::removeFrom(*this);
867 void Document::setImportsController(HTMLImportsController* controller)
891 if (HTMLImportsController* import = this->importsController()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
LinkResource.cpp 37 #include "core/html/imports/HTMLImportsController.h"
59 HTMLImportsController* importsController = m_owner->document().importsController();
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8GCController.cpp 49 #include "core/html/imports/HTMLImportsController.h"
85 if (HTMLImportsController* controller = document.importsController())
205 // Document maintains the list of imported documents through HTMLImportsController.
208 HTMLImportsController* controller = document->importsController();
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorPageAgent.cpp 58 #include "core/html/imports/HTMLImportsController.h"
653 if (HTMLImportsController* controller = rootDocument->importsController()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_html.target.darwin-arm.mk 244 third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp \
webcore_html.target.darwin-arm64.mk 244 third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp \
webcore_html.target.darwin-mips.mk 244 third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp \
webcore_html.target.darwin-mips64.mk 244 third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp \
webcore_html.target.darwin-x86.mk 244 third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp \
webcore_html.target.darwin-x86_64.mk 244 third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp \
webcore_html.target.linux-arm.mk 244 third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp \
webcore_html.target.linux-arm64.mk 244 third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp \
webcore_html.target.linux-mips.mk 244 third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp \
webcore_html.target.linux-mips64.mk 244 third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp \
webcore_html.target.linux-x86.mk 244 third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp \

Completed in 1881 milliseconds

1 2