Searched refs:HasLazyBackgroundPage (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/extensions/browser/
H A Dlazy_background_task_queue.cc79 if (extension && BackgroundInfo::HasLazyBackgroundPage(extension)) {
111 if (BackgroundInfo::HasLazyBackgroundPage(extension))
129 if (host && BackgroundInfo::HasLazyBackgroundPage(extension)) {
H A Dextension_host.cc152 extension_ && BackgroundInfo::HasLazyBackgroundPage(extension_)) {
270 if (extension_ && BackgroundInfo::HasLazyBackgroundPage(extension_)) {
H A Dprocess_manager.cc415 if (!BackgroundInfo::HasLazyBackgroundPage(extension))
422 if (!BackgroundInfo::HasLazyBackgroundPage(extension))
431 if (!BackgroundInfo::HasLazyBackgroundPage(extension))
476 if (!BackgroundInfo::HasLazyBackgroundPage(extension))
827 if (BackgroundInfo::HasLazyBackgroundPage(host->extension())) {
H A Devent_router.cc636 if (BackgroundInfo::HasLazyBackgroundPage(extension)) {
652 // HasLazyBackgroundPage is true. Find out why we're getting it anyway.
654 BackgroundInfo::HasLazyBackgroundPage(host->extension()))
687 if (BackgroundInfo::HasLazyBackgroundPage(extension)) {
/external/chromium_org/extensions/renderer/
H A Dlazy_background_page_native_handler.cc58 return (extension && BackgroundInfo::HasLazyBackgroundPage(extension) &&
H A Devent_bindings.cc61 return (extension && BackgroundInfo::HasLazyBackgroundPage(extension) &&
H A Ddispatcher.cc426 if (extension && BackgroundInfo::HasLazyBackgroundPage(extension) &&
991 BackgroundInfo::HasLazyBackgroundPage(extension));
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dextension_message_port.cc62 if (host && BackgroundInfo::HasLazyBackgroundPage(host->extension()))
H A Dmessage_service.cc670 if (!BackgroundInfo::HasLazyBackgroundPage(extension))
/external/chromium_org/chrome/browser/extensions/api/context_menus/
H A Dcontext_menus_api.cc44 if (BackgroundInfo::HasLazyBackgroundPage(GetExtension())) {
H A Dcontext_menus_api_helpers.h133 if (!is_webview && BackgroundInfo::HasLazyBackgroundPage(extension) &&
/external/chromium_org/chrome/common/extensions/manifest_tests/
H A Dextension_manifests_background_unittest.cc102 EXPECT_TRUE(BackgroundInfo::HasLazyBackgroundPage(extension.get()));
/external/chromium_org/extensions/common/manifest_handlers/
H A Dbackground_info.h29 static bool HasLazyBackgroundPage(const Extension* extension);
H A Dbackground_info.cc89 bool BackgroundInfo::HasLazyBackgroundPage(const Extension* extension) { function in class:extensions::BackgroundInfo
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfile_browser_handlers.cc322 !extensions::BackgroundInfo::HasLazyBackgroundPage(extension_.get())) {
/external/chromium_org/chrome/browser/extensions/
H A Dmenu_manager.cc781 if (!BackgroundInfo::HasLazyBackgroundPage(extension))
833 if (store_ && BackgroundInfo::HasLazyBackgroundPage(extension)) {
/external/chromium_org/chrome/browser/extensions/api/developer_private/
H A Ddeveloper_private_api.cc575 if (BackgroundInfo::HasLazyBackgroundPage(extension) &&
598 if (BackgroundInfo::HasLazyBackgroundPage(extension) &&
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dextension_settings_handler.cc1225 if (BackgroundInfo::HasLazyBackgroundPage(extension) &&
1250 if (BackgroundInfo::HasLazyBackgroundPage(extension) &&

Completed in 317 milliseconds