HomeSort by relevance Sort by last modified time
    Searched refs:Activate (Results 1 - 25 of 220) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium_org/ash/wm/
overlay_event_filter_unittest.cc 16 // Tests of the multiple overlay delegates attempt to activate, in that case
23 Shell::GetInstance()->overlay_filter()->Activate(&d1);
27 Shell::GetInstance()->overlay_filter()->Activate(&d2);
overlay_event_filter.h 18 // overlay). It does nothing the first time, but works when |Activate()| is
46 void Activate(Delegate* delegate);
overlay_event_filter.cc 58 void OverlayEventFilter::Activate(Delegate* delegate) {
  /external/chromium_org/remoting/host/
curtain_mode_win.cc 19 virtual bool Activate() OVERRIDE;
28 bool CurtainModeWin::Activate() {
curtain_mode.h 37 virtual bool Activate() = 0;
curtain_mode_linux.cc 21 virtual bool Activate() OVERRIDE;
33 bool CurtainModeLinux::Activate() {
  /external/chromium_org/ash/accelerators/
accelerator_commands_unittest.cc 29 window_state1->Activate();
30 window_state2->Activate();
43 // activate the last active window.
accelerator_commands.cc 26 wm::GetWindowState(mru_windows.front())->Activate();
  /external/chromium_org/content/browser/mojo/
mojo_application_host.h 31 // 2- Activate establishes the actual connection to the peer process.
33 bool Activate(IPC::Sender* sender, base::ProcessHandle process_handle);
  /external/chromium_org/content/public/browser/
devtools_target.h 59 virtual bool Activate() const = 0;
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
WaitUntilObserver.h 23 Activate,
  /external/chromium_org/tools/cr/
main.py 51 cr.plugin.Activate()
58 cr.plugin.Activate()
63 cr.plugin.Activate()
  /external/chromium_org/chrome/browser/ui/views/apps/
chrome_native_app_window_views_win.h 45 virtual void Activate() OVERRIDE;
  /external/chromium_org/content/browser/devtools/
forwarding_agent_host.cc 50 bool ForwardingAgentHost::Activate() {
forwarding_agent_host.h 38 virtual bool Activate() OVERRIDE;
  /external/chromium_org/ui/base/
base_window.h 61 // Show the window, but do not activate it. Does nothing if window
71 virtual void Activate() = 0;
  /external/chromium_org/chrome/browser/profile_resetter/
automatic_profile_resetter_factory.cc 53 service->Activate();
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
tracker_id_set.h 31 void Activate(int64 tracker_id);
  /external/chromium_org/chromeos/network/
network_activation_handler.h 31 // |carrier| may be empty or may specify a carrier to activate.
36 void Activate(const std::string& service_path,
  /external/chromium_org/win8/metro_driver/
chrome_url_launch_handler.h 30 void Activate(winapp::Activation::IActivatedEventArgs* args);
  /external/chromium_org/ash/
focus_cycler.cc 77 // Activate the most recently active browser window.
83 wm::GetWindowState(window)->Activate();
105 widget->Activate();
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view_focus_uitest.cc 56 // of Activate() is not well defined and can vary by window manager.
80 browser()->window()->Activate();
85 browser2->window()->Activate();
  /external/chromium_org/tools/cr/cr/base/
platform.py 42 def Activate(self):
43 super(Platform, self).Activate()
  /external/chromium_org/ui/views/
accessible_pane_view_unittest.cc 84 widget->Activate();
113 widget_main->Activate();
127 widget_bar->Activate();
160 widget->Activate();
190 widget->Activate();
  /external/chromium_org/ui/views/controls/button/
menu_button.cc 89 bool MenuButton::Activate() {
182 return Activate();
196 Activate();
219 !Activate()) {
220 // When |Activate()| returns |false|, it means that a menu is shown and
237 // WARNING: we may have been deleted by the time Activate returns.
238 Activate();
254 // we always activate the menu on key press.

Completed in 562 milliseconds

1 2 3 4 5 6 7 8 9