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

1 2

  /external/chromium_org/extensions/common/manifest_handlers/
background_info.cc 36 static base::LazyInstance<BackgroundInfo> g_empty_background_info =
39 const BackgroundInfo& GetBackgroundInfo(const Extension* extension) {
40 BackgroundInfo* info = static_cast<BackgroundInfo*>(
49 BackgroundInfo::BackgroundInfo()
54 BackgroundInfo::~BackgroundInfo() {
58 GURL BackgroundInfo::GetBackgroundURL(const Extension* extension) {
59 const BackgroundInfo& info = GetBackgroundInfo(extension)
    [all...]
background_info.h 18 class BackgroundInfo : public Extension::ManifestData {
20 BackgroundInfo();
21 virtual ~BackgroundInfo();
77 DISALLOW_COPY_AND_ASSIGN(BackgroundInfo);
  /external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_background_unittest.cc 41 BackgroundInfo::GetBackgroundScripts(extension.get());
46 EXPECT_TRUE(BackgroundInfo::HasBackgroundPage(extension.get()));
49 BackgroundInfo::GetBackgroundURL(extension.get()).path());
61 BackgroundInfo::GetBackgroundURL(extension.get()).path());
62 EXPECT_TRUE(BackgroundInfo::AllowJSAccess(extension.get()));
71 BackgroundInfo::GetBackgroundURL(extension.get()).path());
83 EXPECT_FALSE(BackgroundInfo::AllowJSAccess(extension.get()));
87 EXPECT_FALSE(BackgroundInfo::AllowJSAccess(extension.get()));
102 EXPECT_TRUE(BackgroundInfo::HasLazyBackgroundPage(extension.get()));
  /external/chromium_org/extensions/browser/
lazy_background_task_queue.cc 49 if (BackgroundInfo::HasBackgroundPage(extension)) {
82 if (extension && BackgroundInfo::HasLazyBackgroundPage(extension)) {
91 extension, BackgroundInfo::GetBackgroundURL(extension))) {
114 if (BackgroundInfo::HasLazyBackgroundPage(extension))
132 if (host && BackgroundInfo::HasLazyBackgroundPage(extension)) {
runtime_data.cc 22 if (!BackgroundInfo::HasPersistentBackgroundPage(extension))
process_manager.cc 133 if (BackgroundInfo::HasPersistentBackgroundPage(extension))
135 BackgroundInfo::GetBackgroundURL(extension));
419 if (!BackgroundInfo::HasLazyBackgroundPage(extension))
426 if (!BackgroundInfo::HasLazyBackgroundPage(extension))
435 if (!BackgroundInfo::HasLazyBackgroundPage(extension))
481 if (!BackgroundInfo::HasLazyBackgroundPage(extension))
    [all...]
extension_host.cc 153 extension_ && BackgroundInfo::HasLazyBackgroundPage(extension_)) {
271 if (extension_ && BackgroundInfo::HasLazyBackgroundPage(extension_)) {
event_router.cc 688 if (BackgroundInfo::HasLazyBackgroundPage(extension)) {
706 BackgroundInfo::HasLazyBackgroundPage(host->extension()))
740 if (BackgroundInfo::HasLazyBackgroundPage(extension)) {
extension_protocols.cc 95 extensions::BackgroundInfo::GetBackgroundScripts(extension_.get());
  /external/chromium_org/extensions/renderer/
lazy_background_page_native_handler.cc 58 return (extension && BackgroundInfo::HasLazyBackgroundPage(extension) &&
event_bindings.cc 61 return (extension && BackgroundInfo::HasLazyBackgroundPage(extension) &&
  /external/chromium_org/chrome/browser/background/
background_contents_service.cc 62 using extensions::BackgroundInfo;
385 if (extension && BackgroundInfo::HasBackgroundPage(extension))
435 BackgroundInfo::HasBackgroundPage(extension)) {
447 BackgroundInfo::GetBackgroundURL(extension),
478 if (BackgroundInfo::HasBackgroundPage(extension)) {
558 if (extension && BackgroundInfo::HasBackgroundPage(extension)) {
560 BackgroundInfo::GetBackgroundURL(extension),
608 BackgroundInfo::HasBackgroundPage(extension)) {
610 BackgroundInfo::GetBackgroundURL(extension),
background_application_list_model.cc 333 if (extensions::BackgroundInfo::HasBackgroundPage(&extension))
  /external/chromium_org/chrome/browser/extensions/api/messaging/
extension_message_port.cc 62 if (host && BackgroundInfo::HasLazyBackgroundPage(host->extension()))
  /external/chromium_org/chrome/browser/extensions/
extension_api_unittest.cc 35 GURL url = BackgroundInfo::GetBackgroundURL(extension());
chrome_content_browser_client_extensions_part.cc 170 !BackgroundInfo::AllowJSAccess(extension)) {
250 if (!BackgroundInfo::HasBackgroundPage(extension))
installed_loader.cc 119 if (!BackgroundInfo::HasBackgroundPage(extension))
121 if (BackgroundInfo::HasPersistentBackgroundPage(extension))
menu_manager.cc 784 if (!BackgroundInfo::HasLazyBackgroundPage(extension))
837 if (store_ && BackgroundInfo::HasLazyBackgroundPage(extension)) {
  /external/chromium_org/chrome/browser/extensions/api/context_menus/
context_menus_api.cc 44 if (BackgroundInfo::HasLazyBackgroundPage(extension())) {
context_menus_api_helpers.h 142 if (!is_webview && BackgroundInfo::HasLazyBackgroundPage(extension) &&
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api.cc 484 BackgroundInfo::HasGeneratedBackgroundPage(extension);
497 (web_contents->GetURL() == BackgroundInfo::GetBackgroundURL(extension));
517 BackgroundInfo::HasGeneratedBackgroundPage(extension);
525 (web_contents->GetURL() == BackgroundInfo::GetBackgroundURL(extension));
576 if (BackgroundInfo::HasLazyBackgroundPage(extension) &&
580 BackgroundInfo::GetBackgroundURL(extension),
584 BackgroundInfo::HasGeneratedBackgroundPage(extension)));
599 if (BackgroundInfo::HasLazyBackgroundPage(extension) &&
603 BackgroundInfo::GetBackgroundURL(extension),
607 BackgroundInfo::HasGeneratedBackgroundPage(extension)))
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_settings_handler.cc     [all...]
  /external/chromium_org/chrome/browser/extensions/api/autotest_private/
autotest_private_api.cc 176 "backgroundUrl", BackgroundInfo::GetBackgroundURL(extension).spec());
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_browser_handlers.cc 326 !extensions::BackgroundInfo::HasLazyBackgroundPage(extension_.get())) {
  /external/chromium_org/extensions/browser/api/runtime/
runtime_api.cc 95 if (extension && BackgroundInfo::HasPersistentBackgroundPage(extension) &&

Completed in 880 milliseconds

1 2