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

  /external/chromium_org/third_party/WebKit/Source/core/html/imports/
HTMLImportLoader.h 80 HTMLImportChild* firstImport() const { return m_imports[0]; }
81 bool isFirstImport(const HTMLImportChild* child) const { return m_imports.size() ? firstImport() == child : false; }
HTMLImportChild.cpp 193 // - 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();
LinkImport.cpp 96 HTMLImport* parent = loader ? static_cast<HTMLImport*>(loader->firstImport()) : static_cast<HTMLImport*>(controller->root());
HTMLImportLoader.cpp 219 return firstImport()->state().shouldBlockScriptExecution();
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.cpp     [all...]

Completed in 991 milliseconds