OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasLazyBackgroundPage
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/extensions/browser/
lazy_background_task_queue.cc
81
if (extension && BackgroundInfo::
HasLazyBackgroundPage
(extension)) {
113
if (BackgroundInfo::
HasLazyBackgroundPage
(extension))
131
if (host && BackgroundInfo::
HasLazyBackgroundPage
(extension)) {
process_manager.cc
356
if (!BackgroundInfo::
HasLazyBackgroundPage
(extension))
363
if (!BackgroundInfo::
HasLazyBackgroundPage
(extension))
372
if (!BackgroundInfo::
HasLazyBackgroundPage
(extension))
414
if (!BackgroundInfo::
HasLazyBackgroundPage
(extension))
741
if (BackgroundInfo::
HasLazyBackgroundPage
(host->extension())) {
[
all
...]
event_router.cc
632
if (BackgroundInfo::
HasLazyBackgroundPage
(extension)) {
650
//
HasLazyBackgroundPage
is true. Find out why we're getting it anyway.
652
BackgroundInfo::
HasLazyBackgroundPage
(host->extension()))
685
if (BackgroundInfo::
HasLazyBackgroundPage
(extension)) {
/external/chromium_org/extensions/common/manifest_handlers/
background_info.h
28
static bool
HasLazyBackgroundPage
(const Extension* extension);
background_info.cc
92
bool BackgroundInfo::
HasLazyBackgroundPage
(const Extension* extension) {
/external/chromium_org/chrome/browser/extensions/api/messaging/
extension_message_port.cc
62
if (host && BackgroundInfo::
HasLazyBackgroundPage
(host->extension()))
message_service.cc
639
if (!BackgroundInfo::
HasLazyBackgroundPage
(extension))
/external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_background_unittest.cc
102
EXPECT_TRUE(BackgroundInfo::
HasLazyBackgroundPage
(extension.get()));
/external/chromium_org/chrome/browser/extensions/
extension_host.cc
157
extension_ && BackgroundInfo::
HasLazyBackgroundPage
(extension_)) {
275
if (extension_ && BackgroundInfo::
HasLazyBackgroundPage
(extension_)) {
menu_manager.cc
759
if (!BackgroundInfo::
HasLazyBackgroundPage
(extension))
815
if (store_ && BackgroundInfo::
HasLazyBackgroundPage
(extension)) {
/external/chromium_org/chrome/browser/extensions/api/context_menus/
context_menus_api.cc
162
if (BackgroundInfo::
HasLazyBackgroundPage
(GetExtension())) {
186
if (BackgroundInfo::
HasLazyBackgroundPage
(GetExtension()) &&
/external/chromium_org/chrome/renderer/extensions/
event_bindings.cc
317
return (extension && BackgroundInfo::
HasLazyBackgroundPage
(extension) &&
dispatcher.cc
336
return (extension && BackgroundInfo::
HasLazyBackgroundPage
(extension) &&
[
all
...]
/external/chromium_org/chrome/browser/chromeos/file_manager/
file_browser_handlers.cc
328
!extensions::BackgroundInfo::
HasLazyBackgroundPage
(extension_.get())) {
/external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api.cc
486
if (BackgroundInfo::
HasLazyBackgroundPage
(extension) &&
509
if (BackgroundInfo::
HasLazyBackgroundPage
(extension) &&
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/extensions/
extension_settings_handler.cc
[
all
...]
Completed in 137 milliseconds