/external/chromium_org/chrome/browser/sync/glue/ |
data_type_encryption_handler.h | 21 virtual bool IsPassphraseRequired() const = 0;
|
data_type_manager_impl.cc | 192 if (encryption_handler_->IsPassphraseRequired()) {
|
data_type_manager_impl_unittest.cc | 121 virtual bool IsPassphraseRequired() const OVERRIDE; 139 bool FakeDataTypeEncryptionHandler::IsPassphraseRequired() const { [all...] |
/external/chromium_org/chrome/browser/sync/ |
sync_ui_util_unittest.cc | 87 EXPECT_CALL(service, IsPassphraseRequired()) 106 EXPECT_CALL(service, IsPassphraseRequired()) 225 EXPECT_CALL(service, IsPassphraseRequired()) 240 EXPECT_CALL(service, IsPassphraseRequired()) 257 EXPECT_CALL(service, IsPassphraseRequired()) 280 EXPECT_CALL(service, IsPassphraseRequired()) 290 EXPECT_CALL(service, IsPassphraseRequired()) 298 EXPECT_CALL(service, IsPassphraseRequired()) 307 EXPECT_CALL(service, IsPassphraseRequired())
|
sync_ui_util.cc | 178 if (service->IsPassphraseRequired()) { 276 service->IsPassphraseRequired()) { 344 if (service->IsPassphraseRequired() &&
|
profile_sync_service_android.h | 84 jboolean IsPassphraseRequired(JNIEnv* env, jobject obj);
|
profile_sync_service_mock.h | 118 MOCK_CONST_METHOD0(IsPassphraseRequired, bool());
|
sync_global_error_unittest.cc | 176 EXPECT_CALL(service, IsPassphraseRequired())
|
profile_sync_service_android.cc | 221 jboolean ProfileSyncServiceAndroid::IsPassphraseRequired(JNIEnv* env, jobject) { 223 return sync_service_->IsPassphraseRequired();
|
profile_sync_service.h | 142 // * IsPassphraseRequired()/IsPassphraseRequiredForDecryption() 398 virtual bool IsPassphraseRequired() const OVERRIDE; [all...] |
profile_sync_service.cc | [all...] |
about_sync_util.cc | 386 is_passphrase_required.SetValue(service->IsPassphraseRequired());
|
/external/chromium_org/chrome/browser/ui/webui/ |
sync_setup_handler_unittest.cc | 648 EXPECT_CALL(*mock_pss_, IsPassphraseRequired()) 681 EXPECT_CALL(*mock_pss_, IsPassphraseRequired()) 700 EXPECT_CALL(*mock_pss_, IsPassphraseRequired()) 726 EXPECT_CALL(*mock_pss_, IsPassphraseRequired()).WillOnce(Return(true)); 753 EXPECT_CALL(*mock_pss_, IsPassphraseRequired()) 780 EXPECT_CALL(*mock_pss_, IsPassphraseRequired()) 820 EXPECT_CALL(*mock_pss_, IsPassphraseRequired()) [all...] |
sync_setup_handler.cc | 358 // We call IsPassphraseRequired() here, instead of calling 361 args.SetBoolean("showPassphrase", service->IsPassphraseRequired()); 654 // We call IsPassphraseRequired() here (instead of 657 if (service->IsPassphraseRequired()) { [all...] |
/external/chromium_org/chrome/browser/sync/test/integration/ |
profile_sync_service_harness.cc | 168 bool IsPassphraseRequired(const ProfileSyncServiceHarness* harness) { 170 return harness->service()->IsPassphraseRequired(); 177 return (!harness->service()->IsPassphraseRequired() && 436 if (service()->IsPassphraseRequired()) { 442 base::Bind(&::IsPassphraseRequired, base::Unretained(this)), 443 "IsPassphraseRequired"); 455 if (!service()->IsPassphraseRequired() && [all...] |
two_client_bookmarks_sync_test.cc | [all...] |
/external/chromium/chrome/browser/chromeos/cros/ |
network_library.h | 716 bool IsPassphraseRequired() const; [all...] |
network_library.cc | [all...] |
/external/chromium/chrome/browser/chromeos/status/ |
network_menu.cc | 118 if (wifi->IsPassphraseRequired()) { [all...] |
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
internet_options_handler.cc | [all...] |