HomeSort by relevance Sort by last modified time
    Searched full:bookmarks (Results 226 - 250 of 873) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/toolbar/
bookmark_sub_menu_model.h 9 // injecting the bookmarks to the bookmark submenu. This is done to support
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_instructions_view.cc 5 #include "chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.h"
12 #include "chrome/browser/ui/bookmarks/bookmark_bar_instructions_delegate.h"
114 // Do nothing here, we don't want to show the Bookmarks context menu when
115 // the user right clicks on the "Import bookmarks now" link.
bookmark_context_menu_unittest.cc 5 #include "chrome/browser/ui/views/bookmarks/bookmark_context_menu.h"
17 #include "chrome/browser/bookmarks/bookmark_model_factory.h"
18 #include "chrome/browser/bookmarks/chrome_bookmark_client.h"
19 #include "chrome/browser/bookmarks/chrome_bookmark_client_factory.h"
21 #include "chrome/browser/ui/bookmarks/bookmark_utils.h"
24 #include "components/bookmarks/browser/bookmark_model.h"
25 #include "components/bookmarks/test/bookmark_test_helpers.h"
34 #include "chrome/browser/ui/views/bookmarks/bookmark_bar_view.h"
137 // Tests open all on a folder with a couple of bookmarks.
147 // Tests open all on a folder with a couple of bookmarks in incognito window
    [all...]
bookmark_menu_controller_views.h 11 #include "components/bookmarks/browser/base_bookmark_model_observer.h"
12 #include "components/bookmarks/browser/bookmark_node_data.h"
36 // BookmarkMenuController is responsible for showing a menu of bookmarks,
131 bookmarks::BookmarkNodeData drop_data_;
  /external/chromium_org/chrome/browser/ui/views/toolbar/
toolbar_view_browsertest.cc 9 #include "chrome/browser/bookmarks/bookmark_model_factory.h"
16 #include "components/bookmarks/browser/bookmark_model.h"
17 #include "components/bookmarks/browser/bookmark_utils.h"
111 bookmarks::AddIfNotBookmarked(
  /external/chromium_org/chrome/browser/undo/
bookmark_undo_service.cc 7 #include "chrome/browser/bookmarks/bookmark_model_factory.h"
13 #include "components/bookmarks/browser/bookmark_model.h"
14 #include "components/bookmarks/browser/bookmark_node_data.h"
15 #include "components/bookmarks/browser/bookmark_utils.h"
16 #include "components/bookmarks/browser/scoped_group_bookmark_actions.h"
18 using bookmarks::BookmarkNodeData;
86 bookmarks::GetBookmarkNodeByID(model, parent_id_);
153 bookmarks::GetBookmarkNodeByID(model, parent_id_);
156 bookmarks::CloneBookmarkNode(
221 const BookmarkNode* node = bookmarks::GetBookmarkNodeByID(model, node_id_)
    [all...]
bookmark_undo_service_factory.cc 7 #include "chrome/browser/bookmarks/bookmark_model_factory.h"
bookmark_undo_service.h 12 #include "components/bookmarks/browser/base_bookmark_model_observer.h"
13 #include "components/bookmarks/browser/bookmark_node_data.h"
  /external/chromium_org/chrome/common/
DEPS 7 "+components/bookmarks/common",
  /external/chromium_org/chrome/test/ext_auto/auto_provider/
manifest.json 19 "bookmarks",
  /external/chromium_org/components/bookmarks/browser/
base_bookmark_model_observer.cc 5 #include "components/bookmarks/browser/base_bookmark_model_observer.h"
bookmark_index.h 19 namespace bookmarks { namespace
24 // BookmarkIndex maintains an index of the titles and URLs of bookmarks for
44 // Returns up to |max_count| of bookmarks containing each term from
117 } // namespace bookmarks
bookmark_model.cc 5 #include "components/bookmarks/browser/bookmark_model.h"
16 #include "components/bookmarks/browser/bookmark_expanded_state_tracker.h"
17 #include "components/bookmarks/browser/bookmark_index.h"
18 #include "components/bookmarks/browser/bookmark_match.h"
19 #include "components/bookmarks/browser/bookmark_model_observer.h"
20 #include "components/bookmarks/browser/bookmark_node_data.h"
21 #include "components/bookmarks/browser/bookmark_storage.h"
22 #include "components/bookmarks/browser/bookmark_utils.h"
29 using bookmarks::BookmarkClient;
30 using bookmarks::BookmarkExpandedStateTracker
    [all...]
  /external/chromium_org/sync/protocol/
bookmark_specifics.proto 5 // Sync protocol datatype extension for bookmarks.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/about_files/
LICENSE.sax.txt 8 releases and other information. Please change your bookmarks.
  /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_org/chrome/common/extensions/api/
bookmarks.json 7 "namespace": "bookmarks",
8 "description": "Use the <code>chrome.bookmarks</code> API to create, organize, and otherwise manipulate bookmarks. Also see <a href='override'>Override Pages</a>, which you can use to create a custom Bookmark Manager page.",
86 "description": "Defaults to the Other Bookmarks folder."
167 "description": "Retrieves the recently added bookmarks.",
191 "description": "Retrieves the entire Bookmarks hierarchy.",
209 "description": "Retrieves part of the Bookmarks hierarchy, starting at the specified node.",
237 "description": "Either a string of words and quoted phrases that are matched against bookmark URLs and titles, or an object. If an object, the properties <code>query</code>, <code>url</code>, and <code>title</code> may be specified and bookmarks matching all specified properties will be produced.",
245 "description": "An object specifying properties and values to match when searching. Produces bookmarks matching all properties.",
415 "description": "Imports bookmarks from a chrome html bookmark file"
    [all...]
  /external/chromium_org/chrome/browser/bookmarks/
chrome_bookmark_client.cc 5 #include "chrome/browser/bookmarks/chrome_bookmark_client.h"
17 #include "components/bookmarks/browser/bookmark_model.h"
18 #include "components/bookmarks/browser/bookmark_node.h"
165 bookmarks::LoadExtraCallback ChromeBookmarkClient::GetLoadExtraNodesCallback() {
224 // Start tracking the managed bookmarks. This will detect any changes that
225 // may have occurred while the initial managed bookmarks were being loaded
231 bookmarks::BookmarkPermanentNodeList ChromeBookmarkClient::LoadExtraNodes(
245 bookmarks::BookmarkPermanentNodeList extra_nodes;
  /external/chromium_org/chrome/browser/sync/test/integration/
bookmarks_helper.h 13 #include "components/bookmarks/browser/bookmark_model.h"
28 // Used to access the "other bookmarks" node within a particular sync profile.
31 // Used to access the "Synced Bookmarks" node within a particular sync profile.
34 // Used to access the "Managed Bookmarks" node for the given profile.
37 // Used to access the bookmarks within the verifier sync profile.
155 // Check if the bookmarks models of all sync profiles match each other, using
161 // two bookmarks with the same URL under the same parent folder. Returns true
174 // Returns the number of bookmarks in bookmark model of profile |profile|
  /external/chromium_org/chrome/browser/ui/aura/tab_contents/
web_drag_bookmark_handler_aura.cc 7 #include "chrome/browser/ui/bookmarks/bookmark_tab_helper.h"
11 #include "components/bookmarks/browser/bookmark_node_data.h"
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_view.mm 5 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view.h"
10 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h"
11 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_button.h"
12 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_context_menu_cocoa_controller.h"
13 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_folder_target.h"
17 #include "components/bookmarks/browser/bookmark_pasteboard_helper_mac.h"
18 #include "components/bookmarks/browser/bookmark_utils.h"
230 bookmarks::GetBookmarkNodeByID(model, source_node->id());
  /external/chromium_org/chrome/utility/importer/
safari_importer_unittest.mm 137 std::vector<ImportedBookmarkEntry> bookmarks;
138 importer->ParseBookmarks(ASCIIToUTF16("Toolbar"), &bookmarks);
139 size_t num_bookmarks = bookmarks.size();
143 ImportedBookmarkEntry& entry = bookmarks[i];
201 std::vector<ImportedBookmarkEntry> bookmarks;
202 importer->ParseBookmarks(ASCIIToUTF16("Toolbar"), &bookmarks);
203 size_t num_bookmarks = bookmarks.size();
207 ImportedBookmarkEntry& entry = bookmarks[i];

Completed in 1346 milliseconds

1 2 3 4 5 6 7 8 91011>>