Home
last modified time | relevance | path

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

/external/chromium_org/extensions/browser/
Dextension_host.cc117 ViewType host_type) in ExtensionHost() argument
127 extension_host_type_(host_type) { in ExtensionHost()
129 DCHECK(host_type == VIEW_TYPE_EXTENSION_BACKGROUND_PAGE || in ExtensionHost()
130 host_type == VIEW_TYPE_EXTENSION_DIALOG || in ExtensionHost()
131 host_type == VIEW_TYPE_EXTENSION_INFOBAR || in ExtensionHost()
132 host_type == VIEW_TYPE_EXTENSION_POPUP); in ExtensionHost()
137 SetViewType(host_contents_.get(), host_type); in ExtensionHost()
Dextension_host.h52 const GURL& url, ViewType host_type);
/external/chromium_org/chrome/browser/extensions/
Dextension_view_host_mac.h22 ViewType host_type) in ExtensionViewHostMac() argument
23 : ExtensionViewHost(extension, site_instance, url, host_type) {} in ExtensionViewHostMac()
Dextension_view_host.cc61 ViewType host_type) in ExtensionViewHost() argument
62 : ExtensionHost(extension, site_instance, url, host_type), in ExtensionViewHost()
65 DCHECK(host_type == VIEW_TYPE_EXTENSION_DIALOG || in ExtensionViewHost()
66 host_type == VIEW_TYPE_EXTENSION_INFOBAR || in ExtensionViewHost()
67 host_type == VIEW_TYPE_EXTENSION_POPUP); in ExtensionViewHost()
Dactive_script_controller_browsertest.cc81 const Extension* CreateExtension(HostType host_type,
103 HostType host_type, InjectionType injection_type) { in CreateExtension() argument
109 host_type == ALL_HOSTS ? "all_hosts" : "explicit_hosts"); in CreateExtension()
112 host_type == ALL_HOSTS ? kAllHostsScheme : kExplicitHostsScheme; in CreateExtension()
Dextension_view_host.h37 ViewType host_type);
/external/chromium_org/chrome/browser/ui/views/extensions/
Dextension_view_views.cc109 extensions::ViewType host_type = host_->extension_host_type(); in RenderViewCreated() local
110 if (host_type == extensions::VIEW_TYPE_EXTENSION_POPUP) { in RenderViewCreated()
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
Dextension_view_mac.mm59 extensions::ViewType host_type = extension_host_->extension_host_type();
60 if (host_type == extensions::VIEW_TYPE_EXTENSION_POPUP) {
/external/libnfc-nxp/src/
DphHciNfc_AdminMgmt.h130 phHciNfc_HostID_t host_type
DphHciNfc_AdminMgmt.c599 phHciNfc_HostID_t host_type in phHciNfc_Admin_Release() argument
613 if(phHciNfc_UICCHostID != host_type) in phHciNfc_Admin_Release()
/external/chromium_org/chrome/browser/extensions/api/developer_private/
Ddeveloper_private_api.cc490 ViewType host_type = GetViewType(web_contents); in GetInspectablePagesForExtensionProcess() local
491 if (VIEW_TYPE_EXTENSION_POPUP == host_type || in GetInspectablePagesForExtensionProcess()
492 VIEW_TYPE_EXTENSION_DIALOG == host_type) in GetInspectablePagesForExtensionProcess()
/external/chromium_org/chrome/browser/ui/webui/extensions/
Dextension_settings_handler.cc1363 ViewType host_type = GetViewType(web_contents); in GetInspectablePagesForExtensionProcess() local
1365 VIEW_TYPE_EXTENSION_POPUP == host_type || in GetInspectablePagesForExtensionProcess()
1366 VIEW_TYPE_EXTENSION_DIALOG == host_type) in GetInspectablePagesForExtensionProcess()