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

1 2

  /external/chromium_org/chrome/browser/extensions/
browsertest_util.cc 23 manager->GetBackgroundHostForExtension(extension_id);
43 manager->GetBackgroundHostForExtension(extension_id);
alert_apitest.cc 23 process_manager()->GetBackgroundHostForExtension(extension->id());
devtools_util.cc 32 system->process_manager()->GetBackgroundHostForExtension(extension->id());
lazy_background_page_apitest.cc 110 return pm->GetBackgroundHostForExtension(extension_id);
288 pm->GetBackgroundHostForExtension(last_loaded_extension_id());
299 EXPECT_FALSE(pm->GetBackgroundHostForExtension(last_loaded_extension_id()));
364 EXPECT_FALSE(pm->GetBackgroundHostForExtension(last_loaded_extension_id()));
365 EXPECT_FALSE(pmi->GetBackgroundHostForExtension(last_loaded_extension_id()));
379 EXPECT_FALSE(pm->GetBackgroundHostForExtension(last_loaded_extension_id()));
381 pmi->GetBackgroundHostForExtension(last_loaded_extension_id()));
403 EXPECT_FALSE(pm->GetBackgroundHostForExtension(last_loaded_extension_id()));
405 pmi->GetBackgroundHostForExtension(last_loaded_extension_id()));
451 EXPECT_FALSE(pm->GetBackgroundHostForExtension(last_loaded_extension_id()))
    [all...]
process_manager_browsertest.cc 46 EXPECT_TRUE(pm->GetBackgroundHostForExtension(extension->id()));
58 EXPECT_FALSE(pm->GetBackgroundHostForExtension(extension->id()));
84 EXPECT_FALSE(pm->GetBackgroundHostForExtension(popup->id()));
103 EXPECT_FALSE(pm->GetBackgroundHostForExtension(popup->id()));
159 EXPECT_TRUE(pm->GetBackgroundHostForExtension(extension->id()));
notifications_apitest.cc 65 EXPECT_FALSE(pm->GetBackgroundHostForExtension(last_loaded_extension_id()));
extension_crash_recovery_browsertest.cc 76 GetBackgroundHostForExtension(extension_id);
83 GetBackgroundHostForExtension(extension_id));
94 GetBackgroundHostForExtension(extension_id);
extension_util.cc 222 process_manager->GetBackgroundHostForExtension(extension_id);
window_open_apitest.cc 402 process_manager()->GetBackgroundHostForExtension(extension->id());
  /external/chromium_org/chrome/browser/extensions/api/messaging/
extension_message_port.cc 61 ExtensionHost* host = pm->GetBackgroundHostForExtension(extension_id_);
75 ExtensionHost* host = pm->GetBackgroundHostForExtension(extension_id_);
  /external/chromium_org/chrome/browser/apps/
window_controls_browsertest.cc 29 process_manager->GetBackgroundHostForExtension(extension->id());
  /external/chromium_org/chrome/browser/extensions/api/system_indicator/
system_indicator_apitest.cc 65 EXPECT_FALSE(pm->GetBackgroundHostForExtension(last_loaded_extension_id()));
  /external/chromium_org/chrome/browser/extensions/api/system_storage/
system_storage_eject_apitest.cc 48 process_manager()->GetBackgroundHostForExtension(extension->id())->
  /external/chromium_org/extensions/browser/
process_manager.cc 314 if (GetBackgroundHostForExtension(extension->id()))
325 ExtensionHost* ProcessManager::GetBackgroundHostForExtension(
410 ExtensionHost* host = GetBackgroundHostForExtension(extension_id);
531 ExtensionHost* host = GetBackgroundHostForExtension(extension_id);
547 ExtensionHost* host = GetBackgroundHostForExtension(extension_id);
557 ExtensionHost* host = GetBackgroundHostForExtension(extension_id);
576 ExtensionHost* host = GetBackgroundHostForExtension(extension_id);
579 ExtensionHost* host = GetBackgroundHostForExtension(extension_id);
587 ExtensionHost* host = GetBackgroundHostForExtension(
595 ExtensionHost* host = GetBackgroundHostForExtension(
    [all...]
lazy_background_task_queue.cc 51 pm->GetBackgroundHostForExtension(extension->id());
process_manager.h 69 ExtensionHost* GetBackgroundHostForExtension(const std::string& extension_id);
event_router.cc 580 if (!pm->GetBackgroundHostForExtension(extension->id()))
638 ExtensionHost* host = pm->GetBackgroundHostForExtension(extension->id());
647 ExtensionHost* host = pm->GetBackgroundHostForExtension(extension_id);
  /external/chromium_org/chrome/browser/extensions/api/management/
management_browsertest.cc 57 manager->GetBackgroundHostForExtension(extension->id());
158 EXPECT_TRUE(manager->GetBackgroundHostForExtension(extension_id));
164 EXPECT_FALSE(manager->GetBackgroundHostForExtension(extension_id));
170 EXPECT_TRUE(manager->GetBackgroundHostForExtension(extension_id));
management_api_browsertest.cc 38 process_manager()->GetBackgroundHostForExtension(extension_id);
  /external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
media_galleries_watch_apitest.cc 140 extension_system->process_manager()->GetBackgroundHostForExtension(
  /external/chromium_org/chrome/browser/chromeos/login/signin/
oauth2_browsertest.cc 650 manager->GetBackgroundHostForExtension(extension_id);
659 manager->GetBackgroundHostForExtension(extension_id);
  /external/chromium_org/chrome/browser/extensions/api/extension_action/
browser_action_apitest.cc 617 ASSERT_TRUE(manager->GetBackgroundHostForExtension(extension->id()));
634 ASSERT_FALSE(manager->GetBackgroundHostForExtension(extension->id()));
  /external/chromium_org/chrome/browser/devtools/
devtools_target_impl.cc 113 GetBackgroundHostForExtension(extension->id());
  /external/chromium_org/chrome/browser/speech/extension_api/
tts_engine_extension_api.cc 55 process_manager->GetBackgroundHostForExtension(extension_id);
  /external/chromium_org/apps/
launcher.cc 347 process_manager->GetBackgroundHostForExtension(extension_->id());

Completed in 716 milliseconds

1 2