OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_specifics
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/sync/syncable/
nigori_util.h
63
// Stores |
new_specifics
| into |entry|, encrypting if necessary.
65
// Note: gracefully handles
new_specifics
aliasing with entry->GetSpecifics().
68
const sync_pb::EntitySpecifics&
new_specifics
,
nigori_util.cc
150
const sync_pb::EntitySpecifics&
new_specifics
,
154
ModelType type = GetModelTypeFromSpecifics(
new_specifics
);
164
if (
new_specifics
.has_encrypted()) {
168
if ((!SpecificsNeedsEncryption(encrypted_types,
new_specifics
) &&
172
generated_specifics.CopyFrom(
new_specifics
);
174
// Encrypt
new_specifics
into generated_specifics.
198
if (!cryptographer->Encrypt(
new_specifics
,
/external/chromium_org/sync/engine/
apply_control_data_updates.cc
137
sync_pb::EntitySpecifics
new_specifics
= entry->GetServerSpecifics();
local
138
sync_pb::NigoriSpecifics* new_nigori =
new_specifics
.mutable_nigori();
188
entry->PutSpecifics(
new_specifics
);
/external/chromium_org/chrome/browser/sync/glue/
favicon_cache.cc
707
sync_pb::EntitySpecifics
new_specifics
;
local
709
new_specifics
.mutable_favicon_image();
718
new_specifics
)));
721
sync_pb::EntitySpecifics
new_specifics
;
local
723
new_specifics
.mutable_favicon_tracking();
732
new_specifics
)));
816
sync_pb::EntitySpecifics
new_specifics
;
local
[
all
...]
/external/chromium_org/sync/internal_api/
write_node.cc
223
sync_pb::EntitySpecifics
new_specifics
;
local
224
new_specifics
.CopyFrom(new_value);
225
new_specifics
.mutable_unknown_fields()->MergeFrom(
230
new_specifics
,
/external/chromium_org/sync/internal_api/public/
change_record_unittest.cc
79
sync_pb::EntitySpecifics
new_specifics
;
local
Completed in 260 milliseconds