HomeSort by relevance Sort by last modified time
    Searched refs:Show (Results 101 - 125 of 1189) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/ppapi/thunk/
ppb_file_chooser_api.h 21 virtual int32_t Show(const PP_ArrayOutput& output,
ppb_file_chooser_dev_thunk.cc 39 VLOG(4) << "PPB_FileChooser_Dev::Show()";
54 int32_t Show(PP_Resource chooser,
57 VLOG(4) << "PPB_FileChooser_Dev::Show()";
61 return enter.SetResult(enter.object()->Show(output, enter.callback()));
74 &Show
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
ensure-valid-python 55 -h|--help Show this help message.
  /external/sonivox/jet_tools/JetCreator/
JetHelp.py 32 frame.Show()
  /external/chromium_org/chrome/browser/ui/views/importer/
import_lock_dialog_view.cc 26 ImportLockDialogView::Show(parent, callback);
33 void ImportLockDialogView::Show(gfx::NativeWindow parent,
36 new ImportLockDialogView(callback), NULL, NULL)->Show();
  /external/chromium/chrome/browser/chromeos/login/
wizard_controller_browsertest.cc 33 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()).Times(0)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
wizard_controller_browsertest.cc 135 MOCK_METHOD0(Show, void());
146 EXPECT_CALL(*mock_var, Show()).Times(0); \
214 EXPECT_CALL(*mock_network_screen_, Show()).Times(1);
239 EXPECT_CALL(*mock_eula_screen_, Show()).Times(1);
246 EXPECT_CALL(*mock_update_screen_, Show()).Times(1);
254 EXPECT_CALL(*mock_eula_screen_, Show()).Times(0);
267 EXPECT_CALL(*mock_eula_screen_, Show()).Times(1);
268 EXPECT_CALL(*mock_update_screen_, Show()).Times(0);
276 EXPECT_CALL(*mock_update_screen_, Show()).Times(1);
284 EXPECT_CALL(*mock_eula_screen_, Show()).Times(0)
    [all...]
  /external/chromium_org/ui/views/corewm/
window_animations_unittest.cc 40 // Layer target visibility changes according to Show/Hide.
41 window->Show();
45 window->Show();
50 // Tests if opacity and transform are reset when only show animation is
59 // Layer target visibility and opacity change according to Show/Hide.
60 window->Show();
71 window->Show();
81 // and transform to show the window.
86 // Layer target visibility and opacity change according to Show/Hide.
87 window->Show();
    [all...]
  /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/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_org/chrome_frame/infobars/
infobar_manager.cc 22 virtual bool Show(InfobarContent* content, InfobarType type);
50 bool InfobarManagerImpl::Show(InfobarContent* content, InfobarType type) {
52 return infobars_[type]->Show(content);
  /external/chromium_org/ppapi/cpp/dev/
file_chooser_dev.cc 47 int32_t FileChooser_Dev::Show(
50 return get_interface<PPB_FileChooser_Dev_0_6>()->Show(
62 return get_interface<PPB_FileChooser_Dev_0_5>()->Show(
  /external/chromium/chrome/browser/bookmarks/
bookmark_editor.h 67 static void Show(gfx::NativeWindow parent_window,
  /external/chromium/chrome/browser/extensions/
extension_uninstall_dialog.h 38 // 2) Handle the load icon response and show the UI (OnImageLoaded).
43 static void Show(Profile* profile,
  /external/chromium/chrome/browser/ui/find_bar/
find_bar.h 31 virtual void Show(bool animate) = 0;
  /external/chromium/chrome/browser/ui/gtk/
theme_install_bubble_view_gtk.h 18 static void Show(GtkWindow* parent);
  /external/chromium/chrome/browser/ui/views/
first_run_bubble.h 20 static FirstRunBubble* Show(Profile* profile, views::Widget* parent,
theme_install_bubble_view.h 44 // Show the loading bubble.
45 static void Show(TabContents* tab_contents);
67 // Text to show warning that theme is being installed.
  /external/chromium_org/ash/shell/
window_watcher_unittest.cc 27 Shell::GetPrimaryRootWindow()->GetDispatcher()->host()->Show();
  /external/chromium_org/chrome/browser/chromeos/first_run/
step.h 35 void Show();
50 // Called from Show method.
  /external/chromium_org/chrome/browser/chromeos/input_method/
hidable_area.cc 16 // Initially show nothing.
29 void HidableArea::Show() {
  /external/chromium_org/chrome/browser/chromeos/login/enrollment/
enrollment_screen_actor.h 58 virtual void Show() = 0;
79 // Show an authentication error.
82 // Show non-authentication error.
mock_enrollment_screen.h 31 MOCK_METHOD0(Show, void());
  /external/chromium_org/chrome/browser/chromeos/login/screens/
base_screen.h 36 virtual void Show() = 0;
eula_screen.h 29 virtual void Show() OVERRIDE;

Completed in 931 milliseconds

1 2 3 45 6 7 8 91011>>