Searched defs:bookmarks (Results 1 - 25 of 77) sorted by relevance

1234

/external/chromium_org/components/bookmarks/common/
H A Dbookmark_constants.h10 namespace bookmarks { namespace
14 } // namespace bookmarks
H A Dbookmark_constants.cc5 #include "components/bookmarks/common/bookmark_constants.h"
9 namespace bookmarks { namespace
13 } // namespace bookmarks
H A Dbookmark_pref_names.h5 // Constants for the names of various bookmarks preferences.
10 namespace bookmarks { namespace
21 } // namespace bookmarks
/external/chromium_org/components/bookmarks/test/
H A Dmock_bookmark_model_observer.h5 #include "components/bookmarks/browser/bookmark_model_observer.h"
9 namespace bookmarks { namespace
46 } // namespace bookmarks
H A Dmock_bookmark_model_observer.cc5 #include "components/bookmarks/test/mock_bookmark_model_observer.h"
7 namespace bookmarks { namespace
13 } // namespace bookmarks
H A Dtest_bookmark_client.h9 #include "components/bookmarks/browser/bookmark_client.h"
13 namespace bookmarks { namespace
61 } // namespace bookmarks
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_drag_drop.h16 namespace bookmarks { namespace
22 // Starts the process of dragging a folder of bookmarks.
29 // |copy| indicates the source operation: if true then the bookmarks in |data|
33 const bookmarks::BookmarkNodeData& data,
/external/chromium_org/components/bookmarks/browser/
H A Dscoped_group_bookmark_actions.h12 namespace bookmarks { namespace
26 } // 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 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 Dbookmark_expanded_state_tracker.h10 #include "components/bookmarks/browser/base_bookmark_model_observer.h"
16 namespace bookmarks { namespace
58 } // 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_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_client.h14 #include "components/bookmarks/browser/bookmark_storage.h"
27 namespace bookmarks { namespace
94 } // namespace bookmarks
H A Dbookmark_index.h19 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
H A Dbookmark_match.h14 namespace bookmarks { namespace
46 } // namespace bookmarks
/external/chromium_org/components/bookmarks/common/android/
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.h10 namespace bookmarks { namespace
16 } // namespace bookmarks
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 Dbookmark_id.cc5 #include "components/bookmarks/common/android/bookmark_id.h"
9 namespace bookmarks { namespace
25 } // namespace bookmarks
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_drag_drop_views.h11 namespace bookmarks { namespace
39 const bookmarks::BookmarkNodeData& data,
49 const bookmarks::BookmarkNodeData& data,
/external/chromium_org/chrome/browser/android/bookmarks/
H A Dbookmarks_bridge.h14 #include "chrome/browser/android/bookmarks/partner_bookmarks_shim.h"
15 #include "chrome/browser/bookmarks/chrome_bookmark_client.h"
16 #include "components/bookmarks/browser/base_bookmark_model_observer.h"
17 #include "components/bookmarks/common/android/bookmark_id.h"
19 namespace bookmarks { namespace
25 // The delegate to fetch bookmarks information for the Android native
26 // bookmark page. This fetches the bookmarks, title, urls, folder
168 // partner bookmarks change.
202 scoped_ptr<bookmarks::ScopedGroupBookmarkActions> grouped_bookmark_actions_;
204 // Information about the Partner bookmarks (mus
[all...]
/external/chromium_org/chrome/browser/autocomplete/
H A Dbookmark_provider.h18 namespace bookmarks { namespace
23 // provides autocomplete suggestions based on the titles of bookmarks. Page
24 // titles, URLs, and typed and visit counts of the bookmarks are not currently
50 // Performs the actual matching of |input| over the bookmarks and fills in
62 const bookmarks::BookmarkMatch& match);
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_bar_constants.h12 #include "chrome/browser/ui/bookmarks/bookmark_bar_constants.h"
14 namespace bookmarks { namespace
40 } // namespace bookmarks

Completed in 8733 milliseconds

1234