Searched refs:other_node (Results 51 - 62 of 62) sorted by relevance

123

/external/chromium/chrome/browser/extensions/
H A Dextension_bookmarks_module.cc438 parentId = model->other_node()->id();
525 node == model->other_node() ||
619 node == model->other_node() ||
/external/chromium_org/chrome/browser/sync/glue/
H A Dbookmark_change_processor.cc144 RemoveAllChildNodes(&trans, bookmark_model_->other_node()->id());
553 foster_parent = model->AddFolder(model->other_node(),
554 model->other_node()->child_count(),
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view_test.cc229 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_);
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_utils_gtk.cc232 PackButton(pixbuf, node->GetTitle(), node != model->other_node(), provider,
/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_html_writer.cc406 ExtractUrls(BookmarkModelFactory::GetForProfile(profile_)->other_node());
H A Dbookmark_node_data_unittest.cc262 const BookmarkNode* node = model()->AddURL(model()->other_node(),
H A Dbookmark_model.cc1079 BookmarkPermanentNode* other_node = local
1083 return new BookmarkLoadDetails(bb_node, other_node, mobile_node,
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_utils_gtk.cc249 PackButton(pixbuf, node->GetTitle(), node != model->other_node(), provider,
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_utils.cc479 find(nodes.begin(), nodes.end(), model->other_node()) == nodes.end()) {
480 nodes.push_back(model->other_node());
/external/chromium_org/chrome/browser/extensions/api/bookmarks/
H A Dbookmarks_api.cc509 parentId = model->other_node()->id();
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dbookmarks_helper.cc395 return GetBookmarkModel(index)->other_node();
/external/chromium/chrome/browser/metrics/
H A Dmetrics_service.cc1646 LogBookmarks(model->other_node(),

Completed in 792 milliseconds

123