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

  /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 47 class HTMLImportsController;
53 // HTMLImportLoader is owned by HTMLImportsController.
66 static PassOwnPtrWillBeRawPtr<HTMLImportLoader> create(HTMLImportsController* controller)
104 HTMLImportLoader(HTMLImportsController*);
123 RawPtrWillBeMember<HTMLImportsController> m_controller;
HTMLImport.h 45 class HTMLImportsController;
57 // * The HTMLImportTreeRoot is owned HTMLImportsController, which is owned by the master
67 // HTMLImportsController also owns all loaders in the tree and manages their lifetime through it.
78 // 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 39 #include "core/html/imports/HTMLImportsController.h"
46 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; }
85 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 120 class HTMLImportsController;
    [all...]
StyleEngine.cpp 43 #include "core/html/imports/HTMLImportsController.h"
113 HTMLImportsController* import = document().importsController();
Document.cpp 145 #include "core/html/imports/HTMLImportsController.h"
580 HTMLImportsController::removeFrom(*this);
635 HTMLImportsController::removeFrom(*this);
836 void Document::setImportsController(HTMLImportsController* controller)
860 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/v8/
V8GCController.cpp 48 #include "core/html/imports/HTMLImportsController.h"
83 if (HTMLImportsController* controller = document.importsController())
203 // Document maintains the list of imported documents through HTMLImportsController.
206 HTMLImportsController* controller = document->importsController();
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorPageAgent.cpp 56 #include "core/html/imports/HTMLImportsController.h"
551 if (HTMLImportsController* controller = rootDocument->importsController()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_html.target.darwin-arm.mk 238 third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp \
webcore_html.target.darwin-arm64.mk 238 third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp \
webcore_html.target.darwin-mips.mk 238 third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp \
webcore_html.target.darwin-x86.mk 238 third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp \
webcore_html.target.darwin-x86_64.mk 238 third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp \
webcore_html.target.linux-arm.mk 238 third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp \
webcore_html.target.linux-arm64.mk 238 third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp \
webcore_html.target.linux-mips.mk 238 third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp \
webcore_html.target.linux-x86.mk 238 third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp \
webcore_html.target.linux-x86_64.mk 238 third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp \

Completed in 1175 milliseconds