HomeSort by relevance Sort by last modified time
    Searched refs:GetBackgroundURL (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_background_unittest.cc 49 BackgroundInfo::GetBackgroundURL(extension.get()).path());
61 BackgroundInfo::GetBackgroundURL(extension.get()).path());
71 BackgroundInfo::GetBackgroundURL(extension.get()).path());
  /external/chromium_org/extensions/common/manifest_handlers/
background_info.h 23 static GURL GetBackgroundURL(const Extension* extension);
62 // present, background_url_ will be empty and generated by GetBackgroundURL().
background_info.cc 57 GURL BackgroundInfo::GetBackgroundURL(const Extension* extension) {
288 BackgroundInfo::GetBackgroundURL(extension));
  /external/chromium_org/extensions/browser/
lazy_background_task_queue.cc 90 extension, BackgroundInfo::GetBackgroundURL(extension))) {
process_manager.cc 101 BackgroundInfo::GetBackgroundURL(extension));
    [all...]
  /external/chromium_org/chrome/browser/background/
background_contents_service.cc 399 BackgroundInfo::GetBackgroundURL(extension),
544 BackgroundInfo::GetBackgroundURL(extension),
593 BackgroundInfo::GetBackgroundURL(extension),
  /external/chromium_org/chrome/browser/extensions/api/autotest_private/
autotest_private_api.cc 180 extensions::BackgroundInfo::GetBackgroundURL(extension).spec());
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api.cc 406 (web_contents->GetURL() == BackgroundInfo::GetBackgroundURL(extension));
434 (web_contents->GetURL() == BackgroundInfo::GetBackgroundURL(extension));
490 BackgroundInfo::GetBackgroundURL(extension),
513 BackgroundInfo::GetBackgroundURL(extension),
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_settings_handler.cc     [all...]
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine_browsertests.cc 250 extensions::BackgroundInfo::GetBackgroundURL(extension_).path(),
  /external/chromium_org/chrome/browser/extensions/api/alarms/
alarms_api_unittest.cc 67 AddTab(browser(), BackgroundInfo::GetBackgroundURL(extension_.get()));
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc     [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_service_unittest.cc     [all...]

Completed in 151 milliseconds