/external/chromium/chrome/browser/sync/engine/ |
syncapi_unittest.cc | 209 syncable::BOOKMARKS, "testtag")); 214 EXPECT_TRUE(node.InitByClientTagLookup(syncable::BOOKMARKS, 226 BaseNode::GenerateSyncableHash(syncable::BOOKMARKS, "tag1")); 233 BaseNode::GenerateSyncableHash(syncable::BOOKMARKS, "tag2")); 249 syncable::BOOKMARKS, "collideme")); 259 EXPECT_TRUE(bookmarknode.InitByClientTagLookup(syncable::BOOKMARKS, 280 EXPECT_FALSE(node.InitByClientTagLookup(syncable::BOOKMARKS, 286 EXPECT_FALSE(node.InitByClientTagLookup(syncable::BOOKMARKS, 305 EXPECT_TRUE(folder_node.InitByCreation(syncable::BOOKMARKS, 310 EXPECT_TRUE(wnode.InitUniqueByCreation(syncable::BOOKMARKS, [all...] |
process_commit_response_command_unittest.cc | 49 (*mutable_routing_info())[syncable::BOOKMARKS] = GROUP_UI; 217 "A bookmark folder", syncable::BOOKMARKS); 219 "bookmark 1", syncable::BOOKMARKS); 221 "bookmark 2", syncable::BOOKMARKS); 248 // Look at the two bookmarks in bookmark_folder. 252 CheckEntry(&b1, "bookmark 1", syncable::BOOKMARKS, new_fid); 253 CheckEntry(&b2, "bookmark 2", syncable::BOOKMARKS, new_fid); 283 syncable::BOOKMARKS); 301 syncable::BOOKMARKS); 311 syncable::BOOKMARKS, NULL) [all...] |
/packages/apps/Browser/src/com/android/browser/provider/ |
BrowserProvider.java | 70 "bookmarks", "searches" 157 // 13 -> 14 correspond with Google Bookmarks schema 160 // 17 -> 18 Added favicon in bookmarks table for Home shortcuts 259 db.execSQL("CREATE TABLE bookmarks (" + 274 final CharSequence[] bookmarks = mContext.getResources() local 275 .getTextArray(R.array.bookmarks); 276 int size = bookmarks.length; 279 CharSequence bookmarkDestination = replaceSystemPropertyInString(mContext, bookmarks[i + 1]); 280 db.execSQL("INSERT INTO bookmarks (title, url, visits, " + 282 bookmarks[i] + "', '" + bookmarkDestination [all...] |
/external/chromium/chrome/browser/importer/ |
safari_importer.h | 74 // Parse Safari's stored bookmarks. 75 void ParseBookmarks(std::vector<ProfileWriter::BookmarkEntry>* bookmarks); 77 // Function to recursively read Bookmarks out of Safari plist.
|
external_process_importer_bridge.cc | 29 const std::vector<ProfileWriter::BookmarkEntry>& bookmarks, 33 bookmarks, first_folder_name, options);
|
ie_importer.h | 74 // the bookmark items in |bookmarks|. 76 BookmarkVector* bookmarks);
|
in_process_importer_bridge.cc | 24 const std::vector<ProfileWriter::BookmarkEntry>& bookmarks, 30 writer_, &ProfileWriter::AddBookmarkEntry, bookmarks,
|
firefox2_importer.cc | 65 // Note history should be imported before bookmarks because bookmark import 67 // exist in history or bookmarks. 97 .AppendASCII("bookmarks.html"); 154 std::vector<ProfileWriter::BookmarkEntry>* bookmarks, 226 bookmarks->push_back(entry); 245 // Bookmarks in sub-folder are encapsulated with <DL> tag. 279 bookmarks->push_back(entry); 291 bookmarks->insert(bookmarks->begin(), toolbar_bookmarks.begin(), 296 // Load the default bookmarks 302 std::vector<ProfileWriter::BookmarkEntry> bookmarks, toolbar_bookmarks; local [all...] |
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_editor_controller.mm | 5 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_editor_controller.h" 9 #include "chrome/browser/bookmarks/bookmark_model.h" 102 // should not be enabled). Previously existing bookmarks for which the
|
bookmark_all_tabs_controller_unittest.mm | 10 #include "chrome/browser/bookmarks/bookmark_model.h" 11 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller.h"
|
bookmark_model_observer_for_cocoa.h | 27 #include "chrome/browser/bookmarks/bookmark_model.h" 28 #include "chrome/browser/bookmarks/bookmark_model_observer.h"
|
bookmark_name_folder_controller.mm | 5 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_name_folder_controller.h" 11 #include "chrome/browser/ui/cocoa/bookmarks/bookmark_model_observer_for_cocoa.h"
|
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
bookmark_bar_gtk.h | 15 #include "chrome/browser/bookmarks/bookmark_context_menu_controller.h" 16 #include "chrome/browser/bookmarks/bookmark_model_observer.h" 19 #include "chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.h" 80 // Change the visibility of the bookmarks bar. (Starts out hidden, per GTK's 98 // Returns true if the bookmarks bar preference is set to 'always show'. 128 // any bookmarks in the bookmark bar node. 333 // Alignment widget that is visible if there are no bookmarks on 338 // bookmarks when there are no bookmarks on the bookmark bar. 344 // The button that shows extra bookmarks that don't fit on the bookmar [all...] |
bookmark_editor_gtk.h | 12 #include "chrome/browser/bookmarks/bookmark_editor.h" 13 #include "chrome/browser/bookmarks/bookmark_model_observer.h" 152 // If true, we're running the menu for the bookmark bar or other bookmarks
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
ShortcutManager.java | 44 Settings.Bookmarks.SHORTCUT, Settings.Bookmarks.INTENT 62 Settings.Bookmarks.CONTENT_URI, sProjection, null, null, null);
|
/packages/apps/Browser/tests/src/com/android/browser/tests/ |
BP2UriObserverTests.java | 25 import android.provider.BrowserContract.Bookmarks; 61 values.put(Bookmarks.FAVICON, rawFavicon); 62 values.put(Bookmarks.TITLE, "Stub1");
|
/external/chromium/chrome/browser/resources/bookmark_manager/js/ |
main.js | 17 if (!chrome.bookmarks) 18 console.error('Bookmarks extension API is not available'); 80 chrome.bookmarks.getChildren(id, function(children) { 175 chrome.bookmarks.get(id, function(items) { 292 chrome.bookmarks.onCreated.removeListener(handleCreated); 293 chrome.bookmarks.onChanged.removeListener(handleBookmarkChanged); 302 chrome.bookmarks.onCreated.addListener(handleCreated); 303 chrome.bookmarks.onChanged.addListener(handleBookmarkChanged); 323 chrome.bookmarks.onChanged.addListener(handleBookmarkChanged); 324 chrome.bookmarks.onChildrenReordered.addListener(handleChildrenReordered) [all...] |
/external/chromium/chrome/browser/bookmarks/ |
bookmark_html_writer_unittest.cc | 16 #include "chrome/browser/bookmarks/bookmark_html_writer.h" 17 #include "chrome/browser/bookmarks/bookmark_model.h" 49 path_ = temp_dir_.path().AppendASCII("bookmarks.html"); 161 // Bookmarks bar 223 // Read the bookmarks back in. 235 // Check loaded favicon (url1 is represents by 3 separate bookmarks).
|
recently_used_folders_combo_model.cc | 5 #include "chrome/browser/bookmarks/recently_used_folders_combo_model.h" 7 #include "chrome/browser/bookmarks/bookmark_utils.h"
|
bookmark_model.h | 18 #include "chrome/browser/bookmarks/bookmark_model_observer.h" 19 #include "chrome/browser/bookmarks/bookmark_service.h" 182 // Loads the bookmarks. This is called by Profile upon creation of the 250 // Returns true if there are bookmarks, otherwise returns false. This method 289 // If is_starred is false, all bookmarks for URL are removed. If is_starred is 290 // true and there are no bookmarks for url, a bookmark is created. 318 // bookmark bar node or other bookmarks node. 330 // Returns whether the bookmarks file changed externally. 418 // Records that the bookmarks file was changed externally. 432 // Whether the bookmarks file was changed externally. This is set afte [all...] |
/packages/apps/Browser/res/values/ |
strings.xml | 29 <!-- Name of tab containing bookmarks --> 30 <string name="tab_bookmarks">Bookmarks</string> 38 <string name="added_to_bookmarks">Added to bookmarks.</string> 40 <string name="removed_from_bookmarks">Removed from bookmarks.</string> 51 <!-- The name of the bookmarks and history search suggestion source. --> 130 <!-- Menu item to use the top level bookmarks folder to save a bookmark in. [CHAR-LIMIT=30]--> 131 <string name="add_to_bookmarks_menu_option">Bookmarks</string> 141 <string name="save_to_bookmarks">Save to bookmarks</string> 146 <!-- Menu item on the bookmarks page, to edit an existing bookmark --> 154 <!-- Context menu item to remove a history item from bookmarks -- [all...] |
/external/chromium/chrome/browser/ui/views/bookmarks/ |
bookmark_bar_view.h | 12 #include "chrome/browser/bookmarks/bookmark_model_observer.h" 13 #include "chrome/browser/bookmarks/bookmark_node_data.h" 15 #include "chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.h" 16 #include "chrome/browser/ui/views/bookmarks/bookmark_menu_controller_views.h" 42 // BookmarkBarView shows the bookmarks from a specific Profile. BookmarkBarView 60 // How inset the bookmarks bar is when displayed on the new tab page. 171 // Returns true if the bookmarks bar preference is set to 'always show'. 174 // True if we're on a page where the bookmarks bar is always visible. 194 // Returns the button responsible for showing bookmarks in the other bookmark 449 // Updates the colors for all the child objects in the bookmarks bar [all...] |
/external/bluetooth/glib/tests/bookmarks/ |
fail-05.xbel | 6 xmlns:bookmark="http://www.freedesktop.org/standards/desktop-bookmarks"
|
fail-06.xbel | 6 xmlns:bookmark="http://www.freedesktop.org/standards/desktop-bookmarks"
|
fail-07.xbel | 6 xmlns:bookmark="http://www.freedesktop.org/standards/desktop-bookmarks"
|