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

  /external/chromium_org/chrome/browser/ui/webui/
sync_setup_handler_unittest.cc 702 EXPECT_CALL(*mock_pss_, IsUsingSecondaryPassphrase())
729 EXPECT_CALL(*mock_pss_, IsUsingSecondaryPassphrase())
755 EXPECT_CALL(*mock_pss_, IsUsingSecondaryPassphrase())
782 EXPECT_CALL(*mock_pss_, IsUsingSecondaryPassphrase())
    [all...]
sync_setup_handler.cc 670 !service->IsUsingSecondaryPassphrase()) {
    [all...]
  /external/chromium/chrome/browser/sync/
sync_setup_flow.cc 151 args->SetBoolean("usePassphrase", service->IsUsingSecondaryPassphrase());
239 DCHECK(service_->IsUsingSecondaryPassphrase() ||
244 !service_->IsUsingSecondaryPassphrase()) {
profile_sync_service.h 423 virtual bool IsUsingSecondaryPassphrase() const;
profile_sync_service.cc 701 if (IsUsingSecondaryPassphrase())
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_android.h 96 jboolean IsUsingSecondaryPassphrase(JNIEnv* env, jobject obj);
profile_sync_service_mock.h 120 MOCK_CONST_METHOD0(IsUsingSecondaryPassphrase, bool());
profile_sync_service_android.cc 254 jboolean ProfileSyncServiceAndroid::IsUsingSecondaryPassphrase(
257 return sync_service_->IsUsingSecondaryPassphrase();
profile_sync_service.h 140 // * IsUsingSecondaryPassphrase()
596 virtual bool IsUsingSecondaryPassphrase() const;
    [all...]
profile_sync_service.cc     [all...]
about_sync_util.cc 385 service->IsUsingSecondaryPassphrase());
  /external/chromium_org/chrome/browser/sync/test/integration/
profile_sync_service_harness.cc 178 harness->service()->IsUsingSecondaryPassphrase());
334 if (!service()->IsUsingSecondaryPassphrase()) {
456 service()->IsUsingSecondaryPassphrase()) {
    [all...]

Completed in 164 milliseconds