HomeSort by relevance Sort by last modified time
    Searched defs:local_id (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/signedin_devices/
id_mapping_helper.cc 71 std::string local_id = GetPublicIdFromGUID(*value, local
75 if (local_id.empty()) {
76 local_id = GetRandomId(*value, device_info->size());
77 value->SetString(local_id, device->guid());
79 device->set_public_id(local_id);
  /external/chromium/chrome/browser/sync/engine/
process_updates_command.cc 105 syncable::Id local_id = SyncerUtil::FindLocalIdToUpdate(&trans, update); local
108 if (local_id.IsNull()) {
112 SyncerUtil::CreateNewEntry(&trans, local_id);
116 MutableEntry target_entry(&trans, GET_BY_ID, local_id);
126 if (local_id != server_id) {
  /external/chromium_org/sync/engine/
process_updates_command.cc 262 syncable::Id local_id = FindLocalIdToUpdate(trans, update); local
265 if (local_id.IsNull()) {
269 CreateNewEntry(trans, local_id);
273 syncable::MutableEntry target_entry(trans, GET_BY_ID, local_id);
283 if (local_id != server_id) {
syncer_unittest.cc 2316 syncable::Id local_id; local
2359 syncable::Id local_id; local
2733 syncable::Id local_id = ids_.NewLocalId(); local
3106 syncable::Id local_id; local
    [all...]
  /external/chromium_org/webkit/browser/fileapi/
sandbox_directory_database.cc 448 FileId local_id = 0; local
455 if (!GetChildWithName(local_id, name, &local_id))
458 *file_id = local_id;
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_int.h 302 UINT8 local_id; /* Transaction ID for local trans */ member in struct:t_l2c_ccb
    [all...]
  /external/netperf/
netlib.c 2944 char *local_id; local
    [all...]

Completed in 323 milliseconds