/external/chromium/chrome/browser/sync/protocol/ |
proto_value_conversions.cc | 301 SET_EXTENSION(sync_pb, bookmark, BookmarkSpecificsToValue);
|
/external/chromium_org/sync/protocol/ |
proto_value_conversions_unittest.cc | 268 SET_FIELD(bookmark);
|
proto_value_conversions.cc | 718 SET_FIELD(bookmark, BookmarkSpecificsToValue); [all...] |
/external/chromium/chrome/browser/sync/syncable/ |
syncable_unittest.cc | 70 specifics.MutableExtension(sync_pb::bookmark)->set_url("http://demo/"); 71 specifics.MutableExtension(sync_pb::bookmark)->set_favicon(bytes, 81 ASSERT_TRUE(e->Get(SPECIFICS).HasExtension(sync_pb::bookmark)); 83 e->Get(SPECIFICS).GetExtension(sync_pb::bookmark).url()); 85 e->Get(SPECIFICS).GetExtension(sync_pb::bookmark).favicon()); [all...] |
directory_backing_store.cc | 443 // Bookmark Sync release. Version 68 removed unique naming. 845 mutable_new_value->MutableExtension(sync_pb::bookmark); [all...] |
/packages/apps/Browser/src/com/android/browser/provider/ |
BrowserProvider2.java | 93 public static final String IS_BOOKMARK = "bookmark"; 346 // Combined bookmark half 488 // Enable bookmark sync on all accounts 528 }, BookmarkColumns.BOOKMARK + "!=0", null, 559 + BookmarkColumns.BOOKMARK + " = 0", 1425 Integer bookmark = values.getAsInteger(BookmarkColumns.BOOKMARK); local 1674 Integer bookmark = values.getAsInteger(BookmarkColumns.BOOKMARK); local [all...] |
/external/chromium/chrome/browser/sync/engine/ |
apply_updates_command_unittest.cc | 53 // Create a new unapplied bookmark node with a parent. 69 default_bookmark_specifics.MutableExtension(sync_pb::bookmark);
|
syncer_unittest.cc | 217 specifics.MutableExtension(sync_pb::bookmark)->set_url("http://demo/"); 218 specifics.MutableExtension(sync_pb::bookmark)->set_favicon("PNG"); 229 EXPECT_TRUE(specifics.HasExtension(sync_pb::bookmark)); 230 EXPECT_EQ("PNG", specifics.GetExtension(sync_pb::bookmark).favicon()); 231 EXPECT_EQ("http://demo/", specifics.GetExtension(sync_pb::bookmark).url()); [all...] |
syncapi.cc | 377 return unencrypted.GetExtension(sync_pb::bookmark); 539 entity_specifics.MutableExtension(sync_pb::bookmark)->CopyFrom(new_value); [all...] |
/external/chromium/net/tools/testserver/ |
chromiumsync.py | 40 BOOKMARK, 58 BOOKMARK: bookmark_specifics_pb2.bookmark, 244 parent_tag='google_chrome', sync_type=BOOKMARK), 245 PermanentItem('bookmark_bar', name='Bookmark Bar', 246 parent_tag='google_chrome_bookmarks', sync_type=BOOKMARK), 248 parent_tag='google_chrome_bookmarks', sync_type=BOOKMARK), [all...] |
/external/chromium_org/chrome/browser/resources/history/ |
history.css | 508 .entry .bookmark-section {
|
history.js | 187 var bookmarkSection = createElementWithClassName('div', 'bookmark-section'); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
HTMLTreeBuilder.cpp | 1569 HTMLFormattingElementList::Bookmark bookmark = m_tree.activeFormattingElements()->bookmarkFor(formattingElement); local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.help.base_3.5.2.v201011171123.jar | |
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar | |
/external/chromium_org/sync/syncable/ |
syncable_unittest.cc | 82 ASSERT_EQ("http://demo/", e->GetSpecifics().bookmark().url()); 84 e->GetSpecifics().bookmark().favicon()); 419 // Test that the bookmark tag generation algorithm remains unchanged. 423 // The two inputs that form the bookmark tag are the directory's cache_guid 438 // generate bookmark tags has been modified. This could have implications 439 // for bookmark ordering. Please make sure you know what you're doing if 767 // Create two bookmark entries and save in database. [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/css/ |
bootstrap.css | 1640 .icon-bookmark { [all...] |