Searched defs:bookmarks (Results 26 - 50 of 77) sorted by relevance

1234

/external/chromium_org/components/bookmarks/common/
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
/external/chromium_org/components/history/core/browser/
H A Dhistory_client.cc16 void HistoryClient::GetBookmarks(std::vector<URLAndTitle>* bookmarks) { argument
/external/chromium_org/chrome/utility/importer/
H A Dbookmarks_file_importer.cc85 // The only thing this importer can import is a bookmarks file, aka
92 std::vector<ImportedBookmarkEntry> bookmarks; local
99 &bookmarks, local
102 if (!bookmarks.empty() && !cancelled()) {
105 bridge->AddBookmarks(bookmarks, first_folder_name);
H A Dbookmark_html_reader_unittest.cc244 std::vector<ImportedBookmarkEntry> bookmarks; local
247 path, &bookmarks, NULL); local
249 ASSERT_EQ(3U, bookmarks.size());
250 ExpectFirstFirefox2Bookmark(bookmarks[0]);
251 ExpectSecondFirefox2Bookmark(bookmarks[1]);
252 ExpectThirdFirefox2Bookmark(bookmarks[2]);
258 std::vector<ImportedBookmarkEntry> bookmarks; local
261 path, &bookmarks, NULL); local
263 ASSERT_EQ(3U, bookmarks.size());
264 ExpectFirstFirefox23Bookmark(bookmarks[
272 std::vector<ImportedBookmarkEntry> bookmarks; local
275 path, &bookmarks, NULL); local
299 std::vector<ImportedBookmarkEntry> bookmarks; local
304 path, &bookmarks, NULL); local
326 std::vector<ImportedBookmarkEntry> bookmarks; local
329 path, &bookmarks, NULL); local
[all...]
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_client.cc5 #include "components/bookmarks/browser/bookmark_client.h"
9 namespace bookmarks { namespace
33 } // namespace bookmarks
H A Dbookmark_match.cc5 #include "components/bookmarks/browser/bookmark_match.h"
10 namespace bookmarks { namespace
48 } // 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_expanded_state_tracker_unittest.cc5 #include "components/bookmarks/browser/bookmark_expanded_state_tracker.h"
14 #include "components/bookmarks/browser/bookmark_model.h"
15 #include "components/bookmarks/common/bookmark_pref_names.h"
16 #include "components/bookmarks/test/bookmark_test_helpers.h"
17 #include "components/bookmarks/test/test_bookmark_client.h"
21 namespace bookmarks { namespace
116 } // 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_expanded_state_tracker.cc5 #include "components/bookmarks/browser/bookmark_expanded_state_tracker.h"
10 #include "components/bookmarks/browser/bookmark_model.h"
11 #include "components/bookmarks/browser/bookmark_utils.h"
12 #include "components/bookmarks/common/bookmark_pref_names.h"
14 namespace bookmarks { namespace
114 } // namespace bookmarks
H A Dbookmark_codec.h14 #include "components/bookmarks/browser/bookmark_node.h"
24 namespace bookmarks { namespace
209 } // 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_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
/external/chromium_org/components/history/core/test/
H A Dhistory_client_fake_bookmarks.cc38 std::vector<URLAndTitle>* bookmarks) {
39 bookmarks->reserve(bookmarks->size() + bookmarks_.size());
43 bookmarks->push_back(urlAndTitle);
37 GetBookmarks( std::vector<URLAndTitle>* bookmarks) argument
/external/chromium_org/chrome/browser/history/
H A Dchrome_history_client.cc15 #include "components/bookmarks/browser/bookmark_model.h"
43 std::vector<history::URLAndTitle>* bookmarks) {
47 bookmarks->reserve(bookmarks->size() + bookmarks_url_and_title.size());
53 bookmarks->push_back(value);
74 // It's possible that bookmarks haven't loaded and history is waiting for
75 // bookmarks to complete loading. In such a situation history can't shutdown
80 // sees an incorrect view of bookmarks, but it's better than a deadlock.
42 GetBookmarks( std::vector<history::URLAndTitle>* bookmarks) argument
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_tab_helper.h8 #include "components/bookmarks/browser/base_bookmark_model_observer.h"
14 namespace bookmarks { namespace
22 // Per-tab class to manage bookmarks.
31 virtual void OnDragEnter(const bookmarks::BookmarkNodeData& data) = 0;
32 virtual void OnDragOver(const bookmarks::BookmarkNodeData& data) = 0;
33 virtual void OnDragLeave(const bookmarks::BookmarkNodeData& data) = 0;
34 virtual void OnDrop(const bookmarks::BookmarkNodeData& data) = 0;
H A Dbookmark_context_menu_controller.h12 #include "components/bookmarks/browser/base_bookmark_model_observer.h"
35 const std::vector<const BookmarkNode*>& bookmarks) {}
33 WillExecuteCommand( int command_id, const std::vector<const BookmarkNode*>& bookmarks) argument
/external/chromium_org/chrome/browser/history/android/
H A Dbookmark_model_sql_handler_unittest.cc9 #include "chrome/browser/bookmarks/bookmark_model_factory.h"
16 #include "components/bookmarks/browser/bookmark_model.h"
17 #include "components/bookmarks/test/bookmark_test_helpers.h"
140 // Get all bookmarks and verify there is only one.
141 std::vector<BookmarkModel::URLAndTitle> bookmarks; local
142 bookmark_model_->GetBookmarks(&bookmarks);
143 ASSERT_EQ(1u, bookmarks.size());
144 EXPECT_EQ(url_row.url(), bookmarks[0].url);
145 EXPECT_EQ(url_row.title(), bookmarks[0].title);
160 bookmarks
[all...]
/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/test/
H A Dtest_bookmark_client.cc5 #include "components/bookmarks/test/test_bookmark_client.h"
10 #include "components/bookmarks/browser/bookmark_model.h"
11 #include "components/bookmarks/browser/bookmark_node.h"
12 #include "components/bookmarks/browser/bookmark_storage.h"
14 namespace bookmarks { namespace
22 scoped_ptr<bookmarks::BookmarkLoadDetails> details =
30 bookmarks::BookmarkPermanentNodeList extra_nodes) {
66 bookmarks::LoadExtraCallback TestBookmarkClient::GetLoadExtraNodesCallback() {
85 bookmarks::BookmarkPermanentNodeList TestBookmarkClient::LoadExtraNodes(
86 bookmarks
[all...]
/external/smack/src/org/jivesoftware/smackx/bookmark/
H A DBookmarkManager.java29 * Provides methods to manage bookmarks in accordance with JEP-0048. Methods for managing URLs and
41 PrivateDataManager.addPrivateDataProvider("storage", "storage:bookmarks",
65 private Bookmarks bookmarks; field in class:BookmarkManager
70 * storage:bookmarks namespace.
72 * @param connection the connection for persisting and retrieving bookmarks.
86 * @throws XMPPException thrown when there was an error retrieving the current bookmarks from
92 return Collections.unmodifiableCollection(bookmarks.getBookmarkedConferences());
96 * Adds or updates a conference in the bookmarks.
103 * @throws XMPPException thrown when there is an issue retrieving the current bookmarks from
112 List<BookmarkedConference> conferences = bookmarks
[all...]
/external/chromium_org/chrome/browser/first_run/
H A Dfirst_run.h79 std::vector<GURL> bookmarks; member in struct:first_run::MasterPrefs
140 // ShouldShowSearchEngineDialog is true). Also imports bookmarks from file if
/external/chromium_org/chrome/browser/sync/
H A Dbackend_migrator_unittest.cc207 syncer::ModelTypeSet to_migrate1, to_migrate2, to_migrate_union, bookmarks; local
212 bookmarks.Put(syncer::BOOKMARKS);
238 SendConfigureDone(DataTypeManager::OK, bookmarks);
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_context_menu.cc5 #include "chrome/browser/ui/views/bookmarks/bookmark_context_menu.h"
11 #include "components/bookmarks/browser/bookmark_model.h"
23 // bookmarks to be removed.
115 const std::vector<const BookmarkNode*>& bookmarks) {
117 observer_->WillRemoveBookmarks(bookmarks);
113 WillExecuteCommand( int command_id, const std::vector<const BookmarkNode*>& bookmarks) argument
/external/chromium_org/chrome/browser/extensions/api/bookmarks/
H A Dbookmarks_api.h15 #include "components/bookmarks/browser/base_bookmark_model_observer.h"
16 #include "components/bookmarks/browser/bookmark_node.h"
35 namespace bookmarks { namespace in namespace:extensions::api
128 // RunAsync semantic equivalent called when the bookmarks are ready.
151 const api::bookmarks::CreateDetails& details,
173 DECLARE_EXTENSION_FUNCTION("bookmarks.get", BOOKMARKS_GET)
184 DECLARE_EXTENSION_FUNCTION("bookmarks.getChildren", BOOKMARKS_GETCHILDREN)
195 DECLARE_EXTENSION_FUNCTION("bookmarks.getRecent", BOOKMARKS_GETRECENT)
206 DECLARE_EXTENSION_FUNCTION("bookmarks.getTree", BOOKMARKS_GETTREE)
217 DECLARE_EXTENSION_FUNCTION("bookmarks
[all...]

Completed in 4438 milliseconds

1234