Home
last modified time | relevance | path

Searched refs:HasPersistentBackgroundPage (Results 1 – 23 of 23) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/common/extensions/manifest_tests/
H A Dextension_manifests_background_unittest.cc115 EXPECT_TRUE(BackgroundInfo::HasPersistentBackgroundPage(extension.get())); in TEST_F()
139 EXPECT_FALSE(BackgroundInfo::HasPersistentBackgroundPage(extension.get())); in TEST_F()
156 EXPECT_FALSE(BackgroundInfo::HasPersistentBackgroundPage(extension.get())); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/common/extensions/manifest_tests/
H A Dextension_manifests_background_unittest.cc115 EXPECT_TRUE(BackgroundInfo::HasPersistentBackgroundPage(extension.get())); in TEST_F()
139 EXPECT_FALSE(BackgroundInfo::HasPersistentBackgroundPage(extension.get())); in TEST_F()
156 EXPECT_FALSE(BackgroundInfo::HasPersistentBackgroundPage(extension.get())); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/
H A Dupdate_install_gate.cc36 if (extensions::BackgroundInfo::HasPersistentBackgroundPage(old)) { in ShouldDelay()
H A Dinstalled_loader.cc130 if (BackgroundInfo::HasPersistentBackgroundPage(extension)) in GetBackgroundPageType()
H A Dprocess_manager_browsertest.cc370 EXPECT_TRUE(BackgroundInfo::HasPersistentBackgroundPage(extension.get())); in IN_PROC_BROWSER_TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/common/
H A Dextension_builder_unittest.cc100 EXPECT_TRUE(BackgroundInfo::HasPersistentBackgroundPage(extension.get())); in TEST()
124 EXPECT_FALSE(BackgroundInfo::HasPersistentBackgroundPage(extension.get())); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/
H A Druntime_data.cc22 if (!BackgroundInfo::HasPersistentBackgroundPage(extension)) in IsBackgroundPageReady()
H A Dextension_message_filter.cc375 if (BackgroundInfo::HasPersistentBackgroundPage(extension)) { in OnExtensionWakeEventPage()
H A Dprocess_manager.cc145 if (BackgroundInfo::HasPersistentBackgroundPage(extension)) in CreateBackgroundHostForExtensionLoad()
H A Devent_router.cc821 if (BackgroundInfo::HasPersistentBackgroundPage(extension)) { in ReportEvent()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/
H A Druntime_data.cc22 if (!BackgroundInfo::HasPersistentBackgroundPage(extension)) in IsBackgroundPageReady()
H A Dextension_message_filter.cc375 if (BackgroundInfo::HasPersistentBackgroundPage(extension)) { in OnExtensionWakeEventPage()
H A Dprocess_manager.cc119 if (BackgroundInfo::HasPersistentBackgroundPage(extension)) in CreateBackgroundHostForExtensionLoad()
H A Devent_router.cc820 if (BackgroundInfo::HasPersistentBackgroundPage(extension)) { in ReportEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/common/
H A Dextension_builder_unittest.cc111 EXPECT_TRUE(BackgroundInfo::HasPersistentBackgroundPage(extension.get())); in TEST()
135 EXPECT_FALSE(BackgroundInfo::HasPersistentBackgroundPage(extension.get())); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/common/manifest_handlers/
H A Dbackground_info.h31 static bool HasPersistentBackgroundPage(const Extension* extension);
H A Dbackground_info.cc119 bool BackgroundInfo::HasPersistentBackgroundPage(const Extension* extension) { in HasPersistentBackgroundPage() function in extensions::BackgroundInfo
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/common/manifest_handlers/
H A Dbackground_info.h31 static bool HasPersistentBackgroundPage(const Extension* extension);
H A Dbackground_info.cc119 bool BackgroundInfo::HasPersistentBackgroundPage(const Extension* extension) { in HasPersistentBackgroundPage() function in extensions::BackgroundInfo
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/performance_monitor/
H A Dprocess_monitor.cc69 extensions::BackgroundInfo::HasPersistentBackgroundPage(extension) in GatherMetricsForRenderProcess()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/metrics/
H A Dextensions_metrics_provider.cc203 if (extensions::BackgroundInfo::HasPersistentBackgroundPage(&extension)) in GetBackgroundScriptType()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/runtime/
H A Druntime_api.cc127 if (extension && BackgroundInfo::HasPersistentBackgroundPage(extension) && in DispatchOnStartupEventImpl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/runtime/
H A Druntime_api.cc128 if (extension && BackgroundInfo::HasPersistentBackgroundPage(extension) && in DispatchOnStartupEventImpl()