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 725 EXPECT_CALL(*mock_pss_, IsUsingSecondaryPassphrase())
752 EXPECT_CALL(*mock_pss_, IsUsingSecondaryPassphrase())
778 EXPECT_CALL(*mock_pss_, IsUsingSecondaryPassphrase())
805 EXPECT_CALL(*mock_pss_, IsUsingSecondaryPassphrase())
    [all...]
sync_setup_handler.cc 672 !service->IsUsingSecondaryPassphrase()) {
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_mock.h 118 MOCK_CONST_METHOD0(IsUsingSecondaryPassphrase, bool());
profile_sync_service_android.h 96 jboolean IsUsingSecondaryPassphrase(JNIEnv* env, jobject obj);
profile_sync_service_android.cc 263 jboolean ProfileSyncServiceAndroid::IsUsingSecondaryPassphrase(
266 return sync_service_->IsUsingSecondaryPassphrase();
profile_sync_service.h 130 // * IsUsingSecondaryPassphrase()
524 virtual bool IsUsingSecondaryPassphrase() const;
    [all...]
profile_sync_service_harness.cc 255 if (!service_->IsUsingSecondaryPassphrase()) {
391 service()->IsUsingSecondaryPassphrase()) {
565 service()->IsUsingSecondaryPassphrase()) {
    [all...]
profile_sync_service.cc     [all...]
about_sync_util.cc 320 service->IsUsingSecondaryPassphrase());
  /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...]

Completed in 79 milliseconds