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

  /external/chromium/chrome/browser/sync/
profile_sync_service.h 429 // |is_explicit| is true if the call is in response to the user explicitly
437 bool is_explicit,
613 bool is_explicit; member in struct:ProfileSyncService::CachedPassphrase
615 CachedPassphrase() : is_explicit(false), is_creation(false) {}
profile_sync_service.cc 623 cached_passphrase_.is_explicit,
    [all...]
sync_setup_wizard_unittest.cc 66 bool is_explicit,
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host.h 151 // |is_explicit| is true if the call is in response to the user explicitly
155 void SetPassphrase(const std::string& passphrase, bool is_explicit);
356 void DoSetPassphrase(const std::string& passphrase, bool is_explicit);
sync_backend_host.cc 220 bool is_explicit) {
238 passphrase, is_explicit));
761 bool is_explicit) {
763 syncapi_->SetPassphrase(passphrase, is_explicit);
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncapi.cc     [all...]
syncapi.h     [all...]

Completed in 76 milliseconds