HomeSort by relevance Sort by last modified time
    Searched refs:bookmark_utils (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium/chrome/browser/bookmarks/
bookmark_utils_unittest.cc 11 #include "chrome/browser/bookmarks/bookmark_utils.h"
33 bookmark_utils::GetBookmarksContainingText(
37 EXPECT_TRUE(bookmark_utils::DoesBookmarkContainText(
41 bookmark_utils::GetBookmarksContainingText(
45 EXPECT_TRUE(bookmark_utils::DoesBookmarkContainText(
49 bookmark_utils::GetBookmarksContainingText(
53 EXPECT_TRUE(bookmark_utils::DoesBookmarkContainText(
64 ASSERT_TRUE(bookmark_utils::DoesBookmarkContainText(
67 ASSERT_TRUE(bookmark_utils::DoesBookmarkContainText(
70 ASSERT_FALSE(bookmark_utils::DoesBookmarkContainText
    [all...]
bookmark_context_menu_controller.cc 12 #include "chrome/browser/bookmarks/bookmark_utils.h"
128 bookmark_utils::OpenAll(parent_window_, profile_, navigator_, selection_,
177 bookmark_utils::GetParentForNewNodes(parent_, selection_, NULL),
188 bookmark_utils::GetParentForNewNodes(parent_, selection_, &index);
195 bookmark_utils::ToggleWhenVisible(profile_);
211 bookmark_utils::CopyToClipboard(model_, selection_, true);
215 bookmark_utils::CopyToClipboard(model_, selection_, false);
221 bookmark_utils::GetParentForNewNodes(parent_, selection_, &index);
225 bookmark_utils::PasteFromClipboard(model_, paste_target, index);
270 return can_edit && bookmark_utils::GetParentForNewNodes
    [all...]
bookmark_index.h 21 namespace bookmark_utils { namespace
52 std::vector<bookmark_utils::TitleMatch>* results);
90 std::vector<bookmark_utils::TitleMatch>* results);
bookmark_index_unittest.cc 15 #include "chrome/browser/bookmarks/bookmark_utils.h"
53 std::vector<bookmark_utils::TitleMatch> matches;
88 std::vector<bookmark_utils::TitleMatch> matches;
91 const bookmark_utils::TitleMatch& match = matches[0];
203 std::vector<bookmark_utils::TitleMatch> matches;
215 std::vector<bookmark_utils::TitleMatch> matches;
282 std::vector<bookmark_utils::TitleMatch> matches;
recently_used_folders_combo_model.cc 7 #include "chrome/browser/bookmarks/bookmark_utils.h"
21 : nodes_(bookmark_utils::GetMostRecentlyModifiedFolders(
bookmark_index.cc 13 #include "chrome/browser/bookmarks/bookmark_utils.h"
79 std::vector<bookmark_utils::TitleMatch>* results) {
144 std::vector<bookmark_utils::TitleMatch>* results) {
145 bookmark_utils::TitleMatch title_match;
bookmark_model.h 36 namespace bookmark_utils { namespace
306 std::vector<bookmark_utils::TitleMatch>* matches);
bookmark_utils.h 33 namespace bookmark_utils { namespace
221 } // namespace bookmark_utils
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_unittest.cc 11 nodes = bookmark_utils::GetNodesFromSelection(NULL, NULL, 0, NULL, NULL,
18 nodes = bookmark_utils::GetNodesFromSelection(NULL, &data, 0, NULL, NULL,
22 nodes = bookmark_utils::GetNodesFromSelection(NULL, NULL,
28 nodes = bookmark_utils::GetNodesFromSelection(NULL, &data,
35 nodes = bookmark_utils::GetNodesFromSelection(NULL, &data,
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_tree_model.h 23 namespace bookmark_utils { namespace
75 } // namespace bookmark_utils
bookmark_editor_gtk.cc 14 #include "chrome/browser/bookmarks/bookmark_utils.h"
144 gtk_tree_model_get_value(model, iter, bookmark_utils::ITEM_ID, &value);
323 tree_store_ = bookmark_utils::MakeFolderTreeStore();
324 bookmark_utils::AddToTreeStore(bb_model_, selected_id, tree_store_,
326 tree_view_ = bookmark_utils::MakeTreeViewForStore(tree_store_);
461 bookmark_utils::ApplyEditsWithNoFolderChange(
468 bookmark_utils::CommitTreeStoreDifferencesBetween(
477 bookmark_utils::ApplyEditsWithPossibleFolderChange(
485 bookmark_utils::FOLDER_ICON, GtkThemeService::GetFolderIcon(true),
486 bookmark_utils::FOLDER_NAME
    [all...]
bookmark_menu_controller_gtk.cc 12 #include "chrome/browser/bookmarks/bookmark_utils.h"
36 GdkPixbuf* pixbuf = bookmark_utils::GetPixbufForNode(node, model, true);
250 bookmark_utils::OpenAll(parent_window_,
349 const BookmarkNode* node = bookmark_utils::BookmarkNodeForWidget(menu_item);
350 drag_icon_ = bookmark_utils::GetDragRepresentationForNode(
373 const BookmarkNode* node = bookmark_utils::BookmarkNodeForWidget(widget);
374 bookmark_utils::WriteBookmarkToSelection(node, selection_data, target_type,
bookmark_utils_gtk.h 25 namespace bookmark_utils { namespace
108 } // 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
bookmark_bar_gtk.cc 13 #include "chrome/browser/bookmarks/bookmark_utils.h"
490 bookmark_utils::ConfigureButtonForNode(node, model, button, theme_service_);
522 bookmark_utils::ConfigureButtonForNode(model_->other_node(),
869 bookmark_utils::ConfigureButtonForNode(node, model_, button, theme_service_);
874 int target_mask = bookmark_utils::GetCodeMask(node->is_folder());
    [all...]
bookmark_editor_gtk_unittest.cc 20 using bookmark_utils::GetTitleFromTreeIter;
237 bookmark_utils::FOLDER_NAME, "F21", -1);
241 bookmark_utils::FOLDER_NAME, "F211", -1);
  /external/chromium/chrome/browser/autocomplete/
history_contents_provider.h 12 namespace bookmark_utils { namespace
62 void AddBookmarkTitleMatchToResults(const bookmark_utils::TitleMatch& match);
history_contents_provider.cc 13 #include "chrome/browser/bookmarks/bookmark_utils.h"
273 std::vector<bookmark_utils::TitleMatch> matches;
283 const bookmark_utils::TitleMatch& match) {
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_context_menu_controller_views.cc 12 #include "chrome/browser/bookmarks/bookmark_utils.h"
117 bookmark_utils::OpenAll(parent_window_, profile_, navigator_, selection_,
164 bookmark_utils::GetParentForNewNodes(parent_, selection_, NULL),
175 bookmark_utils::GetParentForNewNodes(parent_, selection_, &index);
182 bookmark_utils::ToggleWhenVisible(profile_);
199 bookmark_utils::CopyToClipboard(model, selection_, true);
204 bookmark_utils::CopyToClipboard(model, selection_, false);
210 bookmark_utils::GetParentForNewNodes(parent_, selection_, &index);
214 bookmark_utils::PasteFromClipboard(model, paste_target, index);
256 return can_edit && bookmark_utils::GetParentForNewNodes
    [all...]
bookmark_menu_controller_views.cc 11 #include "chrome/browser/bookmarks/bookmark_utils.h"
117 bookmark_utils::OpenAll(parent_, profile_, page_navigator_, selection,
178 return bookmark_utils::BookmarkDropOperation(
200 int result = bookmark_utils::PerformBookmarkDrop(
247 return bookmark_utils::BookmarkDragOperation(profile_,
  /external/chromium/chrome/browser/extensions/
extension_bookmark_manager_api.cc 14 #include "chrome/browser/bookmarks/bookmark_utils.h"
218 bookmark_utils::CopyToClipboard(model, nodes, cut);
241 bool can_paste = bookmark_utils::CanPasteFromClipboard(parent_node);
257 bookmark_utils::PasteFromClipboard(model, parent_node, highest_index);
270 bool can_paste = bookmark_utils::CanPasteFromClipboard(parent_node);
372 bookmark_utils::DragBookmarks(
422 bookmark_utils::PerformBookmarkDrop(profile(),
  /external/chromium/chrome/browser/ui/gtk/
custom_drag.cc 124 bookmark_utils::GetCodeMask(false),
136 bookmark_utils::WriteBookmarksToSelection(nodes_, selection_data,
  /external/chromium/chrome/browser/prefs/
browser_prefs.cc 12 #include "chrome/browser/bookmarks/bookmark_utils.h"
130 bookmark_utils::RegisterUserPrefs(user_prefs);

Completed in 213 milliseconds

1 2