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

  /external/chromium_org/sync/util/
data_type_histogram.h 75 case ::syncer::APP_LIST: \
  /external/chromium_org/sync/syncable/
model_type.cc 71 case APP_LIST:
165 case APP_LIST:
271 return APP_LIST;
453 result.Put(APP_LIST);
491 case APP_LIST:
600 case APP_LIST:
666 return APP_LIST;
787 case APP_LIST:
847 const char kAppListNotificationType[] = "APP_LIST";
902 case APP_LIST
    [all...]
nigori_util.cc 273 nigori->set_encrypt_app_list(encrypted_types.Has(APP_LIST));
318 encrypted_types.Put(APP_LIST);
  /external/chromium_org/sync/internal_api/public/base/
model_type.h 112 APP_LIST,
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_syncable_service.cc 5 #include "chrome/browser/ui/app_list/app_list_syncable_service.h"
12 #include "chrome/browser/ui/app_list/app_list_service.h"
13 #include "chrome/browser/ui/app_list/extension_app_item.h"
14 #include "chrome/browser/ui/app_list/extension_app_model_builder.h"
28 #include "ui/app_list/app_list_folder_item.h"
29 #include "ui/app_list/app_list_item.h"
30 #include "ui/app_list/app_list_model.h"
31 #include "ui/app_list/app_list_model_observer.h"
32 #include "ui/app_list/app_list_switches.h"
42 namespace app_list { namespace
    [all...]
  /external/chromium_org/components/sync_driver/
sync_prefs.cc 138 model_set.Put(syncer::APP_LIST);
310 case syncer::APP_LIST:
410 pref_groups_[syncer::APPS].Put(syncer::APP_LIST);
sync_prefs_unittest.cc 150 expected_preferred_types.Put(syncer::APP_LIST);
model_association_manager.cc 49 syncer::APP_LIST,
  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_app_list_sync_test.cc 15 #include "chrome/browser/ui/app_list/app_list_syncable_service.h"
16 #include "chrome/browser/ui/app_list/app_list_syncable_service_factory.h"
21 #include "ui/app_list/app_list_model.h"
22 #include "ui/app_list/app_list_switches.h"
43 const app_list::AppListSyncableService::SyncItem* GetSyncItem(
46 app_list::AppListSyncableService* service =
47 app_list::AppListSyncableServiceFactory::GetForProfile(profile);
62 command_line->AppendSwitch(app_list::switches::kEnableSyncAppList);
353 ASSERT_TRUE(GetClient(1)->DisableSyncForDatatype(syncer::APP_LIST));
360 ASSERT_TRUE(GetClient(1)->EnableSyncForDatatype(syncer::APP_LIST));
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl_unittest.cc 25 #include "ui/app_list/app_list_switches.h"
46 if (app_list::switches::IsAppListSyncEnabled())
47 datatypes.push_back(syncer::APP_LIST);
profile_sync_components_factory_impl.cc 76 #include "chrome/browser/ui/app_list/app_list_syncable_service.h"
77 #include "chrome/browser/ui/app_list/app_list_syncable_service_factory.h"
78 #include "ui/app_list/app_list_switches.h"
362 if (app_list::switches::IsAppListSyncEnabled()) {
367 syncer::APP_LIST,
489 case syncer::APP_LIST:
490 return app_list::AppListSyncableServiceFactory::GetForProfile(profile_)->
  /external/chromium_org/sync/tools/testserver/
chromiumsync.py 66 APP_LIST,
110 APP_LIST: SYNC_TYPE_FIELDS['app_list'],
491 parent_tag=ROOT_ID, sync_type=APP_LIST),
    [all...]
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_service.cc 409 result.Put(syncer::APP_LIST);
    [all...]

Completed in 704 milliseconds