HomeSort by relevance Sort by last modified time
    Searched refs:Activate (Results 26 - 50 of 243) sorted by null

12 3 4 5 6 7 8 910

  /external/chromium_org/ash/shelf/
shelf_window_watcher_item_delegate.cc 40 window_state->Activate();
  /external/chromium_org/ash/system/win/audio/
tray_audio_delegate_win.cc 105 FAILED(device->Activate(__uuidof(IAudioSessionManager), CLSCTX_ALL, NULL,
  /external/chromium_org/ash/wm/overview/
transparent_activate_window_button.cc 17 // Transparent button that handles events which activate windows in overview
75 wm::GetWindowState(activate_window_)->Activate();
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_delegate.cc 87 displayer.browser()->window()->Activate();
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
tracker_id_set.cc 48 void TrackerIDSet::Activate(int64 tracker_id) {
  /external/chromium_org/chrome/browser/ui/app_list/
extension_app_item.h 75 // Private equivalent to Activate(), without refocus for already-running apps.
90 virtual void Activate(int event_flags) OVERRIDE;
app_list_shower_views.cc 28 // If the app list is already displaying |profile| just activate it (in case
129 app_list_->GetWidget()->Activate();
  /external/chromium_org/chrome/browser/ui/ash/
chrome_new_window_delegate_chromeos.cc 65 browser->window()->Activate();
  /external/chromium_org/chrome/browser/ui/ash/launcher/
app_shortcut_launcher_item_controller.h 43 virtual bool Activate(ash::LaunchSource source) OVERRIDE;
75 // Activate the browser with the given |content| and show the associated tab.
browser_shortcut_launcher_item_controller.h 40 virtual bool Activate(ash::LaunchSource source) OVERRIDE;
64 // Activate a browser - or advance to the next one on the list.
launcher_item_controller.h 79 virtual bool Activate(ash::LaunchSource source) = 0;
app_window_launcher_item_controller.h 58 virtual bool Activate(ash::LaunchSource source) OVERRIDE;
89 // Activate the given |window_to_show|, or - if already selected - advance to
  /external/chromium_org/content/browser/mojo/
mojo_application_host.cc 51 bool MojoApplicationHost::Activate(IPC::Sender* sender,
  /external/chromium_org/mojo/dbus/
dbus_external_service.h 75 virtual void Activate(ScopedMessagePipeHandle service_provider_handle)
  /external/chromium_org/ui/app_list/
app_list_folder_item.h 62 virtual void Activate(int event_flags) OVERRIDE;
  /external/chromium_org/ui/app_list/test/
app_list_test_model.h 25 virtual void Activate(int event_flags) OVERRIDE;
  /external/chromium_org/ui/views/controls/button/
menu_button.h 50 // Activate the button (called when the button is pressed).
51 virtual bool Activate();
  /external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_private_api_unittest.cc 96 // We then activate window 0 (i.e. wallpaper picker) and call the minimize
98 window0_state->Activate();
136 // We then activate window 0 (i.e. wallpaper picker) and call the minimize
138 window0_state->Activate();
161 window0_state->Activate();
275 // We then activate window 0 (i.e. wallpaper picker) and call the minimize
277 window0_state->Activate();
292 // Activate kTestAccount2. kTestAccount1 becomes inactive user.
295 window2_state->Activate();
375 // We then activate window 0 (i.e. wallpaper picker) and call the minimiz
    [all...]
  /external/chromium_org/ash/wm/
window_cycle_list.cc 90 wm::GetWindowState(window_)->Activate();
140 wm::GetWindowState(windows_[0])->Activate();
  /external/chromium_org/chrome/browser/ui/views/apps/
chrome_native_app_window_views_win.cc 148 void ChromeNativeAppWindowViewsWin::Activate() {
150 ChromeNativeAppWindowViews::Activate();
  /external/chromium_org/remoting/host/
curtain_mode_mac.cc 93 // Activate curtain asynchronously since it has to be done on the UI thread.
232 virtual bool Activate() OVERRIDE;
253 bool CurtainModeMac::Activate() {
  /external/chromium_org/ash/keyboard_overlay/
keyboard_overlay_view.cc 79 Shell::GetInstance()->overlay_filter()->Activate(view);
  /external/chromium_org/chrome/browser/devtools/
devtools_target_impl.h 39 virtual bool Activate() const OVERRIDE;
53 // Open a new DevTools window or activate the existing one.
  /external/chromium_org/chrome/browser/profile_resetter/
automatic_profile_resetter.h 81 void Activate();
126 // Should be called before Activate().
129 // Should be called before Activate().
132 // Should be called before Activate().
136 // Should be called before Activate(). Sets the task runner to be used to post
  /external/chromium_org/chrome/browser/ui/views/profiles/
user_manager_view.cc 72 // If there's a user manager window open already, just activate it.
73 instance_->GetWidget()->Activate();

Completed in 1186 milliseconds

12 3 4 5 6 7 8 910