Searched refs:Show (Results 1 - 25 of 336) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/ui/views/
H A Ddialog_stubs_gtk.cc25 TaskManagerGtk::Show(false);
29 TaskManagerGtk::Show(true);
47 CollectedCookiesUIDelegate::Show(tab_contents);
H A Ddom_view_browsertest.cc36 one->Show();
54 one->Show();
76 one->Show();
86 two->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,
H A Dupdate_observer.cc31 notification_.Show(l10n_util::GetStringUTF16(IDS_UPDATE_COMPLETED), true);
H A Dlow_battery_observer.h30 void Show(base::TimeDelta remaining, bool urgent);
/external/chromium/chrome/browser/download/
H A Ddownload_started_animation.h15 static void Show(TabContents* tab_contents);
/external/chromium/chrome/browser/ui/options/
H A Dshow_options_url.cc18 browser->window()->Show();
/external/webkit/Tools/Scripts/
H A Dwebkit-build-directory45 --configuration Show the build directory for a specific configuration (e.g. Debug, Release. Defaults to the active configuration set by set-webkit-configuration)
46 -h|--help Show this help message
47 --top-level Show the top-level build directory
/external/chromium/chrome/browser/speech/
H A Dspeech_input_bubble_browsertest.cc34 bubble->Show();
42 bubble->Show();
51 bubble->Show();
53 bubble->Show();
/external/chromium/chrome/browser/ui/gtk/
H A Dupdate_recommended_dialog.h18 static void Show(GtkWindow* parent);
H A Dtheme_install_bubble_view_gtk.h18 static void Show(GtkWindow* parent);
/external/sonivox/jet_tools/JetCreator/
H A DJetHelp.py32 frame.Show()
/external/chromium/chrome/browser/
H A Drepost_form_warning_controller.h23 // Show the warning dialog.
24 void Show(ConstrainedWindowDelegate* window_delegate);
/external/chromium/chrome/browser/ui/cocoa/notifications/
H A Dballoon_view_bridge.h25 virtual void Show(Balloon* balloon);
/external/chromium/chrome/browser/ui/cocoa/
H A Dtheme_install_bubble_view.h37 // Show the loading bubble.
38 static void Show(NSWindow* window);
/external/chromium/chrome/browser/ui/gtk/importer/
H A Dimport_lock_dialog_gtk.h22 static void Show(GtkWindow* parent, ImporterHost* importer_host);
/external/webkit/Tools/wx/browser/
H A Dbrowser.cpp67 frame->Show(true);
/external/chromium/chrome/browser/chromeos/login/
H A Dwizard_controller_browsertest.cc33 MOCK_METHOD0(Show, void());
56 EXPECT_CALL(*mock_var, Show()).Times(0); \
127 EXPECT_CALL(*mock_network_screen_, Show()).Times(1);
152 EXPECT_CALL(*mock_eula_screen_, Show()).Times(1);
158 EXPECT_CALL(*mock_update_screen_, Show()).Times(1);
165 EXPECT_CALL(*mock_eula_screen_, Show()).Times(0);
175 EXPECT_CALL(*mock_eula_screen_, Show()).Times(1);
176 EXPECT_CALL(*mock_update_screen_, Show()).Times(0);
183 EXPECT_CALL(*mock_update_screen_, Show()).Times(1);
190 EXPECT_CALL(*mock_eula_screen_, Show())
[all...]
H A Dviews_login_display_host.cc67 background_window_->Show();
74 background_window_->Show();
/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
/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/bookmarks/
H A Dbookmark_editor.h67 static void Show(gfx::NativeWindow parent_window,
H A Dbookmark_folder_editor_controller.cc20 void BookmarkFolderEditorController::Show(Profile* profile, function in class:BookmarkFolderEditorController
58 dialog_->Show();
/external/chromium/chrome/browser/ui/cocoa/download/
H A Ddownload_shelf_mac.h32 virtual void Show();
/external/chromium/chrome/browser/ui/
H A Dinput_window_dialog.h40 virtual void Show() = 0;

Completed in 360 milliseconds

1234567891011>>