HomeSort by relevance Sort by last modified time
    Searched refs:ShouldSyncApp (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/extensions/
extension_util.h 93 bool ShouldSyncApp(const Extension* app, content::BrowserContext* context);
extension_sync_service.cc 101 if (extensions::util::ShouldSyncApp(extension, profile_)) {
132 if (extensions::util::ShouldSyncApp(&extension, profile_))
145 if (extensions::util::ShouldSyncApp(&extension, profile_))
544 if (extensions::util::ShouldSyncApp(&extension, profile_)) {
app_sync_bundle.cc 154 if (IsSyncing() && util::ShouldSyncApp(&extension, profile) &&
extension_util.cc 210 bool ShouldSyncApp(const Extension* app, content::BrowserContext* context) {
crx_installer_browsertest.cc 549 EXPECT_FALSE(extensions::util::ShouldSyncApp(crx_installer->extension(),
  /external/chromium_org/chrome/browser/apps/drive/
drive_app_converter_browsertest.cc 126 EXPECT_FALSE(extensions::util::ShouldSyncApp(app, profile()));

Completed in 103 milliseconds