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

  /external/chromium_org/sync/internal_api/
base_node.cc 67 // we fill the unencrypted_data_ with a copy of the bookmark specifics that
79 unencrypted_data_.CopyFrom(specifics);
80 unencrypted_data_.mutable_bookmark()->set_title(
97 } else if (!unencrypted_data_.ParseFromString(plaintext_data)) {
113 DCHECK_NE(GetModelTypeFromSpecifics(unencrypted_data_), UNSPECIFIED);
114 return unencrypted_data_;
118 // return the unencrypted_data_, which was filled in with the title by
127 // |unencrypted_data_| but then wrote our own data, so we allow
128 // |unencrypted_data_| to be non-empty.
131 DCHECK_EQ(GetModelTypeFromSpecifics(unencrypted_data_), BOOKMARKS)
    [all...]
  /external/chromium_org/sync/internal_api/public/
base_node.h 221 // stored in |unencrypted_data_|.
227 // returns |unencrypted_data_|.
231 // Copy |specifics| into |unencrypted_data_|.
255 sync_pb::EntitySpecifics unencrypted_data_; member in class:syncer::BaseNode
257 // Same as |unencrypted_data_|, but for legacy password encryption.

Completed in 37 milliseconds