Home
last modified time | relevance | path

Searched refs:GetBackgroundURL (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/chrome/common/extensions/manifest_tests/
Dextension_manifests_background_unittest.cc49 BackgroundInfo::GetBackgroundURL(extension.get()).path()); in TEST_F()
61 BackgroundInfo::GetBackgroundURL(extension.get()).path()); in TEST_F()
71 BackgroundInfo::GetBackgroundURL(extension.get()).path()); in TEST_F()
/external/chromium_org/extensions/common/manifest_handlers/
Dbackground_info.cc57 GURL BackgroundInfo::GetBackgroundURL(const Extension* extension) { in GetBackgroundURL() function in extensions::BackgroundInfo
288 BackgroundInfo::GetBackgroundURL(extension)); in Validate()
Dbackground_info.h23 static GURL GetBackgroundURL(const Extension* extension);
/external/chromium_org/chrome/browser/background/
Dbackground_contents_service.cc399 BackgroundInfo::GetBackgroundURL(extension), in Observe()
544 BackgroundInfo::GetBackgroundURL(extension), in LoadBackgroundContentsForExtension()
593 BackgroundInfo::GetBackgroundURL(extension), in LoadBackgroundContentsFromManifests()
/external/chromium_org/extensions/browser/
Dlazy_background_task_queue.cc90 extension, BackgroundInfo::GetBackgroundURL(extension))) { in AddPendingTask()
Dprocess_manager.cc101 BackgroundInfo::GetBackgroundURL(extension)); in CreateBackgroundHostForExtensionLoad()
/external/chromium_org/chrome/browser/ui/webui/extensions/
Dextension_settings_handler.cc1126 BackgroundInfo::GetBackgroundURL(extension), in GetInspectablePagesForExtension()
1149 BackgroundInfo::GetBackgroundURL(extension), in GetInspectablePagesForExtension()
1179 (url == BackgroundInfo::GetBackgroundURL(extension)); in GetInspectablePagesForExtensionProcess()
1208 (web_contents->GetURL() == BackgroundInfo::GetBackgroundURL(extension)); in GetShellWindowPagesForExtensionProfile()
/external/chromium_org/chrome/browser/extensions/api/autotest_private/
Dautotest_private_api.cc180 extensions::BackgroundInfo::GetBackgroundURL(extension).spec()); in RunImpl()
/external/chromium_org/chrome/browser/extensions/api/developer_private/
Ddeveloper_private_api.cc406 (web_contents->GetURL() == BackgroundInfo::GetBackgroundURL(extension)); in GetInspectablePagesForExtensionProcess()
434 (web_contents->GetURL() == BackgroundInfo::GetBackgroundURL(extension)); in GetShellWindowPagesForExtensionProfile()
490 BackgroundInfo::GetBackgroundURL(extension), in GetInspectablePagesForExtension()
513 BackgroundInfo::GetBackgroundURL(extension), in GetInspectablePagesForExtension()
/external/chromium_org/chrome/browser/chromeos/input_method/
Dinput_method_engine_browsertests.cc250 extensions::BackgroundInfo::GetBackgroundURL(extension_).path(), in IN_PROC_BROWSER_TEST_P()
/external/chromium_org/chrome/browser/extensions/api/alarms/
Dalarms_api_unittest.cc67 AddTab(browser(), BackgroundInfo::GetBackgroundURL(extension_.get())); in SetUp()
/external/chromium_org/chrome/browser/automation/
Dtesting_automation_provider.cc3561 extensions::BackgroundInfo::GetBackgroundURL(extension).spec()); in GetExtensionsInfo()
/external/chromium_org/chrome/browser/extensions/
Dextension_service_unittest.cc1388 extensions::BackgroundInfo::GetBackgroundURL(loaded_[1].get())); in TEST_F()