OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VerifyUnsyncedChangesAreEncrypted
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/sync/syncable/
nigori_util.h
43
bool
VerifyUnsyncedChangesAreEncrypted
(
nigori_util.cc
125
bool
VerifyUnsyncedChangesAreEncrypted
(
/external/chromium_org/sync/syncable/
nigori_util.h
37
SYNC_EXPORT_PRIVATE bool
VerifyUnsyncedChangesAreEncrypted
(
nigori_util.cc
51
bool
VerifyUnsyncedChangesAreEncrypted
(
/external/chromium/chrome/browser/sync/engine/
apply_updates_command_unittest.cc
376
EXPECT_TRUE(
VerifyUnsyncedChangesAreEncrypted
(&trans, encrypted_types));
421
EXPECT_FALSE(
VerifyUnsyncedChangesAreEncrypted
(&trans, encrypted_types));
448
EXPECT_TRUE(
VerifyUnsyncedChangesAreEncrypted
(&trans, encrypted_types));
470
EXPECT_TRUE(
VerifyUnsyncedChangesAreEncrypted
(&trans, encrypted_types));
517
EXPECT_FALSE(
VerifyUnsyncedChangesAreEncrypted
(&trans, encrypted_types));
543
EXPECT_FALSE(
VerifyUnsyncedChangesAreEncrypted
(&trans, encrypted_types));
syncer_util.cc
308
if (!
VerifyUnsyncedChangesAreEncrypted
(trans, encrypted_types) &&
[
all
...]
/external/chromium_org/sync/engine/
apply_control_data_updates_unittest.cc
120
EXPECT_TRUE(
VerifyUnsyncedChangesAreEncrypted
(&trans, encrypted_types));
163
EXPECT_FALSE(
VerifyUnsyncedChangesAreEncrypted
(&trans, encrypted_types));
181
EXPECT_TRUE(
VerifyUnsyncedChangesAreEncrypted
(&trans, encrypted_types));
208
EXPECT_TRUE(
VerifyUnsyncedChangesAreEncrypted
(&trans, encrypted_types));
233
EXPECT_TRUE(
VerifyUnsyncedChangesAreEncrypted
(&trans, encrypted_types));
279
EXPECT_FALSE(
VerifyUnsyncedChangesAreEncrypted
(&trans, encrypted_types));
294
EXPECT_FALSE(
VerifyUnsyncedChangesAreEncrypted
(&trans, encrypted_types));
[
all
...]
Completed in 58 milliseconds