Home | History | Annotate | Download | only in glue

Lines Matching refs:FOLDER

51 // folder Other Bookmarks in Chrome.
79 // Keep folder nodes before non-folder nodes.
108 // Finds the bookmark node that matches the given url, title and folder
154 temp_node.set_type(BookmarkNode::FOLDER);
433 // This algorithm will do a good job of merging when folder names are a good
436 // This algorithm will not do well if the folder name has changes but the
516 // Only folder nodes are pushed on to the stack.
608 : folder(f), parent(p), sync_id(id) {}
609 const BookmarkNode* folder;
635 // them in case there are bookmarks left under them. After non-folder
654 // Remember matched folder without removing and delete only empty
682 if (it->folder->child_count() == 0) {
683 bookmark_model_->Remove(it->parent, it->parent->GetIndexOf(it->folder));
686 // Keep non-empty folder and remove its journal so that it won't match