Searched refs:GetBackgroundURL (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/chrome/common/extensions/manifest_tests/ |
D | extension_manifests_background_unittest.cc | 49 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/ |
D | background_info.cc | 57 GURL BackgroundInfo::GetBackgroundURL(const Extension* extension) { in GetBackgroundURL() function in extensions::BackgroundInfo 288 BackgroundInfo::GetBackgroundURL(extension)); in Validate()
|
D | background_info.h | 23 static GURL GetBackgroundURL(const Extension* extension);
|
/external/chromium_org/chrome/browser/background/ |
D | background_contents_service.cc | 399 BackgroundInfo::GetBackgroundURL(extension), in Observe() 544 BackgroundInfo::GetBackgroundURL(extension), in LoadBackgroundContentsForExtension() 593 BackgroundInfo::GetBackgroundURL(extension), in LoadBackgroundContentsFromManifests()
|
/external/chromium_org/extensions/browser/ |
D | lazy_background_task_queue.cc | 90 extension, BackgroundInfo::GetBackgroundURL(extension))) { in AddPendingTask()
|
D | process_manager.cc | 101 BackgroundInfo::GetBackgroundURL(extension)); in CreateBackgroundHostForExtensionLoad()
|
/external/chromium_org/chrome/browser/ui/webui/extensions/ |
D | extension_settings_handler.cc | 1126 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/ |
D | autotest_private_api.cc | 180 extensions::BackgroundInfo::GetBackgroundURL(extension).spec()); in RunImpl()
|
/external/chromium_org/chrome/browser/extensions/api/developer_private/ |
D | developer_private_api.cc | 406 (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/ |
D | input_method_engine_browsertests.cc | 250 extensions::BackgroundInfo::GetBackgroundURL(extension_).path(), in IN_PROC_BROWSER_TEST_P()
|
/external/chromium_org/chrome/browser/extensions/api/alarms/ |
D | alarms_api_unittest.cc | 67 AddTab(browser(), BackgroundInfo::GetBackgroundURL(extension_.get())); in SetUp()
|
/external/chromium_org/chrome/browser/automation/ |
D | testing_automation_provider.cc | 3561 extensions::BackgroundInfo::GetBackgroundURL(extension).spec()); in GetExtensionsInfo()
|
/external/chromium_org/chrome/browser/extensions/ |
D | extension_service_unittest.cc | 1388 extensions::BackgroundInfo::GetBackgroundURL(loaded_[1].get())); in TEST_F()
|