Searched refs:IsUsingSecondaryPassphrase (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsync_integration_test_util.cc34 service()->IsUsingSecondaryPassphrase();
H A Dprofile_sync_service_harness.cc213 if (!service()->IsUsingSecondaryPassphrase()) {
/external/chromium_org/chrome/browser/ui/webui/
H A Dsync_setup_handler_unittest.cc711 EXPECT_CALL(*mock_pss_, IsUsingSecondaryPassphrase())
738 EXPECT_CALL(*mock_pss_, IsUsingSecondaryPassphrase())
764 EXPECT_CALL(*mock_pss_, IsUsingSecondaryPassphrase())
791 EXPECT_CALL(*mock_pss_, IsUsingSecondaryPassphrase())
865 EXPECT_CALL(*mock_pss_, IsUsingSecondaryPassphrase())
893 EXPECT_CALL(*mock_pss_, IsUsingSecondaryPassphrase())
923 EXPECT_CALL(*mock_pss_, IsUsingSecondaryPassphrase())
955 EXPECT_CALL(*mock_pss_, IsUsingSecondaryPassphrase())
977 EXPECT_CALL(*mock_pss_, IsUsingSecondaryPassphrase())
1008 EXPECT_CALL(*mock_pss_, IsUsingSecondaryPassphrase())
[all...]
H A Dsync_setup_handler.cc716 !service->IsUsingSecondaryPassphrase()) {
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_mock.h111 MOCK_CONST_METHOD0(IsUsingSecondaryPassphrase, bool());
H A Dprofile_sync_service_android.h100 jboolean IsUsingSecondaryPassphrase(JNIEnv* env, jobject obj);
H A Dprofile_sync_service_android.cc262 jboolean ProfileSyncServiceAndroid::IsUsingSecondaryPassphrase( function in class:ProfileSyncServiceAndroid
265 return sync_service_->IsUsingSecondaryPassphrase();
H A Dabout_sync_util.cc378 service->IsUsingSecondaryPassphrase());
H A Dprofile_sync_service.h154 // * IsUsingSecondaryPassphrase()
650 virtual bool IsUsingSecondaryPassphrase() const;
H A Dprofile_sync_service.cc1884 bool ProfileSyncService::IsUsingSecondaryPassphrase() const { function in class:ProfileSyncService
2132 if (!IsUsingSecondaryPassphrase())
2165 DCHECK(!(type == IMPLICIT && IsUsingSecondaryPassphrase())) <<
/external/chromium_org/chrome/browser/password_manager/
H A Dchrome_password_manager_client.cc267 !sync_service->IsUsingSecondaryPassphrase()) {

Completed in 1321 milliseconds