HomeSort by relevance Sort by last modified time
    Searched defs:Show (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/chromium/chrome/browser/ui/views/
pinned_contents_info_bubble.cc 37 PinnedContentsInfoBubble* PinnedContentsInfoBubble::Show(
browser_bubble_win.cc 24 // Show the border first, then the popup overlaid on top.
25 border_widget_->Show();
29 views::WidgetWin::Show();
133 void BrowserBubble::Show(bool activate) {
  /external/chromium/chrome/browser/chromeos/notifications/
system_notification.cc 54 void SystemNotification::Show(const string16& message,
57 Show(message, string16(), NULL, urgent, sticky);
60 void SystemNotification::Show(const string16& message,
  /external/chromium/chrome/browser/
repost_form_warning_controller.cc 31 void RepostFormWarningController::Show(
  /external/chromium/chrome/browser/ui/gtk/
update_recommended_dialog.cc 21 void UpdateRecommendedDialog::Show(GtkWindow* parent) {
  /external/chromium/chrome/browser/bookmarks/
bookmark_folder_editor_controller.cc 20 void BookmarkFolderEditorController::Show(Profile* profile,
58 dialog_->Show();
  /external/chromium/chrome/browser/chromeos/login/
message_bubble.cc 30 : Bubble(type, false), // don't show while screen is locked
107 MessageBubble* MessageBubble::Show(views::Widget* parent,
view_screen.h 25 virtual void Show();
94 void ViewScreen<V>::Show() {
login_html_dialog.cc 66 void LoginHtmlDialog::Show() {
88 html_view->window()->Show();
  /external/chromium/chrome/browser/chromeos/
low_battery_observer.cc 26 const int limit_min = 15; // Notification will show when remaining number
57 // show: is !visible_ to visible_ triggered when we're on battery,
64 Show(remaining, urgent);
68 Show(remaining, urgent);
73 void LowBatteryObserver::Show(base::TimeDelta remaining, bool urgent) {
74 notification_.Show(l10n_util::GetStringFUTF16(IDS_LOW_BATTERY_MESSAGE,
  /external/chromium/chrome/browser/notifications/
balloon.cc 38 void Balloon::Show() {
41 balloon_view_->Show(this);
notification_test_util.h 82 virtual void Show(Balloon* balloon) {}
  /external/chromium/chrome/browser/ui/gtk/importer/
import_lock_dialog_gtk.cc 22 ImportLockDialogGtk::Show(parent, importer_host);
29 void ImportLockDialogGtk::Show(GtkWindow* parent, ImporterHost* importer_host) {
  /external/chromium/chrome/browser/ui/views/download/
download_started_animation_win.cc 87 // If we're too small to show the download image, then don't bother -
113 popup_->Show();
177 void DownloadStartedAnimation::Show(TabContents* tab_contents) {
  /external/chromium/chrome/browser/ui/views/extensions/
extension_uninstall_dialog_view.cc 144 void ExtensionUninstallDialog::Show(
162 new ExtensionUninstallDialogView(delegate, extension, icon))->Show();
extension_popup.cc 66 // We wait to show the popup until the contained host finishes loading.
79 void ExtensionPopup::Show(bool activate) {
88 BrowserBubble::Show(activate);
130 // the width will have been computed. Now it's safe to show.
132 Show(true);
180 ExtensionPopup* ExtensionPopup::Show(
201 // and not show. This seems to happen in single-process mode.
203 popup->Show(true);
  /external/chromium/chrome/browser/ui/views/importer/
import_lock_dialog_view.cc 28 ImportLockDialogView::Show(parent, importer_host);
35 void ImportLockDialogView::Show(gfx::NativeWindow parent,
39 new ImportLockDialogView(importer_host))->Show();
  /external/chromium/chrome/browser/sidebar/
sidebar_container.cc 74 void SidebarContainer::Show() {
  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_popup_gtk.cc 49 // and not show. This seems to happen in single-process mode.
121 bubble_ = InfoBubbleGtk::Show(anchor_,
158 void ExtensionPopupGtk::Show(const GURL& url, Browser* browser,
extension_uninstall_dialog_gtk.cc 86 void ExtensionUninstallDialog::Show(
  /external/chromium/chrome/browser/ui/
input_window_dialog_gtk.cc 26 virtual void Show();
93 void InputWindowDialogGtk::Show() {
  /external/chromium/chrome/browser/ui/views/infobars/
infobar.cc 29 void InfoBar::Show(bool animate) {
31 animation_->Show();
  /external/chromium/chrome/browser/chromeos/offline/
offline_load_page.cc 36 // Maximum time to show a blank page.
49 void OfflineLoadPage::Show(int process_host_id, int render_view_id,
58 // There is a chance that the tab is closed after we decided to show
59 // offline and before we actually show the offline page.
62 (new OfflineLoadPage(tab_contents, url, delegate))->Show();
84 // Set the timeout to show the page.
  /external/chromium/chrome/browser/ui/find_bar/
find_bar_controller.cc 33 void FindBarController::Show() {
36 // Only show the animation if we're not already showing a find bar for the
42 find_bar_->Show(true);
94 // A tab with a visible find bar just got selected and we need to show the
99 find_bar_->Show(false);
197 // we briefly show "1 of 1" matches because there is a slight delay until
213 // Find out what we should show in the find text box. Usually, this will be
  /external/chromium/chrome/browser/ui/gtk/download/
download_started_animation_gtk.cc 92 // If we're too small to show the download image, then don't bother -
107 // TODO(estade): don't show up on the wrong virtual desktop.
191 void DownloadStartedAnimation::Show(TabContents* tab_contents) {

Completed in 4632 milliseconds

1 2 3 4