Searched defs:Show (Results 1 - 25 of 90) sorted by relevance

1234

/external/chromium/chrome/browser/
H A Drepost_form_warning_controller.cc31 void RepostFormWarningController::Show( function in class:RepostFormWarningController
/external/chromium/chrome/browser/ui/gtk/importer/
H A Dimport_lock_dialog_gtk.cc22 ImportLockDialogGtk::Show(parent, importer_host);
29 void ImportLockDialogGtk::Show(GtkWindow* parent, ImporterHost* importer_host) { function in class:ImportLockDialogGtk
/external/chromium/chrome/browser/ui/gtk/
H A Dupdate_recommended_dialog.cc21 void UpdateRecommendedDialog::Show(GtkWindow* parent) { function in class:UpdateRecommendedDialog
/external/chromium/chrome/browser/ui/views/
H A Dpinned_contents_info_bubble.cc37 PinnedContentsInfoBubble* PinnedContentsInfoBubble::Show( function in class:PinnedContentsInfoBubble
H A Dbrowser_bubble_win.cc24 // Show the border first, then the popup overlaid on top.
25 border_widget_->Show();
29 views::WidgetWin::Show();
133 void BrowserBubble::Show(bool activate) { function in class:BrowserBubble
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_folder_editor_controller.cc20 void BookmarkFolderEditorController::Show(Profile* profile, function in class:BookmarkFolderEditorController
58 dialog_->Show();
/external/chromium/chrome/browser/chromeos/login/
H A Dview_screen.h25 virtual void Show();
94 void ViewScreen<V>::Show() { function in class:ViewScreen
H A Dmessage_bubble.cc107 MessageBubble* MessageBubble::Show(views::Widget* parent, function in class:chromeos::MessageBubble
H A Dlogin_html_dialog.cc66 void LoginHtmlDialog::Show() { function in class:chromeos::LoginHtmlDialog
88 html_view->window()->Show();
/external/chromium/chrome/browser/chromeos/
H A Dlow_battery_observer.cc64 Show(remaining, urgent);
68 Show(remaining, urgent);
73 void LowBatteryObserver::Show(base::TimeDelta remaining, bool urgent) { function in class:chromeos::LowBatteryObserver
74 notification_.Show(l10n_util::GetStringFUTF16(IDS_LOW_BATTERY_MESSAGE,
/external/chromium/chrome/browser/chromeos/notifications/
H A Dsystem_notification.cc54 void SystemNotification::Show(const string16& message, function in class:chromeos::SystemNotification
57 Show(message, string16(), NULL, urgent, sticky);
60 void SystemNotification::Show(const string16& message, function in class:chromeos::SystemNotification
H A Ddesktop_notifications_unittest.cc23 virtual void Show(Balloon* balloon) {} function in class:chromeos::MockNotificationUI
244 SCOPED_TRACE(base::StringPrintf("Show Text loop: id=%d", id));
/external/chromium/chrome/browser/notifications/
H A Dballoon.cc38 void Balloon::Show() { function in class:Balloon
41 balloon_view_->Show(this);
H A Dnotification_test_util.h82 virtual void Show(Balloon* balloon) {} function in class:MockBalloonView
/external/chromium/chrome/browser/ui/views/extensions/
H A Dextension_uninstall_dialog_view.cc144 void ExtensionUninstallDialog::Show( function in class:ExtensionUninstallDialog
162 new ExtensionUninstallDialogView(delegate, extension, icon))->Show();
/external/chromium/chrome/browser/ui/views/importer/
H A Dimport_lock_dialog_view.cc28 ImportLockDialogView::Show(parent, importer_host);
35 void ImportLockDialogView::Show(gfx::NativeWindow parent, function in class:ImportLockDialogView
39 new ImportLockDialogView(importer_host))->Show();
/external/chromium/chrome/browser/ui/gtk/download/
H A Ddownload_started_animation_gtk.cc191 void DownloadStartedAnimation::Show(TabContents* tab_contents) { function in class:DownloadStartedAnimation
/external/chromium/chrome/browser/ui/gtk/extensions/
H A Dextension_uninstall_dialog_gtk.cc86 void ExtensionUninstallDialog::Show( function in class:ExtensionUninstallDialog
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_started_animation_win.cc113 popup_->Show();
177 void DownloadStartedAnimation::Show(TabContents* tab_contents) { function in class:DownloadStartedAnimation
/external/chromium/chrome/browser/ui/views/infobars/
H A Dinfobar.cc29 void InfoBar::Show(bool animate) { function in class:InfoBar
31 animation_->Show();
/external/chromium/chrome/browser/chromeos/frame/
H A Dpanel_browser_view.cc58 void PanelBrowserView::Show() { function in class:chromeos::PanelBrowserView
60 ::BrowserView::Show();
/external/chromium/chrome/browser/chromeos/offline/
H A Doffline_load_page.cc49 void OfflineLoadPage::Show(int process_host_id, int render_view_id, function in class:chromeos::OfflineLoadPage
62 (new OfflineLoadPage(tab_contents, url, delegate))->Show();
/external/chromium/chrome/browser/sidebar/
H A Dsidebar_container.cc74 void SidebarContainer::Show() { function in class:SidebarContainer
/external/chromium/chrome/browser/speech/
H A Dspeech_input_bubble_controller_unittest.cc59 virtual void Show() {} function in class:speech_input::MockSpeechInputBubble
/external/chromium/chrome/browser/ui/find_bar/
H A Dfind_bar_controller.cc33 void FindBarController::Show() { function in class:FindBarController
42 find_bar_->Show(true);
99 find_bar_->Show(false);

Completed in 608 milliseconds

1234