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 76 bool encrypt_all; member in struct:__anon10119::SyncConfigInfo
85 : encrypt_all(false),
160 if (!result->GetBoolean("encryptAllData", &config->encrypt_all)) {
684 if (configuration.encrypt_all)
746 if (configuration.encrypt_all)
    [all...]
sync_setup_handler_unittest.cc 76 EncryptAllConfig encrypt_all) {
82 result.SetBoolean("encryptAllData", encrypt_all == ENCRYPT_ALL_DATA);
    [all...]

Completed in 4527 milliseconds