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

  /external/chromium/chrome/browser/extensions/
extension_host_mac.h 16 const GURL& url, ViewType::Type host_type) :
17 ExtensionHost(extension, site_instance, url, host_type) {}
extension_host.h 53 const GURL& url, ViewType::Type host_type);
extension_host.cc 125 ViewType::Type host_type)
132 extension_host_type_(host_type),
  /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 60 ViewType host_type)
61 : ExtensionHost(extension, site_instance, url, host_type),
64 DCHECK(host_type == VIEW_TYPE_EXTENSION_DIALOG ||
65 host_type == VIEW_TYPE_EXTENSION_INFOBAR ||
66 host_type == VIEW_TYPE_EXTENSION_POPUP);
extension_host.cc 123 ViewType host_type)
132 extension_host_type_(host_type) {
134 DCHECK(host_type == VIEW_TYPE_EXTENSION_BACKGROUND_PAGE ||
135 host_type == VIEW_TYPE_EXTENSION_DIALOG ||
136 host_type == VIEW_TYPE_EXTENSION_INFOBAR ||
137 host_type == VIEW_TYPE_EXTENSION_POPUP);
142 SetViewType(host_contents_.get(), host_type);
extension_view_host.h 43 ViewType host_type);
extension_host.h 48 const GURL& url, ViewType host_type);
  /external/chromium_org/chrome/browser/ui/gtk/extensions/
extension_view_gtk.cc 57 extensions::ViewType host_type = extension_host_->extension_host_type(); local
58 if (host_type == extensions::VIEW_TYPE_EXTENSION_POPUP) {
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_view_mac.mm 56 extensions::ViewType host_type = extension_host_->extension_host_type();
57 if (host_type == extensions::VIEW_TYPE_EXTENSION_POPUP) {
  /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/chrome/browser/ui/views/extensions/
extension_view_views.cc 170 extensions::ViewType host_type = host_->extension_host_type(); local
171 if (host_type == extensions::VIEW_TYPE_EXTENSION_POPUP) {
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api.cc 399 ViewType host_type = GetViewType(web_contents); local
400 if (VIEW_TYPE_EXTENSION_POPUP == host_type ||
401 VIEW_TYPE_EXTENSION_DIALOG == host_type)
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_settings_handler.cc 1170 ViewType host_type = GetViewType(web_contents); local
    [all...]

Completed in 497 milliseconds