Searched refs:extension_host_ (Results 1 – 2 of 2) sorted by relevance
143 if (extension_host_) { in AddNewContents()144 extension_host_->AddNewContents(source, std::move(new_contents), target_url, in AddNewContents()153 if (extension_host_) { in ShouldAllowRendererInitiatedCrossProcessNavigation()154 return extension_host_->ShouldAllowRendererInitiatedCrossProcessNavigation( in ShouldAllowRendererInitiatedCrossProcessNavigation()207 DCHECK(!extension_host_); in CreateExtensionHost()214 extension_host_ = new extensions::CefExtensionViewHost( in CreateExtensionHost()217 extension_host_->CreateRendererSoon(); in CreateExtensionHost()223 extension_host_ = new extensions::CefExtensionBackgroundHost( in CreateExtensionHost()236 return extension_host_; in GetExtensionHost()278 if (extension_host_) in PreHandleGestureEvent()[all …]
109 extensions::ExtensionHost* extension_host_ = nullptr; variable