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

  /external/chromium/chrome/browser/sync/engine/
syncer_types.h 88 // New token in updated_token.
89 UPDATED_TOKEN,
112 std::string updated_token; member in struct:browser_sync::SyncEngineEvent
all_status.cc 110 case SyncEngineEvent::UPDATED_TOKEN:
syncer_proto_util.cc 162 SyncEngineEvent event(SyncEngineEvent::UPDATED_TOKEN);
163 event.updated_token = new_token;
syncapi.cc     [all...]
  /external/chromium_org/sync/protocol/
proto_enum_conversions.cc 220 ENUM_CASE(sync_pb::DebugEventInfo, UPDATED_TOKEN);

Completed in 110 milliseconds