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

  /external/chromium_org/chrome/browser/ui/webui/
sync_setup_handler.cc 78 bool encrypt_all; member in struct:__anon10203::SyncConfigInfo
87 : encrypt_all(false),
162 if (!result->GetBoolean("encryptAllData", &config->encrypt_all)) {
689 configuration.encrypt_all = false;
695 if (configuration.encrypt_all)
757 if (configuration.encrypt_all)
    [all...]
sync_setup_handler_unittest.cc 74 EncryptAllConfig encrypt_all) {
80 result.SetBoolean("encryptAllData", encrypt_all == ENCRYPT_ALL_DATA);
    [all...]

Completed in 87 milliseconds