Home
last modified time | relevance | path

Searched refs:isMaster (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DStyleEngine.cpp58 , m_isMaster(HTMLImport::isMaster(&document)) in StyleEngine()
96 if (isMaster()) in master()
256 ASSERT(isMaster()); in notifyPendingStyleSheetAdded()
262 ASSERT(isMaster()); in notifyPendingStyleSheetRemoved()
360 ASSERT(isMaster()); in collectDocumentActiveStyleSheets()
379 ASSERT(isMaster()); in updateActiveStyleSheets()
456 ASSERT(isMaster()); in appendActiveAuthorStyleSheets()
491 ASSERT(isMaster() || !m_resolver); in clearResolver()
536 if (!isMaster()) { in resolverChanged()
594 if (!HTMLImport::isMaster(&m_document)) in markDocumentDirty()
DStyleEngine.h188 bool isMaster() const { return m_isMaster; } in isMaster() function
/external/chromium_org/third_party/WebKit/public/web/
DWebApplicationCacheHost.h108 bool isMaster; member
113 …ResourceInfo() : size(0), isMaster(false), isManifest(false), isExplicit(false), isForeign(false),… in ResourceInfo()
/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
DApplicationCacheHost.h89 …ResourceInfo(const KURL& resource, bool isMaster, bool isManifest, bool isFallback, bool isForeign… in ResourceInfo()
91 , m_isMaster(isMaster) in ResourceInfo()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLImport.h134 static bool isMaster(Document*);
DHTMLImport.cpp183 bool HTMLImport::isMaster(Document* document) in isMaster() function in WebCore::HTMLImport
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
Dxorg_tracker.h118 Bool isMaster; member
Dxorg_driver.c287 ms->isMaster = TRUE; in drv_init_drm()
666 if (!ms->isMaster && drmSetMaster(ms->fd) != 0) { in drv_set_master()
678 ms->isMaster = TRUE; in drv_set_master()
955 ms->isMaster = FALSE; in drv_leave_vt()
/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_tracker.h118 Bool isMaster; member
Dxorg_driver.c287 ms->isMaster = TRUE; in drv_init_drm()
666 if (!ms->isMaster && drmSetMaster(ms->fd) != 0) { in drv_set_master()
678 ms->isMaster = TRUE; in drv_set_master()
955 ms->isMaster = FALSE; in drv_leave_vt()
/external/chromium_org/third_party/WebKit/Source/web/
DApplicationCacheHost.cpp191 …webResources[i].url, webResources[i].isMaster, webResources[i].isManifest, webResources[i].isFallb… in fillResourceList()
/external/chromium_org/content/child/appcache/
Dweb_application_cache_host_impl.cc320 web_resources[i].isMaster = resource_infos[i].is_master; in getResourceList()