Home | History | Annotate | Download | only in app_list

Lines Matching defs:AppListSyncableService

47                             AppListSyncableService::SyncItem* item) {
59 AppListSyncableService::SyncItem* sync_item) {
80 void GetSyncSpecificsFromSyncItem(const AppListSyncableService::SyncItem* item,
94 const AppListSyncableService::SyncItem* item) {
139 // AppListSyncableService::SyncItem
141 AppListSyncableService::SyncItem::SyncItem(
148 AppListSyncableService::SyncItem::~SyncItem() {
151 // AppListSyncableService::ModelObserver
153 class AppListSyncableService::ModelObserver : public AppListModelObserver {
155 explicit ModelObserver(AppListSyncableService* owner)
199 AppListSyncableService* owner_;
205 // AppListSyncableService
207 AppListSyncableService::AppListSyncableService(
215 LOG(ERROR) << "AppListSyncableService created with no ExtensionSystem";
236 AppListSyncableService::~AppListSyncableService() {
243 void AppListSyncableService::BuildModel() {
256 VLOG(1) << this << ": AppListSyncableService: InitializeWithService.";
260 VLOG(1) << this << ": AppListSyncableService: InitializeWithProfile.";
268 void AppListSyncableService::Shutdown() {
274 void AppListSyncableService::Observe(
284 const AppListSyncableService::SyncItem*
285 AppListSyncableService::GetSyncItem(const std::string& id) const {
292 void AppListSyncableService::SetOemFolderName(const std::string& name) {
299 void AppListSyncableService::AddItem(scoped_ptr<AppListItem> app_item) {
319 AppListSyncableService::SyncItem* AppListSyncableService::FindOrAddSyncItem(
345 AppListSyncableService::SyncItem*
346 AppListSyncableService::CreateSyncItemFromAppItem(AppListItem* app_item) {
357 void AppListSyncableService::AddOrUpdateFromSyncItem(AppListItem* app_item) {
371 bool AppListSyncableService::RemoveDefaultApp(AppListItem* item,
393 void AppListSyncableService::DeleteSyncItem(SyncItem* sync_item) {
406 void AppListSyncableService::UpdateSyncItem(AppListItem* app_item) {
420 void AppListSyncableService::RemoveItem(const std::string& id) {
426 void AppListSyncableService::UpdateItem(AppListItem* app_item) {
437 void AppListSyncableService::RemoveSyncItem(const std::string& id) {
468 void AppListSyncableService::ResolveFolderPositions() {
494 void AppListSyncableService::PruneEmptySyncFolders() {
513 // AppListSyncableService syncer::SyncableService
515 syncer::SyncMergeResult AppListSyncableService::MergeDataAndStartSyncing(
595 void AppListSyncableService::StopSyncing(syncer::ModelType type) {
603 syncer::SyncDataList AppListSyncableService::GetAllSyncData(
617 syncer::SyncError AppListSyncableService::ProcessSyncChanges(
653 // AppListSyncableService private
655 bool AppListSyncableService::ProcessSyncItemSpecifics(
694 void AppListSyncableService::ProcessNewSyncItem(SyncItem* sync_item) {
725 void AppListSyncableService::ProcessExistingSyncItem(SyncItem* sync_item) {
747 void AppListSyncableService::UpdateAppItemFromSyncItem(
748 const AppListSyncableService::SyncItem* sync_item,
762 bool AppListSyncableService::SyncStarted() {
773 void AppListSyncableService::SendSyncChange(
791 AppListSyncableService::SyncItem*
792 AppListSyncableService::FindSyncItem(const std::string& item_id) {
799 AppListSyncableService::SyncItem*
800 AppListSyncableService::CreateSyncItem(
809 void AppListSyncableService::DeleteSyncItemSpecifics(
831 std::string AppListSyncableService::FindOrCreateOemFolder() {
853 syncer::StringOrdinal AppListSyncableService::GetOemFolderPos() {
894 bool AppListSyncableService::AppIsOem(const std::string& id) {
902 std::string AppListSyncableService::SyncItem::ToString() const {