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

  /external/chromium/chrome/browser/sync/
sync_ui_util.h 26 SYNCED, // We are synced and authenticated to a gmail account.
sync_ui_util.cc 95 MessageType result_type(SYNCED);
106 // or note that everything is OK with the last synced time.
123 // current synced status. Return SYNC_PROMO so that
253 if (type == sync_ui_util::SYNCED)
  /external/chromium/chrome/browser/ui/webui/
new_tab_page_sync_handler.cc 93 case sync_ui_util::SYNCED:
207 // The only time we set the URL is when the user is synced and we need to
  /external/chromium/chrome/browser/web_resource/
promo_resource_service.cc 423 // Only show if not synced.
427 profile->GetProfileSyncService()) == sync_ui_util::SYNCED);
  /external/chromium/chrome/browser/sync/engine/
syncer_unittest.cc 259 SYNCED, // Items are unsynced by default
313 case SYNCED:
797 {-1, ids_.FromNumber(1001), ids_.FromNumber(0), {SYNCED}},
799 {-1, ids_.FromNumber(1003), ids_.FromNumber(1001), {SYNCED}},
810 {-1, ids_.FromNumber(1001), ids_.FromNumber(0), {SYNCED}},
812 {-1, ids_.FromNumber(1003), ids_.FromNumber(1001), {SYNCED}},
    [all...]

Completed in 184 milliseconds