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

  /external/chromium_org/components/signin/core/browser/
signin_error_controller_unittest.cc 21 error_controller_.reset(new SigninErrorController());
24 scoped_ptr<SigninErrorController> error_controller_; member in class:SigninErrorControllerTest
31 ASSERT_FALSE(error_controller_->HasError());
34 provider.reset(new FakeAuthStatusProvider(error_controller_.get()));
35 ASSERT_FALSE(error_controller_->HasError());
39 ASSERT_FALSE(error_controller_->HasError());
46 provider.reset(new FakeAuthStatusProvider(error_controller_.get()));
47 ASSERT_FALSE(error_controller_->HasError());
49 error_provider.reset(new FakeAuthStatusProvider(error_controller_.get()));
55 ASSERT_TRUE(error_controller_->HasError())
    [all...]
  /external/chromium_org/chrome/browser/signin/
signin_global_error.cc 33 error_controller_(error_controller),
35 error_controller_->AddObserver(this);
42 DCHECK(!error_controller_)
63 error_controller_->RemoveObserver(this);
64 error_controller_ = NULL;
68 return error_controller_->HasError();
77 if (error_controller_->HasError())
84 if (error_controller_->auth_error().state() !=
108 signin::GetReauthURL(profile_, error_controller_->error_account_id()));
133 if (!error_controller_->HasError()
    [all...]
signin_error_notifier_ash.h 35 SigninErrorController* error_controller_; member in class:SigninErrorNotifier
signin_global_error_unittest.cc 45 error_controller_ = ProfileOAuth2TokenServiceFactory::GetForProfile(
52 SigninErrorController* error_controller_; member in class:SigninGlobalErrorTest
61 provider.reset(new FakeAuthStatusProvider(error_controller_));
73 provider.reset(new FakeAuthStatusProvider(error_controller_));
76 error_provider.reset(new FakeAuthStatusProvider(error_controller_));
118 FakeAuthStatusProvider provider(error_controller_);
signin_error_notifier_ash.cc 131 : error_controller_(controller),
136 error_controller_->AddObserver(this);
141 DCHECK(!error_controller_)
146 error_controller_->RemoveObserver(this);
147 error_controller_ = NULL;
158 if (!error_controller_->HasError()) {
214 switch (error_controller_->auth_error().state()) {
signin_error_notifier_ash_unittest.cc 87 error_controller_ =
110 SigninErrorController* error_controller_; member in class:ash::test::SigninErrorNotifierTest
118 FakeAuthStatusProvider provider(error_controller_);
128 FakeAuthStatusProvider provider(error_controller_);
131 FakeAuthStatusProvider error_provider(error_controller_);
157 FakeAuthStatusProvider provider0(error_controller_);
158 FakeAuthStatusProvider provider1(error_controller_);
223 FakeAuthStatusProvider provider(error_controller_);
signin_global_error.h 63 SigninErrorController* error_controller_; member in class:SigninGlobalError
  /external/chromium_org/chrome/browser/sync/
sync_error_notifier_ash.h 33 SyncErrorController* error_controller_; member in class:SyncErrorNotifier
sync_global_error.cc 25 : error_controller_(error_controller),
28 error_controller_->AddObserver(this);
34 DCHECK(!error_controller_)
41 error_controller_->RemoveObserver(this);
42 error_controller_ = NULL;
sync_error_notifier_ash.cc 118 : error_controller_(controller),
123 error_controller_->AddObserver(this);
128 DCHECK(!error_controller_)
133 error_controller_->RemoveObserver(this);
134 error_controller_ = NULL;
145 if (!error_controller_->HasError()) {
sync_error_notifier_ash_unittest.cc 124 error_controller_.reset(new SyncErrorController(service_.get()));
125 error_notifier_.reset(new SyncErrorNotifier(error_controller_.get(),
152 error_controller_->OnStateChanged();
153 EXPECT_EQ(is_error, error_controller_->HasError());
169 scoped_ptr<SyncErrorController> error_controller_; member in class:ash::test::__anon9351::SyncErrorNotifierTest
sync_global_error.h 52 SyncErrorController* error_controller_; member in class:SyncGlobalError
  /external/chromium_org/chrome/browser/extensions/
extension_service.h 674 scoped_ptr<extensions::ExtensionErrorController> error_controller_; member in class:ExtensionService
extension_service.cc 354 error_controller_.reset(
    [all...]

Completed in 168 milliseconds