Searched refs:firstImport (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/imports/
H A DHTMLImportLoader.h80 HTMLImportChild* firstImport() const { return m_imports[0]; } function in class:blink::FINAL
81 bool isFirstImport(const HTMLImportChild* child) const { return m_imports.size() ? firstImport() == child : false; }
H A DHTMLImportChild.cpp193 // - HTMLImportChild::firstImport() is the "first import" of the DFS order of the import tree.
197 if (!loader()->isFirstImport(this) && this->precedes(loader()->firstImport())) {
198 HTMLImportChild* oldFirst = loader()->firstImport();
H A DLinkImport.cpp96 HTMLImport* parent = loader ? static_cast<HTMLImport*>(loader->firstImport()) : static_cast<HTMLImport*>(controller->root());
H A DHTMLImportLoader.cpp219 return firstImport()->state().shouldBlockScriptExecution();
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorDOMAgent.cpp1818 return loader->firstImport()->link();

Completed in 123 milliseconds