Searched refs:host_type (Results 1 - 11 of 11) sorted by path

/external/chromium_org/chrome/browser/extensions/
H A Dactive_script_controller_browsertest.cc77 // Returns an extension with the given |host_type| and |injection_type|. If
81 const Extension* CreateExtension(HostType host_type,
103 HostType host_type, InjectionType injection_type) {
109 host_type == ALL_HOSTS ? "all_hosts" : "explicit_hosts");
112 host_type == ALL_HOSTS ? kAllHostsScheme : kExplicitHostsScheme;
102 CreateExtension( HostType host_type, InjectionType injection_type) argument
H A Dextension_view_host.cc61 ViewType host_type)
62 : ExtensionHost(extension, site_instance, url, host_type),
65 DCHECK(host_type == VIEW_TYPE_EXTENSION_DIALOG ||
66 host_type == VIEW_TYPE_EXTENSION_INFOBAR ||
67 host_type == VIEW_TYPE_EXTENSION_POPUP);
57 ExtensionViewHost( const Extension* extension, content::SiteInstance* site_instance, const GURL& url, ViewType host_type) argument
H A Dextension_view_host.h37 ViewType host_type);
H A Dextension_view_host_mac.h22 ViewType host_type)
23 : ExtensionViewHost(extension, site_instance, url, host_type) {}
19 ExtensionViewHostMac(const Extension* extension, content::SiteInstance* site_instance, const GURL& url, ViewType host_type) argument
/external/chromium_org/chrome/browser/extensions/api/developer_private/
H A Ddeveloper_private_api.cc490 ViewType host_type = GetViewType(web_contents); local
491 if (VIEW_TYPE_EXTENSION_POPUP == host_type ||
492 VIEW_TYPE_EXTENSION_DIALOG == host_type)
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_view_views.cc109 extensions::ViewType host_type = host_->extension_host_type(); local
110 if (host_type == extensions::VIEW_TYPE_EXTENSION_POPUP) {
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dextension_settings_handler.cc1363 ViewType host_type = GetViewType(web_contents); local
1365 VIEW_TYPE_EXTENSION_POPUP == host_type ||
1366 VIEW_TYPE_EXTENSION_DIALOG == host_type)
/external/chromium_org/extensions/browser/
H A Dextension_host.cc117 ViewType host_type)
127 extension_host_type_(host_type) {
129 DCHECK(host_type == VIEW_TYPE_EXTENSION_BACKGROUND_PAGE ||
130 host_type == VIEW_TYPE_EXTENSION_DIALOG ||
131 host_type == VIEW_TYPE_EXTENSION_INFOBAR ||
132 host_type == VIEW_TYPE_EXTENSION_POPUP);
137 SetViewType(host_contents_.get(), host_type);
114 ExtensionHost(const Extension* extension, SiteInstance* site_instance, const GURL& url, ViewType host_type) argument
H A Dextension_host.h52 const GURL& url, ViewType host_type);
/external/libnfc-nxp/src/
H A DphHciNfc_AdminMgmt.c599 phHciNfc_HostID_t host_type
613 if(phHciNfc_UICCHostID != host_type)
H A DphHciNfc_AdminMgmt.h114 * \param[in] host_type host_type is the type of the host
130 phHciNfc_HostID_t host_type

Completed in 1193 milliseconds