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

  /external/chromium/chrome/browser/sync/glue/
bookmark_change_processor.cc 381 const BookmarkNode* foster_parent = NULL; local
400 if (!foster_parent) {
401 foster_parent = model->AddFolder(model->other_node(),
406 model->Move(dst->GetChild(i), foster_parent,
407 foster_parent->child_count());
432 if (foster_parent) {
434 DCHECK_EQ(foster_parent->child_count(), 0);
435 model->Remove(foster_parent->parent(),
436 foster_parent->parent()->GetIndexOf(foster_parent));
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
bookmark_change_processor.cc 512 const BookmarkNode* foster_parent = NULL; local
534 if (!foster_parent) {
535 foster_parent = model->AddFolder(model->other_node(),
538 if (!foster_parent) {
545 model->Move(dst->GetChild(i), foster_parent,
546 foster_parent->child_count());
653 if (foster_parent) {
655 DCHECK_EQ(foster_parent->child_count(), 0);
656 model->Remove(foster_parent->parent(),
657 foster_parent->parent()->GetIndexOf(foster_parent))
    [all...]

Completed in 466 milliseconds