Searched defs:bookmarks (Results 26 - 50 of 77) sorted by last modified time

1234

/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_model.cc5 #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
534 GetBookmarks( std::vector<BookmarkModel::URLAndTitle>* bookmarks) argument
[all...]
H A Dbookmark_model.h20 #include "components/bookmarks/browser/bookmark_client.h"
21 #include "components/bookmarks/browser/bookmark_node.h"
34 namespace bookmarks { namespace
52 // Three graphs are provided for the three entry points: those on the 'bookmarks
53 // bar', those in the 'other bookmarks' folder and those in the 'mobile' folder.
66 explicit BookmarkModel(bookmarks::BookmarkClient* client);
72 // Loads the bookmarks. This is called upon creation of the
170 // Returns true if there are bookmarks, otherwise returns false.
179 // Returns, by reference in |bookmarks|, the set of bookmarked urls and their
180 // titles. This returns the unique set of URLs. For example, if two bookmarks
[all...]
H A Dbookmark_model_unittest.cc5 #include "components/bookmarks/browser/bookmark_model.h"
22 #include "components/bookmarks/browser/bookmark_model_observer.h"
23 #include "components/bookmarks/browser/bookmark_utils.h"
24 #include "components/bookmarks/test/bookmark_test_helpers.h"
25 #include "components/bookmarks/test/test_bookmark_client.h"
35 namespace bookmarks { namespace
273 bookmarks::BookmarkPermanentNodeList extra_nodes;
730 bookmarks::GetMostRecentlyModifiedUserFolders(model_.get(), 1);
738 bookmarks::GetMostRecentlyModifiedUserFolders(model_.get(), 1);
771 bookmarks
815 std::vector<BookmarkModel::URLAndTitle> bookmarks; local
[all...]
H A Dbookmark_node_data.cc5 #include "components/bookmarks/browser/bookmark_node_data.h"
13 #include "components/bookmarks/browser/bookmark_utils.h"
16 namespace bookmarks { namespace
289 } // namespace bookmarks
H A Dbookmark_node_data.h13 #include "components/bookmarks/browser/bookmark_node.h"
25 namespace bookmarks { namespace
34 // bookmark or bookmarks.
103 // Reads bookmarks from the given vector.
109 // Writes bookmarks to the specified clipboard.
112 // Reads bookmarks from the specified clipboard. Prefers data written via
176 } // namespace bookmarks
H A Dbookmark_node_data_ios.cc5 #include "components/bookmarks/browser/bookmark_node_data.h"
9 namespace bookmarks { namespace
26 } // namespace bookmarks
H A Dbookmark_node_data_mac.cc5 #include "components/bookmarks/browser/bookmark_node_data.h"
7 #include "components/bookmarks/browser/bookmark_pasteboard_helper_mac.h"
9 namespace bookmarks { namespace
30 } // namespace bookmarks
H A Dbookmark_node_data_unittest.cc10 #include "components/bookmarks/browser/bookmark_model.h"
11 #include "components/bookmarks/browser/bookmark_node_data.h"
12 #include "components/bookmarks/test/bookmark_test_helpers.h"
13 #include "components/bookmarks/test/test_bookmark_client.h"
21 namespace bookmarks { namespace
300 } // namespace bookmarks
H A Dbookmark_node_data_views.cc5 #include "components/bookmarks/browser/bookmark_node_data.h"
12 namespace bookmarks { namespace
75 } // namespace bookmarks
H A Dbookmark_storage.cc5 #include "components/bookmarks/browser/bookmark_storage.h"
15 #include "components/bookmarks/browser/bookmark_codec.h"
16 #include "components/bookmarks/browser/bookmark_index.h"
17 #include "components/bookmarks/browser/bookmark_model.h"
18 #include "components/bookmarks/common/bookmark_constants.h"
23 namespace bookmarks { namespace
88 // Load the index if there are any bookmarks in the extra nodes.
215 } // namespace bookmarks
H A Dbookmark_storage.h15 #include "components/bookmarks/browser/bookmark_node.h"
23 namespace bookmarks { namespace
35 // BookmarkLoadDetails is used by BookmarkStorage when loading bookmarks.
37 // ownership) to BookmarkStorage. BookmarkStorage loads the bookmarks (and
110 // unique. Basically, if the user modified the bookmarks directly we'll
133 // BookmarkModel uses the BookmarkStorage to load bookmarks from disk, as well
147 // Loads the bookmarks into the model, notifying the model when done. This
186 } // namespace bookmarks
H A Dbookmark_utils.cc5 #include "components/bookmarks/browser/bookmark_utils.h"
18 #include "components/bookmarks/browser/bookmark_client.h"
19 #include "components/bookmarks/browser/bookmark_model.h"
20 #include "components/bookmarks/browser/scoped_group_bookmark_actions.h"
21 #include "components/bookmarks/common/bookmark_pref_names.h"
31 namespace bookmarks { namespace
73 // searching for bookmarks.
413 std::vector<const BookmarkNode*> bookmarks; local
414 model->GetNodesByURL(url, &bookmarks);
416 // Remove all the user bookmarks
[all...]
H A Dbookmark_utils.h13 #include "components/bookmarks/browser/bookmark_node_data.h"
24 // that show bookmarks (bookmark manager, bookmark bar view, ...) and other
25 // systems that involve indexing and searching bookmarks.
26 namespace bookmarks { namespace
30 // Fields to use when finding matching bookmarks.
41 // |index_to_add_at|. If |reset_node_times| is true cloned bookmarks and
72 // Returns the most recently added bookmarks. This does not return folders,
81 // Returns up to |max_count| bookmarks from |model| whose url or title contain
94 // Returns the parent for newly created folders/bookmarks. If |selection| has
106 // If there are no user bookmarks fo
[all...]
H A Dbookmark_utils_unittest.cc5 #include "components/bookmarks/browser/bookmark_utils.h"
11 #include "components/bookmarks/browser/base_bookmark_model_observer.h"
12 #include "components/bookmarks/browser/bookmark_model.h"
13 #include "components/bookmarks/browser/bookmark_node_data.h"
14 #include "components/bookmarks/test/test_bookmark_client.h"
22 namespace bookmarks { namespace
43 // action. For example, when multiple bookmarks are cut to the clipboard we
526 } // namespace bookmarks
H A Dscoped_group_bookmark_actions.cc5 #include "components/bookmarks/browser/scoped_group_bookmark_actions.h"
7 #include "components/bookmarks/browser/bookmark_model.h"
9 namespace bookmarks { namespace
22 } // namespace bookmarks
H A Dscoped_group_bookmark_actions.h12 namespace bookmarks { namespace
26 } // namespace bookmarks
/external/chromium_org/components/bookmarks/common/android/
H A Dbookmark_id.cc5 #include "components/bookmarks/common/android/bookmark_id.h"
9 namespace bookmarks { namespace
25 } // namespace bookmarks
H A Dbookmark_id.h10 namespace bookmarks { namespace
22 } // namespace bookmarks
H A Dbookmark_type.h8 namespace bookmarks { namespace
12 #include "components/bookmarks/common/android/bookmark_type_list.h"
H A Dcomponent_jni_registrar.cc5 #include "components/bookmarks/common/android/component_jni_registrar.h"
9 #include "components/bookmarks/common/android/bookmark_id.h"
11 namespace bookmarks { namespace
26 } // namespace bookmarks
H A Dcomponent_jni_registrar.h10 namespace bookmarks { namespace
16 } // namespace bookmarks
/external/chromium_org/components/bookmarks/common/android/java/src/org/chromium/components/bookmarks/
H A DBookmarkId.java5 package org.chromium.components.bookmarks;
/external/chromium_org/components/bookmarks/common/
H A Dbookmark_constants.cc5 #include "components/bookmarks/common/bookmark_constants.h"
9 namespace bookmarks { namespace
13 } // namespace bookmarks
H A Dbookmark_constants.h10 namespace bookmarks { namespace
14 } // namespace bookmarks
H A Dbookmark_pref_names.cc5 #include "components/bookmarks/common/bookmark_pref_names.h"
7 namespace bookmarks { namespace
14 // Modifying bookmarks is completely disabled when this is set to false.
15 const char kEditBookmarksEnabled[] = "bookmarks.editing_enabled";
17 // A list of bookmarks to include in a Managed Bookmarks root node. Each
20 const char kManagedBookmarks[] = "bookmarks.managed_bookmarks";
35 } // namespace bookmarks

Completed in 1893 milliseconds

1234