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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/sync/glue/
extensions_activity_monitor.cc 9 #include "chrome/browser/extensions/api/bookmarks/bookmarks_api.h"
45 if (f->name() == "bookmarks.update" ||
46 f->name() == "bookmarks.move" ||
47 f->name() == "bookmarks.create" ||
48 f->name() == "bookmarks.removeTree" ||
49 f->name() == "bookmarks.remove") {
  /external/chromium_org/chrome/app/
bookmarks_strings.grdp 2 <!-- Bookmarks specific strings (included from generated_resources.grd). -->
4 <!-- Begin of Bookmarks Bar strings-->
6 <!-- The following two strings are shown when the user has no bookmarks yet. -->
7 <message name="IDS_BOOKMARKS_NO_ITEMS" desc="Text shown when the user has no bookmarks">
8 For quick access, place your bookmarks here on the bookmarks bar.
11 Import bookmarks now...
16 <message name="IDS_BOOKMARK_GROUP_FROM_IE" desc="The group name of bookmarks from Internet Explorer">
20 <message name="IDS_BOOKMARK_GROUP_FROM_FIREFOX" desc="The group name of bookmarks from Firefox">
23 <message name="IDS_BOOKMARK_GROUP_FROM_SAFARI" desc="The group name of bookmarks from Safari"
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_tree_browser_cell.mm 5 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_tree_browser_cell.h"
7 #include "components/bookmarks/browser/bookmark_model.h"
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_context_menu_controller.cc 5 #include "chrome/browser/ui/bookmarks/bookmark_context_menu_controller.h"
11 #include "chrome/browser/bookmarks/bookmark_model_factory.h"
12 #include "chrome/browser/bookmarks/chrome_bookmark_client.h"
13 #include "chrome/browser/bookmarks/chrome_bookmark_client_factory.h"
16 #include "chrome/browser/ui/bookmarks/bookmark_editor.h"
17 #include "chrome/browser/ui/bookmarks/bookmark_utils.h"
26 #include "components/bookmarks/browser/bookmark_client.h"
27 #include "components/bookmarks/browser/bookmark_model.h"
28 #include "components/bookmarks/browser/bookmark_utils.h"
213 bookmarks::GetParentForNewNodes(parent_, selection_, &index)
    [all...]
bookmark_drag_drop.h 16 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,
bookmark_tab_helper_delegate.cc 5 #include "chrome/browser/ui/bookmarks/bookmark_tab_helper_delegate.h"
bookmark_tab_helper.h 8 #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;
bookmark_tab_helper.cc 5 #include "chrome/browser/ui/bookmarks/bookmark_tab_helper.h"
7 #include "chrome/browser/bookmarks/bookmark_model_factory.h"
12 #include "chrome/browser/ui/bookmarks/bookmark_tab_helper_delegate.h"
13 #include "chrome/browser/ui/bookmarks/bookmark_utils.h"
17 #include "components/bookmarks/browser/bookmark_model.h"
25 // Use the committed entry so the bookmarks bar disappears at the same time
35 // Use the committed entry so the bookmarks bar disappears at the same time
72 if (prefs->IsManagedPreference(bookmarks::prefs::kShowBookmarkBar) &&
73 !prefs->GetBoolean(bookmarks::prefs::kShowBookmarkBar))
  /packages/apps/Browser/tests/src/com/android/browser/tests/
BP2ProviderTests.java 37 BrowserContract.Bookmarks.PARENT,
38 BrowserContract.Bookmarks.ACCOUNT_NAME,
39 BrowserContract.Bookmarks.ACCOUNT_TYPE,
54 // Use updateBookmarks because the bookmarks URI observer should
55 // be triggered, even though we aren't giving it a bookmarks URI
70 values.put(BrowserContract.Bookmarks.TITLE, "New Folder");
71 values.put(BrowserContract.Bookmarks.IS_FOLDER, 1);
72 values.put(BrowserContract.Bookmarks.ACCOUNT_NAME, accountName);
73 values.put(BrowserContract.Bookmarks.ACCOUNT_TYPE, accountType);
79 values.put(BrowserContract.Bookmarks.TITLE, "google")
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserBackupAgent.java 26 import android.provider.BrowserContract.Bookmarks;
41 * stored is the set of bookmarks. It's okay if I/O exceptions are thrown
87 * the backup service, parses that out, and rebuilds the bookmarks table in the
106 ArrayList<Bookmark> bookmarks = new ArrayList<Bookmark>(count); local
108 // Read all the bookmarks, then process later -- if we can't read
109 // all the data successfully, we don't touch the bookmarks table
117 bookmarks.add(mark);
120 // Okay, we have all the bookmarks -- now see if we need to add
122 int N = bookmarks.size();
124 if (DEBUG) Log.v(TAG, "Restoring " + N + " bookmarks");
    [all...]
  /external/chromium_org/chrome/browser/android/
new_tab_page_url_handler.h 21 // - chrome://newtab#bookmarks -> chrome-native://bookmarks
22 // - chrome://newtab#bookmarks:99 -> chrome-native://bookmarks
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_stats.h 10 // This enum is used for the Bookmarks.EntryPoint histogram.
20 // This enum is used for the Bookmarks.LaunchLocation histogram.
32 // Bookmarks menu within wrench menu.
46 // Records the user opening a folder of bookmarks for UMA purposes.
enhanced_bookmarks_features.h 33 // Returns true and sets |extension_id| if bookmarks experiment enabled
48 // Intended for performing initial configuration of bookmarks experiments
57 // Returns true if enhanced bookmarks experiment is running.
59 // Note that this doesn't necessarily mean that enhanced bookmarks
69 // Returns true if enhanced bookmarks is enabled.
  /external/chromium_org/chrome/browser/extensions/api/bookmarks/
bookmark_api_helpers.h 12 #include "chrome/common/extensions/api/bookmarks.h"
23 api::bookmarks::BookmarkTreeNode* GetBookmarkTreeNode(
32 std::vector<linked_ptr<api::bookmarks::BookmarkTreeNode> >* nodes,
38 api::bookmarks::BookmarkTreeNode> >* nodes,
  /external/chromium_org/components/history/core/test/
history_client_fake_bookmarks.cc 38 std::vector<URLAndTitle>* bookmarks) {
39 bookmarks->reserve(bookmarks->size() + bookmarks_.size());
43 bookmarks->push_back(urlAndTitle);
  /external/chromium_org/chrome/browser/history/
DEPS 21 "!chrome/browser/bookmarks/bookmark_model_factory.h",
22 "!chrome/browser/bookmarks/chrome_bookmark_client.h",
23 "!chrome/browser/bookmarks/chrome_bookmark_client_factory.h",
49 "!components/bookmarks/browser/bookmark_model.h",
50 "!components/bookmarks/browser/bookmark_utils.h",
66 "!components/bookmarks/test/bookmark_test_helpers.h",
67 "!components/bookmarks/test/test_bookmark_client.h",
  /external/chromium_org/chrome/browser/sync/test/integration/performance/
bookmarks_sync_perf_test.cc 27 // Adds |num_urls| new unique bookmarks to the bookmark bar for |profile|.
30 // Updates the URL for all bookmarks in the bookmark bar for |profile|.
33 // Removes all bookmarks in the bookmark bar for |profile|.
36 // Returns the number of bookmarks stored in the bookmark bar for |profile|.
94 SyncTimingHelper::PrintResult("bookmarks", "add_bookmarks", dt);
100 SyncTimingHelper::PrintResult("bookmarks", "update_bookmarks", dt);
106 SyncTimingHelper::PrintResult("bookmarks", "delete_bookmarks", dt);
  /external/chromium_org/chrome/utility/importer/
bookmark_html_reader_unittest.cc 244 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[0])
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...]
bookmark_html_reader.h 25 // Imports the bookmarks from the specified file.
37 // |bookmarks| is a pointer to a vector, which is filled with the imported
38 // bookmarks. It may not be NULL.
41 // imported bookmarks. It may be NULL, in which case favicons are not imported.
46 std::vector<ImportedBookmarkEntry>* bookmarks,
52 // tag, which contains its title. All bookmarks and sub-folders follow,
60 // Reference: http://kb.mozillazine.org/Bookmarks.html
80 // Save bookmarks imported from browsers with Firefox 2 compatible bookmark
84 // ...<h1>Bookmarks</h1><dl>
  /external/chromium_org/components/policy/core/browser/
managed_bookmarks_tracker.h 26 // Tracks the Managed Bookmarks policy value and makes the managed_node() in
42 // Returns the initial list of managed bookmarks, which can be passed to
46 // Loads the initial managed bookmarks in |list| into |folder|. New nodes
53 // Starts tracking the policy for updates to the managed bookmarks. Should
54 // be called after loading the initial bookmarks.
  /external/smack/src/org/jivesoftware/smackx/bookmark/
Bookmarks.java 32 * Bookmarks is used for storing and retrieving URLS and Conference rooms.
33 * Bookmark Storage (JEP-0048) defined a protocol for the storage of bookmarks to conference rooms and other entities
35 * See the following code sample for saving Bookmarks:
40 * Bookmarks bookmarks = new Bookmarks();
46 * bookmarks.addURL(url);
52 * bookmarks.addConference(conference);
53 * // Save Bookmarks using PrivateDataManager.
55 * manager.setPrivateData(bookmarks);
    [all...]
  /frameworks/base/packages/SettingsProvider/res/xml/
bookmarks.xml 18 Default system bookmarks for AOSP.
19 Bookmarks for vendor apps should be added to a bookmarks resource overlay; not here.
34 <bookmarks>
59 </bookmarks>
  /external/chromium_org/chrome/
chrome_nibs.gyp 62 'browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller.h',
63 'browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller.mm',
64 'browser/ui/cocoa/bookmarks/bookmark_bar_controller.h',
65 'browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm',
66 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller.h',
67 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller.mm',
68 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_view.h',
69 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_view.mm',
70 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_window.h',
71 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_window.mm'
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/
device_local_account_management_policy_provider.cc 40 "ielkookhdphmgbipcfmafkaiagademfp", // Custom bookmarks
41 "kogjlbfgggambihdjcpijgcbmenblimd", // Custom bookmarks
42 "ogbkmlkceflgpilgbmbcfbifckpkfacf", // Custom bookmarks
43 "pbbbjjecobhljkkcenlakfnkmkfkfamd", // Custom bookmarks
44 "jkbfjmnjcdmhlfpephomoiipbhcoiffb", // Custom bookmarks
45 "dgmblbpgafgcgpkoiilhjifindhinmai", // Custom bookmarks
46 "iggnealjakkgfofealilhkkclnbnfnmo", // Custom bookmarks
47 "lplkobnahgbopmpkdapaihnnojkphahc", // Custom bookmarks
48 "lejnflfhjpcannpaghnahbedlabpmhoh", // Custom bookmarks
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view_unittest.cc 5 #include "chrome/browser/ui/views/bookmarks/bookmark_bar_view.h"
9 #include "chrome/browser/bookmarks/bookmark_model_factory.h"
19 #include "components/bookmarks/test/bookmark_test_helpers.h"
62 bookmarks::prefs::kShowAppsShortcutInBookmarkBar, false);
68 bookmarks::prefs::kShowAppsShortcutInBookmarkBar, true);
77 bookmarks::prefs::kShowAppsShortcutInBookmarkBar, false);
97 bookmarks::prefs::kShowAppsShortcutInBookmarkBar));
101 prefs->SetManagedPref(bookmarks::prefs::kShowAppsShortcutInBookmarkBar,
106 prefs->SetManagedPref(bookmarks::prefs::kShowAppsShortcutInBookmarkBar,

Completed in 637 milliseconds

1 23 4 5 6 7 8 91011>>