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

  /external/chromium_org/chrome/browser/extensions/
extension_view_host_mac.h 22 ViewType host_type)
23 : ExtensionViewHost(extension, site_instance, url, host_type) {}
extension_view_host.cc 61 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);
active_script_controller_browsertest.cc 77 // 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;
extension_view_host.h 37 ViewType host_type);
  /external/libnfc-nxp/src/
phHciNfc_AdminMgmt.h 114 * \param[in] host_type host_type is the type of the host
130 phHciNfc_HostID_t host_type
phHciNfc_AdminMgmt.c 599 phHciNfc_HostID_t host_type
613 if(phHciNfc_UICCHostID != host_type)
    [all...]
  /external/chromium_org/extensions/browser/
extension_host.cc 117 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);
extension_host.h 52 const GURL& url, ViewType host_type);
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_view_views.cc 109 extensions::ViewType host_type = host_->extension_host_type(); local
110 if (host_type == extensions::VIEW_TYPE_EXTENSION_POPUP) {
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api.cc 490 ViewType host_type = GetViewType(web_contents); local
491 if (VIEW_TYPE_EXTENSION_POPUP == host_type ||
492 VIEW_TYPE_EXTENSION_DIALOG == host_type)
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_settings_handler.cc 1363 ViewType host_type = GetViewType(web_contents); local
    [all...]

Completed in 2447 milliseconds