HomeSort by relevance Sort by last modified time
    Searched full:other_node (Results 51 - 75 of 90) sorted by null

1 23 4

  /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() &&
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_button_cell_unittest.mm 118 node = model.other_node();
bookmark_menu_bridge.mm 76 model->other_node(),
bookmark_menu_bridge_unittest.mm 343 const BookmarkNode* root = model->other_node();
bookmark_bubble_controller.mm 120 (node == model_->other_node())) {
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_button_cell_unittest.mm 117 node = model->other_node();
bookmark_bubble_controller.mm 106 (node == model_->other_node())) {
bookmark_menu_bridge_unittest.mm 349 const BookmarkNode* root = model->other_node();
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.cc 423 if (!model_->other_node()->empty())
543 bool has_other_children = !model_->other_node()->empty();
564 DCHECK(bar && model_->other_node());
576 model_->other_node(), model_, other_bookmarks_button_, theme_service_);
834 // Create a fake item the size of other_node().
838 CreateBookmarkToolItem(model_->other_node());
    [all...]
  /external/chromium/chrome/browser/ui/views/bookmarks/
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...]
bookmark_editor_view.cc 490 DCHECK(bb_root_node->GetChild(1)->type() == BookmarkNode::OTHER_NODE);
  /external/chromium/chrome/browser/bookmarks/
bookmark_model.h 53 OTHER_NODE
194 const BookmarkNode* other_node() { return other_node_; } function in class:BookmarkModel
bookmark_utils.cc 479 find(nodes.begin(), nodes.end(), model->other_node()) == nodes.end()) {
480 nodes.push_back(model->other_node());
  /external/chromium_org/chrome/browser/ui/webui/ntp/android/
bookmarks_handler.cc 63 case BookmarkNode::OTHER_NODE:
64 return "OTHER_NODE";
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_codec.h 128 BookmarkNode* other_node,
bookmark_node_data_unittest.cc 262 const BookmarkNode* node = model()->AddURL(model()->other_node(),
bookmark_model.h 56 OTHER_NODE,
266 const BookmarkNode* other_node() { return other_node_; } function in class:BookmarkModel
  /external/chromium/chrome/browser/extensions/
extension_bookmarks_module.cc 438 parentId = model->other_node()->id();
525 node == model->other_node() ||
619 node == model->other_node() ||
  /external/chromium_org/chrome/browser/sync/glue/
bookmark_model_associator.cc 419 if (!AssociateTaggedPermanentNode(bookmark_model_->other_node(),
440 bookmark_model_->other_node()->id());
586 dfs_stack.push(bookmark_model_->other_node());
bookmark_change_processor.cc 144 RemoveAllChildNodes(&trans, bookmark_model_->other_node()->id());
553 foster_parent = model->AddFolder(model->other_node(),
554 model->other_node()->child_count(),
    [all...]
  /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...]
bookmark_utils_gtk.cc 232 PackButton(pixbuf, node->GetTitle(), node != model->other_node(), provider,
  /external/chromium_org/chrome/browser/android/bookmarks/
bookmarks_bridge.cc 304 folder->type() != BookmarkNode::OTHER_NODE) ||
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view_test.cc 229 model_->AddURL(model_->other_node(), 0, ASCIIToUTF16("oa"),
231 const BookmarkNode* of = model_->AddFolder(model_->other_node(), 1,
235 const BookmarkNode* of2 = model_->AddFolder(model_->other_node(), 2,
510 EXPECT_EQ(navigator_.url_, model_->other_node()->GetChild(0)->url());
712 ASSERT_TRUE(model_->other_node()->GetChild(0)->url() == url_dragging_);
    [all...]

Completed in 353 milliseconds

1 23 4