HomeSort by relevance Sort by last modified time
    Searched defs:SetStatusAreaEnabled (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
dom_login_display_host.cc 38 void DOMLoginDisplayHost::SetStatusAreaEnabled(bool enable) {}
views_login_display_host.cc 55 void ViewsLoginDisplayHost::SetStatusAreaEnabled(bool enable) {
57 background_view_->SetStatusAreaEnabled(enable);
existing_user_controller.cc 160 SetStatusAreaEnabled(false);
189 SetStatusAreaEnabled(false);
301 SetStatusAreaEnabled(true);
415 SetStatusAreaEnabled(true);
457 void ExistingUserController::SetStatusAreaEnabled(bool enable) {
458 host_->SetStatusAreaEnabled(enable);
background_view.cc 212 void BackgroundView::SetStatusAreaEnabled(bool enable) {

Completed in 77 milliseconds