Searched defs:bookmark_utils (Results 1 - 9 of 9) sorted by relevance

/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_utils.h33 namespace bookmark_utils { namespace
221 } // namespace bookmark_utils
H A Dbookmark_index.h21 namespace bookmark_utils { namespace
52 std::vector<bookmark_utils::TitleMatch>* results);
90 std::vector<bookmark_utils::TitleMatch>* results);
H A Dbookmark_model.h36 namespace bookmark_utils { namespace
306 std::vector<bookmark_utils::TitleMatch>* matches);
H A Dbookmark_utils.cc5 #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/
H A Dbookmark_utils_gtk.h25 namespace bookmark_utils { namespace
108 } // namespace bookmark_utils
H A Dbookmark_tree_model.h23 namespace bookmark_utils { namespace
75 } // namespace bookmark_utils
H A Dbookmark_tree_model.cc28 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
H A Dbookmark_utils_gtk.cc13 #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/
H A Dhistory_contents_provider.h12 namespace bookmark_utils { namespace
62 void AddBookmarkTitleMatchToResults(const bookmark_utils::TitleMatch& match);

Completed in 301 milliseconds