HomeSort by relevance Sort by last modified time
    Searched refs:GetBackgroundHostForExtension (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium/chrome/browser/extensions/
alert_apitest.cc 20 GetBackgroundHostForExtension(extension);
extension_process_manager.h 65 ExtensionHost* GetBackgroundHostForExtension(const Extension* extension);
extension_management_browsertest.cc 39 ExtensionHost* ext_host = manager->GetBackgroundHostForExtension(extension);
179 EXPECT_TRUE(manager->GetBackgroundHostForExtension(extension));
185 EXPECT_FALSE(manager->GetBackgroundHostForExtension(extension));
191 EXPECT_TRUE(manager->GetBackgroundHostForExtension(extension));
extension_crash_recovery_browsertest.cc 71 GetExtensionProcessManager()->GetBackgroundHostForExtension(extension);
79 GetExtensionProcessManager()->GetBackgroundHostForExtension(extension));
88 GetExtensionProcessManager()->GetBackgroundHostForExtension(extension);
extension_process_manager.cc 178 if (GetBackgroundHostForExtension(extension))
211 ExtensionHost* ExtensionProcessManager::GetBackgroundHostForExtension(
  /external/chromium_org/chrome/browser/extensions/
lazy_background_page_apitest.cc 105 EXPECT_FALSE(pm->GetBackgroundHostForExtension(last_loaded_extension_id_));
115 EXPECT_FALSE(pm->GetBackgroundHostForExtension(last_loaded_extension_id_));
129 EXPECT_FALSE(pm->GetBackgroundHostForExtension(last_loaded_extension_id_));
139 EXPECT_FALSE(pm->GetBackgroundHostForExtension(last_loaded_extension_id_));
152 EXPECT_FALSE(pm->GetBackgroundHostForExtension(last_loaded_extension_id_));
165 EXPECT_FALSE(pm->GetBackgroundHostForExtension(last_loaded_extension_id_));
181 EXPECT_FALSE(pm->GetBackgroundHostForExtension(last_loaded_extension_id_));
200 EXPECT_FALSE(pm->GetBackgroundHostForExtension(last_loaded_extension_id_));
223 EXPECT_TRUE(pm->GetBackgroundHostForExtension(last_loaded_extension_id_));
231 EXPECT_FALSE(pm->GetBackgroundHostForExtension(last_loaded_extension_id_))
    [all...]
alert_apitest.cc 23 process_manager()->GetBackgroundHostForExtension(extension->id());
notifications_apitest.cc 77 EXPECT_FALSE(pm->GetBackgroundHostForExtension(last_loaded_extension_id_));
window_controls_browsertest.cc 30 process_manager->GetBackgroundHostForExtension(extension->id());
extension_process_manager.cc 294 if (GetBackgroundHostForExtension(extension->id()))
311 ExtensionHost* ExtensionProcessManager::GetBackgroundHostForExtension(
403 ExtensionHost* host = GetBackgroundHostForExtension(extension_id);
461 ExtensionHost* host = GetBackgroundHostForExtension(extension_id);
477 ExtensionHost* host = GetBackgroundHostForExtension(extension_id);
487 ExtensionHost* host = GetBackgroundHostForExtension(extension_id);
506 ExtensionHost* host = GetBackgroundHostForExtension(extension_id);
509 ExtensionHost* host = GetBackgroundHostForExtension(extension_id);
517 ExtensionHost* host = GetBackgroundHostForExtension(
525 ExtensionHost* host = GetBackgroundHostForExtension(
    [all...]
extension_process_manager.h 85 extensions::ExtensionHost* GetBackgroundHostForExtension(
lazy_background_task_queue.cc 47 pm->GetBackgroundHostForExtension(extension->id());
extension_crash_recovery_browsertest.cc 64 GetBackgroundHostForExtension(extension_id);
71 GetBackgroundHostForExtension(extension_id));
82 GetBackgroundHostForExtension(extension_id);
  /external/chromium_org/chrome/browser/extensions/api/messaging/
extension_message_port.cc 59 ExtensionHost* host = pm->GetBackgroundHostForExtension(extension_id_);
73 ExtensionHost* host = pm->GetBackgroundHostForExtension(extension_id_);
  /external/chromium_org/chrome/browser/extensions/api/system_indicator/
system_indicator_apitest.cc 63 EXPECT_FALSE(pm->GetBackgroundHostForExtension(last_loaded_extension_id_));
  /external/chromium_org/chrome/browser/extensions/api/system_storage/
system_storage_eject_apitest.cc 45 process_manager()->GetBackgroundHostForExtension(extension->id())->
  /external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
media_galleries_eject_apitest.cc 78 process_manager()->GetBackgroundHostForExtension(extension->id())->
media_galleries_private_apitest.cc 119 process_manager()->GetBackgroundHostForExtension(extension->id())->
  /external/chromium_org/chrome/browser/devtools/
browser_list_tabcontents_provider.cc 131 GetBackgroundHostForExtension(web_contents->GetURL().host());
  /external/chromium_org/chrome/browser/extensions/api/management/
management_browsertest.cc 53 manager->GetBackgroundHostForExtension(extension->id());
155 EXPECT_TRUE(manager->GetBackgroundHostForExtension(extension_id));
161 EXPECT_FALSE(manager->GetBackgroundHostForExtension(extension_id));
167 EXPECT_TRUE(manager->GetBackgroundHostForExtension(extension_id));
management_api_browsertest.cc 39 process_manager()->GetBackgroundHostForExtension(extension_id);
  /external/chromium_org/chrome/browser/extensions/api/media_galleries/
media_galleries_apitest.cc 76 process_manager()->GetBackgroundHostForExtension(extension->id());
  /external/chromium_org/chrome/browser/extensions/api/debugger/
debugger_api.cc 506 GetBackgroundHostForExtension(*debuggee_.extension_id);
680 GetBackgroundHostForExtension(web_contents->GetURL().host());
  /external/chromium_org/chrome/browser/extensions/api/extension_action/
browser_action_apitest.cc 588 ASSERT_TRUE(manager->GetBackgroundHostForExtension(extension->id()));
604 ASSERT_FALSE(manager->GetBackgroundHostForExtension(extension->id()));
  /external/chromium_org/apps/
launcher.cc 248 process_manager->GetBackgroundHostForExtension(extension_->id());

Completed in 1010 milliseconds

1 2