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

  /external/chromium/net/tools/testserver/
chromiumsync.py 364 assumed to be server IDs. This entry will have its parent_id_string
386 if x.parent_id_string == parent_id and not x.deleted]
414 entry.parent_id_string = parent_id
537 if entry.parent_id_string == ROOT_ID:
540 if entry.parent_id_string not in self._entries:
543 if entry.parent_id_string == entry.id_string:
546 if self._entries[entry.parent_id_string].deleted:
549 if not self._entries[entry.parent_id_string].folder:
580 if entry.parent_id_string in commit_session:
581 entry.parent_id_string = commit_session[entry.parent_id_string
    [all...]
chromiumsync_test.py 63 proto.parent_id_string = parent
79 self.assertEqual(parent_id, entry.parent_id_string)
235 proto.parent_id_string = original.parent_id_string
244 proto.parent_id_string = parent.id_string
277 self.assertEqual(result1.parent_id_string, proto1.parent_id_string)
278 self.assertEqual(result2.parent_id_string, result1.id_string)
336 self.assertTrue(result4.parent_id_string ==
337 result1b.parent_id_string =
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncproto.h 47 return syncable::Id::CreateFromServerId(parent_id_string());
process_commit_response_command_unittest.cc 176 entry_response->set_parent_id_string(entity->parent_id_string());
179 entity->parent_id_string()) {
syncer_proto_util.cc 352 entry.parent_id_string().c_str(),
syncer_unittest.cc     [all...]
  /external/chromium/chrome/browser/extensions/
extension_bookmark_manager_api.cc 83 std::string parent_id_string = base::Int64ToString(node.parent()->id()); local
84 dict->SetString(keys::kParentIdKey, parent_id_string);

Completed in 67 milliseconds