Searched refs:ShouldSyncApp (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dextension_util.h97 bool ShouldSyncApp(const Extension* app, content::BrowserContext* context);
H A Dextension_sync_service.cc102 if (extensions::util::ShouldSyncApp(extension, profile_)) {
133 if (extensions::util::ShouldSyncApp(&extension, profile_))
146 if (extensions::util::ShouldSyncApp(&extension, profile_))
547 if (extensions::util::ShouldSyncApp(&extension, profile_)) {
H A Dapp_sync_bundle.cc154 if (IsSyncing() && util::ShouldSyncApp(&extension, profile) &&
H A Dextension_util.cc249 bool ShouldSyncApp(const Extension* app, content::BrowserContext* context) { function in namespace:extensions::util
H A Dcrx_installer_browsertest.cc552 EXPECT_FALSE(extensions::util::ShouldSyncApp(crx_installer->extension(),
/external/chromium_org/chrome/browser/apps/drive/
H A Ddrive_app_converter_browsertest.cc126 EXPECT_FALSE(extensions::util::ShouldSyncApp(app, profile()));

Completed in 168 milliseconds