Home
last modified time | relevance | path

Searched refs:parent_id_string (Results 1 – 8 of 8) sorted by relevance

/external/chromium/net/tools/testserver/
Dchromiumsync.py386 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]
654 if self._entries[child_id].parent_id_string == entry.id_string:
[all …]
Dchromiumsync_test.py63 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 ==
338 result5.parent_id_string ==
/external/chromium/chrome/browser/sync/engine/
Dsyncproto.h47 return syncable::Id::CreateFromServerId(parent_id_string()); in parent_id()
Dprocess_commit_response_command_unittest.cc176 entry_response->set_parent_id_string(entity->parent_id_string()); in CreateUnprocessedCommitResult()
179 entity->parent_id_string()) { in CreateUnprocessedCommitResult()
Dsyncer_proto_util.cc352 entry.parent_id_string().c_str(), in SyncEntityDebugString()
Dsyncer_unittest.cc1939 EXPECT_EQ(root_id_.GetServerId(), update->parent_id_string()); in TEST_F()
3921 EXPECT_TRUE(commit.entries(0).parent_id_string() == "2"); in TEST_F()
/external/chromium/chrome/browser/extensions/
Dextension_bookmark_manager_api.cc83 std::string parent_id_string = base::Int64ToString(node.parent()->id()); in AddNodeToList() local
84 dict->SetString(keys::kParentIdKey, parent_id_string); in AddNodeToList()
/external/chromium/chrome/browser/sync/protocol/
Dsync.proto78 optional string parent_id_string = 2; field
434 optional string parent_id_string = 4; field