HomeSort by relevance Sort by last modified time
    Searched defs:bookmark_utils (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/browser/bookmarks/
bookmark_utils.h 33 namespace bookmark_utils { namespace
221 } // namespace bookmark_utils
bookmark_index.h 21 namespace bookmark_utils { namespace
52 std::vector<bookmark_utils::TitleMatch>* results);
90 std::vector<bookmark_utils::TitleMatch>* results);
bookmark_model.h 36 namespace bookmark_utils { namespace
306 std::vector<bookmark_utils::TitleMatch>* matches);
bookmark_utils.cc 5 #include "chrome/browser/bookmarks/bookmark_utils.h"
164 if (child_count < bookmark_utils::num_urls_before_prompting)
207 namespace bookmark_utils { namespace
244 if (!bookmark_utils::IsValidDropLocation(profile, data, parent, index))
276 bookmark_utils::CloneBookmarkNode(model, data.elements, parent_node, index);
429 bookmark_utils::CloneBookmarkNode(
685 } // namespace bookmark_utils
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_utils_gtk.h 25 namespace bookmark_utils { namespace
108 } // namespace bookmark_utils
bookmark_tree_model.h 23 namespace bookmark_utils { namespace
75 } // namespace bookmark_utils
bookmark_tree_model.cc 28 bookmark_utils::FOLDER_ICON, GtkThemeService::GetFolderIcon(true),
29 bookmark_utils::FOLDER_NAME,
31 bookmark_utils::ITEM_ID, node->id(),
34 bookmark_utils::IS_EDITABLE, node->type() == BookmarkNode::FOLDER,
53 int64 id = bookmark_utils::GetIdFromTreeIter(tree_model, &child_iter);
55 bookmark_utils::GetTitleFromTreeIter(tree_model, &child_iter);
89 bookmark_utils::FOLDER_NAME, new_folder_name,
96 namespace bookmark_utils { namespace
231 } // namespace bookmark_utils
bookmark_utils_gtk.cc 13 #include "chrome/browser/bookmarks/bookmark_utils.h"
79 bookmark_utils::SetButtonTextColors(label, provider);
156 namespace bookmark_utils { namespace
230 GdkPixbuf* pixbuf = bookmark_utils::GetPixbufForNode(node, model,
240 g_object_set_data(G_OBJECT(button), bookmark_utils::kBookmarkNode,
278 g_object_get_data(G_OBJECT(widget), bookmark_utils::kBookmarkNode));
443 } // namespace bookmark_utils
  /external/chromium/chrome/browser/autocomplete/
history_contents_provider.h 12 namespace bookmark_utils { namespace
62 void AddBookmarkTitleMatchToResults(const bookmark_utils::TitleMatch& match);

Completed in 90 milliseconds