HomeSort by relevance Sort by last modified time
    Searched refs:other_node (Results 26 - 50 of 61) sorted by null

12 3

  /external/chromium/chrome/browser/bookmarks/
bookmark_codec.cc 46 return Encode(model->GetBookmarkBarNode(), model->other_node());
161 other_folder_node->set_type(BookmarkNode::OTHER_NODE);
292 BookmarkNode* other_node) {
295 ReassignIDsHelper(other_node);
bookmark_html_writer_unittest.cc 204 model->AddURLWithCreationTime(model->other_node(), 0, url1_title, url1, t1);
205 model->AddURLWithCreationTime(model->other_node(), 1, url2_title, url2, t2);
206 const BookmarkNode* f3 = model->AddFolder(model->other_node(), 2, f3_title);
bookmark_codec_unittest.cc 113 AsMutable(model->other_node()),
163 CheckIDs(model->other_node(), &assigned_ids);
bookmark_context_menu_controller_unittest.cc 133 NULL, NULL, profile_.get(), NULL, model_->other_node(),
260 nodes.push_back(model_->other_node());
bookmark_model.h 53 OTHER_NODE
194 const BookmarkNode* other_node() { return other_node_; } function in class:BookmarkModel
bookmark_html_writer.cc 132 BookmarkNode::OTHER_NODE)) {
289 if (folder_type != BookmarkNode::OTHER_NODE) {
332 if (folder_type != BookmarkNode::OTHER_NODE) {
385 ExtractUrls(profile_->GetBookmarkModel()->other_node());
  /external/chromium/chrome/browser/importer/
profile_writer.cc 99 (it->in_toolbar ? model->GetBookmarkBarNode() : model->other_node());
295 const BookmarkNode* other = model->other_node();
354 parent != model->other_node()))) {
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_html_writer_unittest.cc 215 model->AddURLWithCreationTime(model->other_node(), 0, url1_title, url1, t1);
216 model->AddURLWithCreationTime(model->other_node(), 1, url2_title, url2, t2);
217 const BookmarkNode* f3 = model->AddFolder(model->other_node(), 2, f3_title);
bookmark_codec.cc 50 model->other_node(),
198 other_folder_node->set_type(BookmarkNode::OTHER_NODE);
323 BookmarkNode* other_node,
327 ReassignIDsHelper(other_node);
bookmark_codec_unittest.cc 117 AsMutable(model->other_node()),
169 CheckIDs(model->other_node(), &assigned_ids);
325 const BookmarkNode* other = decoded_model.other_node();
bookmark_model.h 55 OTHER_NODE,
254 const BookmarkNode* other_node() { return other_node_; } function in class:BookmarkModel
  /external/chromium/chrome/browser/extensions/
extension_bookmark_helpers.cc 94 node == model->other_node() ||
  /external/chromium/chrome/browser/sync/glue/
bookmark_model_associator.cc 337 if (!AssociateTaggedPermanentNode(bookmark_model_->other_node(),
353 bookmark_model_->other_node()->id());
494 id_index.AddAll(bookmark_model_->other_node());
525 node != bookmark_model_->other_node() &&
bookmark_change_processor.cc 194 if (node == model->GetBookmarkBarNode() || node == model->other_node()) {
228 if (child == model->GetBookmarkBarNode() || child == model->other_node()) {
387 if ((dst == model->GetBookmarkBarNode()) || (dst == model->other_node()))
401 foster_parent = model->AddFolder(model->other_node(),
402 model->other_node()->child_count(),
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_menu_delegate.cc 208 profile_)->other_node() ||
261 if (drop_node == model->other_node() ||
286 profile())->other_node() &&
425 BuildMenuForPermanentNode(model->other_node(), menu, next_menu_id,
bookmark_bar_view.cc 552 return model_->other_node();
560 if (node == model_->other_node())
856 node = model_->other_node();
893 model_->other_node() : model_->bookmark_bar_node();
986 DCHECK(model_->other_node());
987 other_bookmarked_button_->SetAccessibleName(model_->other_node()->GetTitle());
988 other_bookmarked_button_->SetText(model_->other_node()->GetTitle());
    [all...]
bookmark_context_menu_test.cc 150 NULL, NULL, profile_.get(), NULL, model_->other_node(),
274 nodes.push_back(model_->other_node());
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_sub_menu_model_gtk.cc 194 if (model()->other_node()->GetTotalNodeCount() > 1)
195 AddSubMenuForNode(model()->other_node());
bookmark_bar_gtk.cc 545 bool has_other_children = !model_->other_node()->empty();
566 DCHECK(bar && model_->other_node());
577 bookmark_utils::ConfigureButtonForNode(model_->other_node(),
837 // Create a fake item the size of other_node().
841 CreateBookmarkToolItem(model_->other_node());
    [all...]
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_context_menu_test.cc 138 NULL, profile_.get(), NULL, model_->other_node(),
262 nodes.push_back(model_->other_node());
bookmark_bar_view.cc 607 node = model_->other_node();
643 drop_info_->is_over_other ? model_->other_node() :
813 return model_->other_node();
821 if (node == model_->other_node())
934 DCHECK(node && model_->other_node());
    [all...]
bookmark_bar_view_test.cc 252 model_->AddURL(model_->other_node(), 0, ASCIIToUTF16("oa"),
254 const BookmarkNode* of = model_->AddFolder(model_->other_node(), 1,
258 const BookmarkNode* of2 = model_->AddFolder(model_->other_node(), 2,
525 model_->other_node()->GetChild(0)->GetURL());
706 ASSERT_TRUE(model_->other_node()->GetChild(0)->GetURL() == url_dragging_);
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
bookmark_model_associator.cc 413 if (!AssociateTaggedPermanentNode(bookmark_model_->other_node(),
434 bookmark_model_->other_node()->id());
580 dfs_stack.push(bookmark_model_->other_node());
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_context_menu_controller_unittest.cc 126 NULL, NULL, NULL, profile_.get(), NULL, model_->other_node(),
253 nodes.push_back(model_->other_node());
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.cc 511 DCHECK(bar && model_->other_node());
522 bookmark_utils::ConfigureButtonForNode(model_->other_node(),
    [all...]

Completed in 1784 milliseconds

12 3