master            199 Source/core/css/MediaValues.cpp     Document* executingDocument = document->import() ? document->import()->master() : document;
master            819 Source/core/dom/Document.cpp         return import->master()->domWindow();
master           4583 Source/core/dom/Document.cpp         return document->import()->master()->contentSecurityPolicy();
master            112 Source/core/dom/StyleEngine.cpp     return import->master();
master            474 Source/core/dom/StyleEngine.cpp     if (Document* master = this->master())
master            475 Source/core/dom/StyleEngine.cpp         master->styleEngine()->clearResolver();
master            498 Source/core/dom/StyleEngine.cpp         if (Document* master = this->master())
master            499 Source/core/dom/StyleEngine.cpp             master->styleResolverChanged(time, mode);
master            565 Source/core/dom/StyleEngine.cpp         m_document.import()->master()->styleEngine()->markDocumentDirty();
master            203 Source/core/dom/StyleEngine.h     Document* master();
master             61 Source/core/html/LinkResource.cpp     return import->master()->frame();
master             41 Source/core/html/imports/HTMLImport.cpp     return master()->frame();
master            116 Source/core/html/imports/HTMLImport.cpp     return (document->import()->master() == document);
master            113 Source/core/html/imports/HTMLImport.h     Document* master();
master             42 Source/core/html/imports/HTMLImportChild.cpp HTMLImportChild::HTMLImportChild(Document& master, const KURL& url, SyncMode sync)
master             44 Source/core/html/imports/HTMLImportChild.cpp     , m_master(master)
master             94 Source/core/html/imports/HTMLImportLoader.cpp     DocumentInit init = DocumentInit(response.url(), 0, firstImport->master()->contextDocument(), firstImport)
master             95 Source/core/html/imports/HTMLImportLoader.cpp         .withRegistrationContext(firstImport->master()->registrationContext());
master             42 Source/core/html/imports/HTMLImportsController.cpp void HTMLImportsController::provideTo(Document& master)
master             45 Source/core/html/imports/HTMLImportsController.cpp     OwnPtr<HTMLImportsController> controller = adoptPtr(new HTMLImportsController(master));
master             46 Source/core/html/imports/HTMLImportsController.cpp     master.setImport(controller.get());
master             47 Source/core/html/imports/HTMLImportsController.cpp     DocumentSupplement::provideTo(master, name, controller.release());
master             50 Source/core/html/imports/HTMLImportsController.cpp HTMLImportsController::HTMLImportsController(Document& master)
master             51 Source/core/html/imports/HTMLImportsController.cpp     : m_master(&master)