HomeSort by relevance Sort by last modified time
    Searched full:bookmarks (Results 101 - 125 of 645) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_menu_unittest.mm 6 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_menu.h"
bookmark_bar_constants.h 13 namespace bookmarks { namespace
43 } // namespace bookmarks
bookmark_menu_bridge.mm 11 #include "chrome/browser/bookmarks/bookmark_model.h"
15 #include "chrome/browser/ui/cocoa/bookmarks/bookmark_menu_bridge.h"
16 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_menu_cocoa_controller.h"
71 // Create a submenu for "other bookmarks", and fill it in.
155 // Convention: items in the bookmark list which are bookmarks have
157 // with submenus are submenus of bookmarks.
188 // TODO(jrg): limit the number of bookmarks in the menubar?
215 // Add menus for 'Open All Bookmarks'.
bookmark_bar_folder_controller.mm 5 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller.h"
9 #include "chrome/browser/bookmarks/bookmark_model.h"
10 #include "chrome/browser/bookmarks/bookmark_utils.h"
11 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_bar_constants.h"
12 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h"
13 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_button_cell.h"
14 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_hover_state.h"
15 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_view.h"
16 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_window.h"
17 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_folder_target.h
    [all...]
bookmark_bar_view.mm 5 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view.h"
7 #include "chrome/browser/bookmarks/bookmark_pasteboard_helper_mac.h"
9 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h"
10 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_button.h"
11 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_folder_target.h"
  /external/chromium/chrome/browser/ui/webui/
bookmarks_ui_uitest.cc 76 // At this point the URL is chrome://bookmarks. We need to wait for the
91 // Bring up the bookmarks manager tab.
112 // Bring up the bookmarks manager tab.
130 // Ensure the bookmarks ui tab is active.
  /external/chromium/chrome/common/extensions/docs/
samples.json 3 "chrome.bookmarks.create": "bookmarks.html#method-create",
4 "chrome.bookmarks.export": "bookmarks.html#method-export",
5 "chrome.bookmarks.get": "bookmarks.html#method-get",
6 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren",
7 "chrome.bookmarks.getRecent": "bookmarks.html#method-getRecent"
    [all...]
  /frameworks/base/core/res/assets/webkit/
incognito_mode_start_page.html 10 incognito window. Any files you download or bookmarks you create will be
  /frameworks/base/core/res/res/raw/
incognito_mode_start_page.html 10 incognito window. Any files you download or bookmarks you create will be
  /frameworks/base/core/res/res/raw-xlarge/
incognito_mode_start_page.html 10 incognito tab. Any files you download or bookmarks you create will be
  /packages/apps/Browser/src/com/android/browser/
EventLogTags.logtags 7 # Second parameter is where the bookmark was added from, currently history or bookmarks view.
  /external/chromium/chrome/browser/bookmarks/
bookmark_folder_editor_controller.cc 5 #include "chrome/browser/bookmarks/bookmark_folder_editor_controller.h"
9 #include "chrome/browser/bookmarks/bookmark_model.h"
bookmark_context_menu_controller.cc 5 #include "chrome/browser/bookmarks/bookmark_context_menu_controller.h"
9 #include "chrome/browser/bookmarks/bookmark_editor.h"
10 #include "chrome/browser/bookmarks/bookmark_folder_editor_controller.h"
11 #include "chrome/browser/bookmarks/bookmark_model.h"
12 #include "chrome/browser/bookmarks/bookmark_utils.h"
  /external/chromium/chrome/browser/sync/engine/
cleanup_disabled_types_command_unittest.cc 29 (*mutable_routing_info())[syncable::BOOKMARKS] = GROUP_PASSIVE;
48 expected.erase(syncable::BOOKMARKS);
  /external/chromium/chrome/browser/importer/
external_process_importer_client.h 80 // First message received when importing bookmarks.
83 // |total_bookmarks_count| is the total number of bookmarks to be imported.
88 // Called when a group of bookmarks has been received.
121 // under which imported bookmarks will be placed.
124 // Determines how bookmarks should be added (ProfileWriter::BookmarkOptions).
127 // Total number of bookmarks to import.
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_tree_model.cc 5 #include "chrome/browser/ui/gtk/bookmarks/bookmark_tree_model.h"
11 #include "chrome/browser/bookmarks/bookmark_model.h"
12 #include "chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.h"
33 // user edit "Bookmarks Bar" and "Other Bookmarks".
172 NOTREACHED() << "Impossible missing bookmarks case";
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_menu_controller_views.h 12 #include "chrome/browser/bookmarks/base_bookmark_model_observer.h"
13 #include "chrome/browser/bookmarks/bookmark_node_data.h"
14 #include "chrome/browser/ui/views/bookmarks/bookmark_context_menu.h"
37 // BookmarkMenuController is responsible for showing a menu of bookmarks,
127 const std::vector<const BookmarkNode*>& bookmarks);
155 const std::vector<const BookmarkNode*>& bookmarks,
bookmark_menu_controller_views.cc 5 #include "chrome/browser/ui/views/bookmarks/bookmark_menu_controller_views.h"
9 #include "chrome/browser/bookmarks/bookmark_model.h"
10 #include "chrome/browser/bookmarks/bookmark_node_data.h"
11 #include "chrome/browser/bookmarks/bookmark_utils.h"
16 #include "chrome/browser/ui/views/bookmarks/bookmark_bar_view.h"
306 const std::vector<const BookmarkNode*>& bookmarks) {
309 WillRemoveBookmarksImpl(bookmarks, &removed_menus);
380 const std::vector<const BookmarkNode*>& bookmarks,
388 for (std::vector<const BookmarkNode*>::const_iterator i = bookmarks.begin();
389 i != bookmarks.end(); ++i)
    [all...]
bookmark_context_menu_controller_views.cc 5 #include "chrome/browser/ui/views/bookmarks/bookmark_context_menu_controller_views.h"
9 #include "chrome/browser/bookmarks/bookmark_editor.h"
10 #include "chrome/browser/bookmarks/bookmark_folder_editor_controller.h"
11 #include "chrome/browser/bookmarks/bookmark_model.h"
12 #include "chrome/browser/bookmarks/bookmark_utils.h"
  /external/chromium/chrome/browser/sync/syncable/
directory_backing_store_unittest.cc 136 "0,'s_ID_8','s_ID_7','s_ID_7','r','r',0,0,0,1,1,1,0,1,'Bookmarks',"
137 "NULL,'Bookmarks','Bookmarks','Bookmarks',NULL,NULL,"
147 "'Other Bookmarks',NULL,'Other Bookmarks','Other Bookmarks',"
148 "'Other Bookmarks',NULL,NULL,'other_bookmarks',"
160 "'Extra Bookmarks',NULL,'Extra Bookmarks','Extra Bookmarks',
    [all...]
  /frameworks/base/core/java/android/provider/
BrowserContract.java 76 * Convenience definitions for use in implementing chrome bookmarks sync in the Bookmarks table.
207 * The bookmarks table, which holds the user's browser bookmarks.
209 public static final class Bookmarks implements CommonColumns, ImageColumns, SyncColumns {
213 private Bookmarks() {}
218 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "bookmarks");
245 * The MIME type of {@link #CONTENT_URI} providing a directory of bookmarks.
255 * Query parameter to use if you want to see deleted bookmarks that are still
313 * Read-only table that lists all the accounts that are used to provide bookmarks
    [all...]
  /external/chromium/chrome/browser/history/
starred_url_database.h 26 // Bookmarks were originally part of the url database, they have since been
42 // Writes bookmarks to the specified file.
52 // . Removes any bookmarks with no URL. This can happen if a URL is removed
55 // . Moves all bookmarks and folders that are not descendants of the bookmark
123 // Gets all the bookmarks and folders creating a StarredNode for each
131 // All bookmarks not on the bookmark bar/other folder are added to
177 // Does the work of migrating bookmarks to a temporary file that
  /packages/apps/Browser/res/values-en-rGB/
strings.xml 24 <string name="tab_bookmarks" msgid="2305793036003473653">"Bookmarks"</string>
28 <string name="added_to_bookmarks" msgid="4028710765672851635">"Added to bookmarks."</string>
29 <string name="removed_from_bookmarks" msgid="546648923924996722">"Removed from bookmarks."</string>
67 <string name="add_to_bookmarks_menu_option" msgid="4449323955122214389">"Bookmarks"</string>
72 <string name="save_to_bookmarks" msgid="1679286010089780932">"Save to bookmarks"</string>
79 <string name="remove_from_bookmarks" msgid="4374080666576982775">"Remove from bookmarks"</string>
82 <string name="bookmark_saved" msgid="2766434679871317557">"Saved to bookmarks."</string>
98 <string name="bookmarks" msgid="1961279134885867815">"Bookmarks"</string>
107 <string name="contextheader_folder_bookmarkcount" msgid="353987136645619089">"<xliff:g id="BOOKMARK_COUNT">%d</xliff:g> bookmarks"</string
    [all...]
  /external/chromium/chrome/browser/sync/sessions/
sync_session_unittest.cc 41 routes_[syncable::BOOKMARKS] = GROUP_UI;
84 request_params[syncable::BOOKMARKS] = true;
140 commit_set.AddCommitItem(0, syncable::Id(), syncable::BOOKMARKS);
287 routes_two[syncable::BOOKMARKS] = GROUP_UI;
312 types[syncable::BOOKMARKS] = true;
319 EXPECT_EQ(types_with_payloads[syncable::BOOKMARKS], payload);
342 original[syncable::BOOKMARKS] = empty_payload;
348 update[syncable::BOOKMARKS] = empty_payload; // Same.
356 EXPECT_EQ(empty_payload, original[syncable::BOOKMARKS]);
ordered_commit_set_unittest.cc 14 routes_[syncable::BOOKMARKS] = browser_sync::GROUP_UI;
33 commit_set1.AddCommitItem(0, expected[0], syncable::BOOKMARKS);
34 commit_set1.AddCommitItem(1, expected[1], syncable::BOOKMARKS);
44 commit_set2.AddCommitItem(0, expected[0], syncable::BOOKMARKS);
111 commit_set.AddCommitItem(4, ids_.NewLocalId(), syncable::BOOKMARKS);

Completed in 1151 milliseconds

1 2 3 45 6 7 8 91011>>