/external/chromium_org/sync/test/ |
fake_sync_encryption_handler.cc | 101 bool is_explicit) { 102 if (is_explicit)
|
fake_sync_encryption_handler.h | 36 bool is_explicit) OVERRIDE;
|
/external/chromium_org/chrome/browser/sync/glue/ |
sync_backend_host.h | 87 // - |is_explicit| is true and we have pending keys. 88 // When |is_explicit| is false, a couple of things could happen: 96 bool is_explicit) = 0;
|
sync_backend_host_mock.cc | 39 bool is_explicit) {}
|
sync_backend_host_mock.h | 48 bool is_explicit) OVERRIDE;
|
sync_backend_host_core.cc | 419 bool is_explicit) { 422 passphrase, is_explicit);
|
sync_backend_host_core.h | 151 bool is_explicit);
|
sync_backend_host_impl.h | 95 bool is_explicit) OVERRIDE;
|
sync_backend_host_impl.cc | 159 bool is_explicit) { 182 passphrase, is_explicit));
|
/external/chromium_org/webkit/common/appcache/ |
appcache_interfaces.cc | 45 is_explicit(false),
|
appcache_interfaces.h | 94 bool is_explicit; member in struct:appcache::AppCacheResourceInfo
|
/external/chromium_org/content/common/ |
appcache_messages.h | 34 IPC_STRUCT_TRAITS_MEMBER(is_explicit)
|
/external/chromium_org/sync/internal_api/ |
sync_encryption_handler_impl.h | 61 bool is_explicit) OVERRIDE; 197 // |is_explicit|: used to differentiate between a custom passphrase (true) and
|
sync_encryption_handler_impl.cc | 323 bool is_explicit) { 346 if (!is_explicit) { 398 if (is_explicit) { 417 UMA_HISTOGRAM_BOOLEAN("Sync.CustomEncryption", is_explicit); 425 if (is_explicit) { 431 } else { // is_explicit == false 457 } // is_explicit [all...] |
/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.cc | 220 bool is_explicit) { 238 passphrase, is_explicit)); 761 bool is_explicit) { 763 syncapi_->SetPassphrase(passphrase, is_explicit); [all...] |
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);
|
/external/chromium_org/sync/internal_api/public/ |
sync_encryption_handler.h | 151 bool is_explicit) = 0;
|
/external/chromium_org/content/child/appcache/ |
web_application_cache_host_impl.cc | 321 web_resources[i].isExplicit = resource_infos[i].is_explicit;
|
/external/chromium_org/webkit/browser/appcache/ |
appcache.cc | 306 info.is_explicit = iter->second.IsExplicit();
|
view_appcache_internals_job.cc | 184 if (info.is_explicit)
|
/external/chromium/chrome/browser/sync/engine/ |
syncapi.cc | [all...] |
syncapi.h | [all...] |