HomeSort by relevance Sort by last modified time
    Searched refs:GetBackgroundURL (Results 1 - 11 of 11) 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/chrome/browser/extensions/
extension_api_unittest.cc 35 GURL url = BackgroundInfo::GetBackgroundURL(extension());
extension_service_unittest.cc     [all...]
  /external/chromium_org/extensions/common/manifest_handlers/
background_info.h 23 static GURL GetBackgroundURL(const Extension* extension);
63 // present, background_url_ will be empty and generated by GetBackgroundURL().
background_info.cc 58 GURL BackgroundInfo::GetBackgroundURL(const Extension* extension) {
293 BackgroundInfo::GetBackgroundURL(extension));
  /external/chromium_org/extensions/browser/
lazy_background_task_queue.cc 91 extension, BackgroundInfo::GetBackgroundURL(extension))) {
process_manager.cc 135 BackgroundInfo::GetBackgroundURL(extension));
    [all...]
  /external/chromium_org/chrome/browser/background/
background_contents_service.cc 447 BackgroundInfo::GetBackgroundURL(extension),
560 BackgroundInfo::GetBackgroundURL(extension),
610 BackgroundInfo::GetBackgroundURL(extension),
  /external/chromium_org/chrome/browser/extensions/api/autotest_private/
autotest_private_api.cc 176 "backgroundUrl", BackgroundInfo::GetBackgroundURL(extension).spec());
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api.cc 497 (web_contents->GetURL() == BackgroundInfo::GetBackgroundURL(extension));
525 (web_contents->GetURL() == BackgroundInfo::GetBackgroundURL(extension));
580 BackgroundInfo::GetBackgroundURL(extension),
603 BackgroundInfo::GetBackgroundURL(extension),
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_settings_handler.cc     [all...]

Completed in 429 milliseconds