Home
last modified time | relevance | path

Searched refs:error_info_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dscreen_locker.cc707 error_info_(NULL), in ScreenLocker()
864 error_info_ = NULL; in BubbleClosing()
921 if (error_info_) { in ClearErrors()
922 error_info_->Close(); in ClearErrors()
923 error_info_ = NULL; in ClearErrors()
936 if (!error_info_) { in Signout()
1133 if (error_info_) in ShowErrorBubble()
1134 error_info_->Close(); in ShowErrorBubble()
1140 error_info_ = MessageBubble::ShowNoGrab( in ShowErrorBubble()
1153 error_info_->GetNativeView()->window)); in ShowErrorBubble()
Dscreen_locker.h220 MessageBubble* error_info_; variable