HomeSort by relevance Sort by last modified time
    Searched refs:bookmark (Results 51 - 60 of 60) sorted by null

1 23

  /external/chromium/chrome/browser/sync/engine/
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_org/third_party/WebKit/Source/core/html/parser/
HTMLTreeBuilder.cpp 1547 HTMLFormattingElementList::Bookmark bookmark = m_tree.activeFormattingElements()->bookmarkFor(formattingElement); local
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
directory_backing_store.cc 443 // Bookmark Sync release. Version 68 removed unique naming.
845 mutable_new_value->MutableExtension(sync_pb::bookmark);
    [all...]
  /external/chromium_org/sync/protocol/
proto_value_conversions.cc 595 SET_FIELD(bookmark, BookmarkSpecificsToValue);
  /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/chrome/browser/resources/history/
history.js 187 var bookmarkSection = createElementWithClassName('div', 'bookmark-section');
    [all...]
  /external/chromium_org/sync/syncable/
syncable_unittest.cc 82 ASSERT_EQ("http://demo/", e->Get(SPECIFICS).bookmark().url());
84 e->Get(SPECIFICS).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...]

Completed in 1132 milliseconds

1 23