HomeSort by relevance Sort by last modified time
    Searched full:encrypted_bookmark (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sync/engine/
apply_updates_and_resolve_conflicts_command_unittest.cc 350 sync_pb::EntitySpecifics encrypted_bookmark; local
351 encrypted_bookmark.mutable_encrypted();
352 AddDefaultFieldValue(BOOKMARKS, &encrypted_bookmark);
355 "folder", encrypted_bookmark, root_server_id);
356 entry_factory_->CreateUnappliedNewItem("item2", encrypted_bookmark, false);
syncer_unittest.cc 714 sync_pb::EntitySpecifics bookmark, encrypted_bookmark; local
717 AddDefaultFieldValue(BOOKMARKS, &encrypted_bookmark);
743 encrypted_bookmark.mutable_encrypted());
750 A.Put(SPECIFICS, encrypted_bookmark);
756 B.Put(SPECIFICS, encrypted_bookmark);
767 D.Put(SPECIFICS, encrypted_bookmark);
804 C.Put(SPECIFICS, encrypted_bookmark);
808 D.Put(SPECIFICS, encrypted_bookmark);
829 sync_pb::EntitySpecifics bookmark, encrypted_bookmark, modified_bookmark; local
832 encrypted_bookmark.mutable_encrypted())
    [all...]

Completed in 253 milliseconds