Searched defs:Show (Results 51 - 75 of 189) sorted by relevance

12345678

/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_shower_views.cc31 Show();
45 Show();
118 void AppListShower::Show() { function in class:AppListShower
119 app_list_->GetWidget()->Show();
/external/chromium_org/chrome/browser/ui/autofill/
H A Dnew_credit_card_bubble_controller.cc37 void NewCreditCardBubbleController::Show( function in class:autofill::NewCreditCardBubbleController
115 bubble_->Show();
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dchrome_native_app_window_views_win.cc147 void ChromeNativeAppWindowViewsWin::Show() { function in class:ChromeNativeAppWindowViewsWin
149 ChromeNativeAppWindowViews::Show();
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_popup_view_views.cc29 void AutofillPopupViewViews::Show() { function in class:autofill::AutofillPopupViewViews
H A Dgenerated_credit_card_bubble_views.cc36 void GeneratedCreditCardBubbleViews::Show() { function in class:autofill::GeneratedCreditCardBubbleViews
37 views::BubbleDelegateView::CreateBubble(this)->Show();
H A Dinfo_bubble.cc79 void InfoBubble::Show() { function in class:autofill::InfoBubble
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_in_progress_dialog_view.cc21 void DownloadInProgressDialogView::Show( function in class:DownloadInProgressDialogView
29 CreateBrowserModalDialogViews(window, parent)->Show();
/external/chromium_org/chrome/browser/ui/views/
H A Dfirst_run_dialog.cc41 return FirstRunDialog::Show(profile);
47 bool FirstRunDialog::Show(Profile* profile) { function in class:FirstRunDialog
59 views::DialogDelegate::CreateDialogWidget(dialog, NULL, NULL)->Show();
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dcontroller_pairing_screen_handler.cc53 Show();
112 void ControllerPairingScreenHandler::Show() { function in class:chromeos::ControllerPairingScreenHandler
H A Dkiosk_autolaunch_screen_handler.cc51 void KioskAutolaunchScreenHandler::Show() { function in class:chromeos::KioskAutolaunchScreenHandler
104 Show();
H A Dupdate_screen_handler.cc60 Show();
69 void UpdateScreenHandler::Show() { function in class:chromeos::UpdateScreenHandler
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dmobile_setup_dialog.cc68 void MobileSetupDialog::Show(const std::string& service_path) { function in class:MobileSetupDialog
/external/chromium_org/mojo/services/native_viewport/
H A Dnative_viewport_impl.cc58 void NativeViewportImpl::Show() { function in class:mojo::NativeViewportImpl
59 platform_viewport_->Show();
/external/chromium_org/ppapi/c/private/
H A Dppb_flash_menu.h85 int32_t (*Show)(PP_Resource menu_id, member in struct:PPB_Flash_Menu_0_2
/external/chromium_org/ui/ozone/platform/test/
H A Dtest_window.cc47 void TestWindow::Show() { function in class:ui::TestWindow
/external/chromium_org/ui/views/corewm/
H A Dtooltip_win.cc128 void TooltipWin::Show() { function in class:views::corewm::TooltipWin
/external/chromium_org/ash/accelerators/
H A Dexit_warning_handler.cc115 Show();
155 void ExitWarningHandler::Show() { function in class:ash::ExitWarningHandler
180 widget_->Show();
/external/chromium_org/ash/keyboard_overlay/
H A Dkeyboard_overlay_delegate.cc56 // Show the widget after the web content has been painted.
57 widget_->Show();
74 views::Widget* KeyboardOverlayDelegate::Show(views::WebDialogView* view) { function in class:ash::KeyboardOverlayDelegate
82 // Show the widget at the bottom of the work area.
/external/chromium_org/chrome/browser/chromeos/charger_replace/
H A Dcharger_replacement_dialog.cc77 void ChargerReplacementDialog::Show() { function in class:chromeos::ChargerReplacementDialog
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
H A Dauto_enrollment_check_screen.cc83 void AutoEnrollmentCheckScreen::Show() { function in class:chromeos::AutoEnrollmentCheckScreen
87 actor_->Show();
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dcontroller_pairing_screen.cc56 void ControllerPairingScreen::Show() { function in class:chromeos::ControllerPairingScreen
58 actor_->Show();
H A Dnetwork_screen.cc68 void NetworkScreen::Show() { function in class:chromeos::NetworkScreen
71 actor_->Show();
153 // Show error bubble.
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dcaptive_portal_window_browsertest.cc54 void Show() { function in class:chromeos::CaptivePortalWindowTest
55 captive_portal_window_proxy_->Show();
105 IN_PROC_BROWSER_TEST_F(CaptivePortalWindowTest, Show) {
106 Show();
112 Show();
151 Show();
163 Show();
/external/chromium_org/chrome/browser/chromeos/ui/
H A Decho_dialog_view.cc96 void EchoDialogView::Show(gfx::NativeWindow parent) { function in class:chromeos::EchoDialogView
101 GetWidget()->Show();
H A Didle_logout_dialog_view.cc65 // CloseDialog, we reset g_instance so the next Show will work correctly; in
145 Show();
148 void IdleLogoutDialogView::Show() { function in class:chromeos::IdleLogoutDialogView
161 GetWidget()->Show();

Completed in 1069 milliseconds

12345678