Home
last modified time | relevance | path

Searched refs:HTMLImportsController (Results 1 – 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/html/imports/
DHTMLImportsController.cpp45 const char* HTMLImportsController::supplementName() in supplementName()
51 void HTMLImportsController::provideTo(Document& master) in provideTo()
53 …OwnPtrWillBeRawPtr<HTMLImportsController> controller = adoptPtrWillBeNoop(new HTMLImportsControlle… in provideTo()
58 void HTMLImportsController::removeFrom(Document& master) in removeFrom()
64 HTMLImportsController::HTMLImportsController(Document& master) in HTMLImportsController() function in blink::HTMLImportsController
70 HTMLImportsController::~HTMLImportsController() in ~HTMLImportsController()
91 HTMLImportChild* HTMLImportsController::createChild(const KURL& url, HTMLImportLoader* loader, HTML… in createChild()
104 HTMLImportChild* HTMLImportsController::load(HTMLImport* parent, HTMLImportChildClient* client, Fet… in load()
134 Document* HTMLImportsController::master() const in master()
139 bool HTMLImportsController::shouldBlockScriptExecution(const Document& document) const in shouldBlockScriptExecution()
[all …]
DHTMLImportsController.h54 class HTMLImportsController FINAL : public NoBaseWillBeGarbageCollectedFinalized<HTMLImportsControl…
55 WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(HTMLImportsController);
62 explicit HTMLImportsController(Document&);
63 virtual ~HTMLImportsController();
DHTMLImportLoader.h48 class HTMLImportsController; variable
67 static PassOwnPtrWillBeRawPtr<HTMLImportLoader> create(HTMLImportsController* controller) in create()
102 HTMLImportLoader(HTMLImportsController*);
126 RawPtrWillBeMember<HTMLImportsController> m_controller;
DLinkImport.cpp85 HTMLImportsController::provideTo(m_owner->document()); in process()
94 HTMLImportsController* controller = m_owner->document().importsController(); in process()
DHTMLImport.h44 class HTMLImportsController; variable
DHTMLImportLoader.cpp47 HTMLImportLoader::HTMLImportLoader(HTMLImportsController* controller) in HTMLImportLoader()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentInit.h44 class HTMLImportsController; variable
50 …L& = KURL(), LocalFrame* = 0, WeakPtrWillBeRawPtr<Document> = nullptr, HTMLImportsController* = 0);
56 HTMLImportsController* importsController() const { return m_importsController; } in importsController()
86 RawPtrWillBeMember<HTMLImportsController> m_importsController;
DDocumentInit.cpp65 …LocalFrame* frame, WeakPtrWillBeRawPtr<Document> contextDocument, HTMLImportsController* importsCo… in DocumentInit()
DDocument.h108 class HTMLImportsController; variable
960 void setImportsController(HTMLImportsController*);
961 HTMLImportsController* importsController() const { return m_importsController; } in importsController()
1169 RawPtrWillBeMember<HTMLImportsController> m_importsController;
DStyleEngine.cpp112 HTMLImportsController* import = document().importsController(); in master()
DDocument.cpp597 HTMLImportsController::removeFrom(*this); in ~Document()
654 HTMLImportsController::removeFrom(*this); in dispose()
867 void Document::setImportsController(HTMLImportsController* controller) in setImportsController()
891 if (HTMLImportsController* import = this->importsController()) in executingWindow()
/external/chromium_org/third_party/WebKit/Source/core/html/
DLinkResource.cpp59 HTMLImportsController* importsController = m_owner->document().importsController(); in loadingFrame()
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DV8GCController.cpp85 if (HTMLImportsController* controller = document.importsController()) in opaqueRootForGC()
208 HTMLImportsController* controller = document->importsController(); in traverseTree()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_html.target.linux-mips64.mk244 third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp \
Dwebcore_html.target.linux-arm.mk244 third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp \
Dwebcore_html.target.linux-x86.mk244 third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp \
Dwebcore_html.target.darwin-x86_64.mk244 third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp \
Dwebcore_html.target.darwin-x86.mk244 third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp \
Dwebcore_html.target.linux-mips.mk244 third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp \
Dwebcore_html.target.linux-x86_64.mk244 third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp \
Dwebcore_html.target.darwin-arm.mk244 third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp \
Dwebcore_html.target.darwin-mips.mk244 third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp \
Dwebcore_html.target.darwin-arm64.mk244 third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp \
Dwebcore_html.target.linux-arm64.mk244 third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp \
Dwebcore_html.target.darwin-mips64.mk244 third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp \

12