Searched defs:sync_child_id (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
H A Dautofill_profile_model_associator.cc265 int64 sync_child_id = autofill_root.GetFirstChildId(); local
266 while (sync_child_id != sync_api::kInvalidId) {
269 if (!read_node.InitByIdLookup(sync_child_id)) {
271 sync_child_id;
282 return sync_child_id;
285 sync_child_id = read_node.GetSuccessorId();
367 int64 sync_child_id = autofill_root.GetFirstChildId(); local
368 while (sync_child_id != sync_api::kInvalidId) {
370 if (!sync_child.InitByIdLookup(sync_child_id)) {
379 sync_child_id
[all...]
H A Dpassword_model_associator.cc117 int64 sync_child_id = password_root.GetFirstChildId(); local
118 while (sync_child_id != sync_api::kInvalidId) {
120 if (!sync_child_node.InitByIdLookup(sync_child_id)) {
138 sync_child_id = sync_child_node.GetSuccessorId();
H A Dtyped_url_model_associator.cc132 int64 sync_child_id = typed_url_root.GetFirstChildId(); local
133 while (sync_child_id != sync_api::kInvalidId) {
135 if (!sync_child_node.InitByIdLookup(sync_child_id)) {
172 sync_child_id = sync_child_node.GetSuccessorId();
H A Dbookmark_model_associator.cc379 int64 sync_child_id = sync_parent.GetFirstChildId(); local
380 while (sync_child_id != sync_api::kInvalidId) {
382 if (!sync_child_node.InitByIdLookup(sync_child_id)) {
401 Associate(child_node, sync_child_id);
403 dfs_stack.push(sync_child_id);
405 sync_child_id = sync_child_node.GetSuccessorId();
415 sync_child_id = BookmarkChangeProcessor::CreateSyncNode(
419 dfs_stack.push(sync_child_id);
H A Dautofill_model_associator.cc259 int64 sync_child_id = autofill_root.GetFirstChildId(); local
260 while (sync_child_id != sync_api::kInvalidId) {
262 if (!sync_child.InitByIdLookup(sync_child_id)) {
287 sync_child_id = sync_child.GetSuccessorId();

Completed in 76 milliseconds