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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/extensions/api/bookmarks/
bookmarks_api.h 15 #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.getSubTree", BOOKMARKS_GETSUBTREE
    [all...]
bookmark_api_helpers.cc 5 #include "chrome/browser/extensions/api/bookmarks/bookmark_api_helpers.h"
12 #include "chrome/browser/bookmarks/chrome_bookmark_client.h"
13 #include "chrome/browser/extensions/api/bookmarks/bookmark_api_constants.h"
14 #include "chrome/common/extensions/api/bookmarks.h"
15 #include "components/bookmarks/browser/bookmark_model.h"
16 #include "components/bookmarks/browser/bookmark_utils.h"
21 using api::bookmarks::BookmarkTreeNode;
114 const BookmarkNode* node = bookmarks::GetBookmarkNodeByID(model, id);
  /packages/apps/Browser/src/com/android/browser/
AddBookmarkPage.java 86 private final String LOGTAG = "Bookmarks";
152 BrowserContract.Bookmarks.CONTENT_URI_DEFAULT_FOLDER,
155 return BrowserContract.Bookmarks.buildFolderUri(folder);
175 * Show or hide the icon for bookmarks next to "Bookmarks" in the crumb view.
212 // it back to "Bookmarks", which is position 0 if we are
286 + " new bookmarks");
288 long id = mMap.getLong(BrowserContract.Bookmarks._ID);
348 values.put(BrowserContract.Bookmarks.TITLE,
350 values.put(BrowserContract.Bookmarks.IS_FOLDER, 1)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bubble_view_unittest.cc 5 #include "chrome/browser/ui/views/bookmarks/bookmark_bubble_view.h"
10 #include "chrome/browser/bookmarks/bookmark_model_factory.h"
13 #include "chrome/browser/ui/bookmarks/bookmark_bubble_delegate.h"
15 #include "components/bookmarks/browser/bookmark_utils.h"
16 #include "components/bookmarks/test/bookmark_test_helpers.h"
36 bookmarks::AddIfNotBookmarked(
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/managed_bookmarks/
background.js 9 'Bookmarks Bar': '1',
10 'Other Bookmarks': '2'
16 * canonicalized URLs stored in bookmarks created with the bookmarks API.
100 chrome.bookmarks.removeTree(this._id);
102 chrome.bookmarks.remove(this._id);
130 // bookmarks.onRemoved is triggered after the changes have been persisted.
133 // The "id" comes with the callback from bookmarks.create() but the Node
138 chrome.bookmarks.create({
152 // Drop all additional bookmarks past the end that are not wanted anymore
    [all...]
  /external/chromium_org/components/bookmarks/browser/
bookmark_expanded_state_tracker.cc 5 #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
bookmark_utils.h 13 #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
91 // Register user preferences for Bookmarks Bar.
94 // Returns the parent for newly created folders/bookmarks. If |selection| ha
    [all...]
  /external/chromium_org/components/policy/core/browser/
managed_bookmarks_tracker_unittest.cc 14 #include "components/bookmarks/browser/bookmark_model.h"
15 #include "components/bookmarks/browser/bookmark_model_observer.h"
16 #include "components/bookmarks/browser/bookmark_node.h"
17 #include "components/bookmarks/common/bookmark_pref_names.h"
18 #include "components/bookmarks/test/bookmark_test_helpers.h"
19 #include "components/bookmarks/test/mock_bookmark_model_observer.h"
20 #include "components/bookmarks/test/test_bookmark_client.h"
38 prefs_.registry()->RegisterListPref(bookmarks::prefs::kManagedBookmarks);
40 bookmarks::prefs::kBookmarkEditorExpandedNodes);
52 managed_node, prefs_.GetList(bookmarks::prefs::kManagedBookmarks), 101)
    [all...]
  /packages/providers/PartnerBookmarksProvider/src/com/android/providers/partnerbookmarks/
PartnerBookmarksContract.java 24 * The contract between the partner bookmarks provider and applications.
31 * Partner bookmarks URI: content://com.android.partnerbookmarks/bookmarks
34 * If the provider is found, and the set of bookmarks is non-empty, exactly one
41 /** The authority for the partner bookmarks provider */
44 /** A content:// style uri to the authority for the partner bookmarks provider */
60 * The bookmarks table, which holds the partner bookmarks.
62 public static final class Bookmarks {
66 private Bookmarks() {}
    [all...]
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_html_writer.h 37 // Class that fetches favicons for list of bookmarks and
38 // then starts Writer which outputs bookmarks and favicons to html file.
60 // Recursively extracts URLs from bookmarks.
63 // Executes Writer task that writes bookmarks data to html file.
76 // The Profile object used for accessing FaviconService, bookmarks model.
79 // All URLs that are extracted from bookmarks. Used to fetch favicons
101 // Writes the bookmarks out in the 'bookmarks.html' format understood by
chrome_bookmark_client.h 14 #include "components/bookmarks/browser/base_bookmark_model_observer.h"
15 #include "components/bookmarks/browser/bookmark_client.h"
24 class ChromeBookmarkClient : public bookmarks::BookmarkClient,
38 // Returns true if the given node belongs to the managed bookmarks tree.
45 // bookmarks::BookmarkClient:
59 virtual bookmarks::LoadExtraCallback GetLoadExtraNodesCallback() OVERRIDE;
83 static bookmarks::BookmarkPermanentNodeList LoadExtraNodes(
88 // Returns the management domain that configured the managed bookmarks,
chrome_bookmark_client_factory.cc 5 #include "chrome/browser/bookmarks/chrome_bookmark_client_factory.h"
8 #include "chrome/browser/bookmarks/chrome_bookmark_client.h"
DEPS 2 # Bookmarks is being made into a component (it will end up at
3 # //components/bookmarks and not depend on //chrome), so we have these basic
7 "+chrome/browser/bookmarks",
39 # This should be removed after enhanced bookmarks experiment is over.
  /external/chromium_org/chrome/browser/favicon/
chrome_favicon_client.cc 7 #include "chrome/browser/bookmarks/bookmark_model_factory.h"
9 #include "components/bookmarks/browser/bookmark_model.h"
  /external/chromium_org/chrome/browser/history/
chrome_history_client.cc 15 #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.
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_bar_constants.h 12 // The height of Bookmarks Bar, when visible in "New Tab Page" mode.
17 // The height of Bookmarks Bar, when attached to the toolbar.
bookmark_browsertest.cc 9 #include "chrome/browser/bookmarks/bookmark_model_factory.h"
20 #include "components/bookmarks/browser/bookmark_model.h"
21 #include "components/bookmarks/browser/bookmark_utils.h"
22 #include "components/bookmarks/test/bookmark_test_helpers.h"
79 // Verify that bookmarks persist browser restart.
83 bookmarks::AddIfNotBookmarked(bookmark_model,
108 // Sanity check that bookmarks from different profiles are separate.
123 bookmarks::AddIfNotBookmarked(bookmark_model1,
bookmark_bar_instructions_delegate.h 9 // bookmarks.
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/examples/
bookmark_current_tabs.applescript 5 -- This script bookmarks the currently open tabs of a window.
15 tell bookmarks bar
  /external/chromium_org/chrome/common/extensions/docs/examples/api/bookmarks/basic/
popup.js 5 // Search the bookmarks when entering the search keyword.
8 $('#bookmarks').empty();
14 var bookmarkTreeNodes = chrome.bookmarks.getTree(
16 $('#bookmarks').append(dumpTreeNodes(bookmarkTreeNodes, query));
68 chrome.bookmarks.remove(String(bookmarkNode.id));
83 chrome.bookmarks.create({parentId: bookmarkNode.id,
85 $('#bookmarks').empty();
100 chrome.bookmarks.update(String(bookmarkNode.id), {
  /external/chromium_org/chrome/common/importer/
importer_type.h 13 // settings and data from (browsers, google toolbar and a bookmarks html file).
27 TYPE_BOOKMARKS_FILE = 5 // Identifies a 'bookmarks.html' file.
  /external/chromium_org/components/history/core/test/
history_client_fake_bookmarks.h 15 // methods relating to bookmarks for unit testing.
28 virtual void GetBookmarks(std::vector<URLAndTitle>* bookmarks) OVERRIDE;
  /external/chromium_org/components/test/data/bookmarks/
model_without_sync.json 22 "name": "Bookmarks Bar",
43 "name": "Other Bookmarks",
  /external/chromium_org/sync/syncable/
syncable_util_unittest.cc 16 GenerateSyncableHash(BOOKMARKS, "tag1"));
23 GenerateSyncableHash(BOOKMARKS, "tag2"));
  /packages/providers/PartnerBookmarksProvider/res/values/
strings.xml 18 <string name="bookmarks_folder_name" translatable="false">Partner Bookmarks</string>
19 <string-array name="bookmarks" />

Completed in 1446 milliseconds

1 2 34 5 6 7 8 91011>>