Home
last modified time | relevance | path

Searched refs:display_host (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dbase_login_display_host.cc204 chromeos::LoginDisplayHost* display_host; in ShowLoginWizard() local
206 display_host = new chromeos::DOMLoginDisplayHost(screen_bounds); in ShowLoginWizard()
208 display_host = new chromeos::ViewsLoginDisplayHost(screen_bounds); in ShowLoginWizard()
211 chromeos::LoginDisplayHost* display_host = in ShowLoginWizard() local
215 display_host->StartSignInScreen(); in ShowLoginWizard()
267 display_host->StartWizard(first_screen_name, GURL()); in ShowLoginWizard()
/external/chromium/chrome/browser/
Dcontent_setting_bubble_model.cc209 std::string display_host(WideToUTF8(display_host_wide)); in SetRadioGroup() local
211 if (display_host.empty()) in SetRadioGroup()
212 display_host = url.spec(); in SetRadioGroup()
250 allowIDs[content_type()], UTF8ToUTF16(display_host)); in SetRadioGroup()
/external/chromium/chrome/browser/ui/gtk/
Dlocation_bar_view_gtk.cc1369 std::wstring display_host; in OnButtonPressed() local
1372 &display_host, in OnButtonPressed()