Searched refs:Activate (Results 1 - 25 of 211) sorted by relevance

123456789

/external/chromium_org/ash/wm/
H A Doverlay_event_filter_unittest.cc23 Shell::GetInstance()->overlay_filter()->Activate(&d1);
27 Shell::GetInstance()->overlay_filter()->Activate(&d2);
H A Doverlay_event_filter.cc58 void OverlayEventFilter::Activate(Delegate* delegate) { function in class:ash::OverlayEventFilter
H A Doverlay_event_filter.h18 // overlay). It does nothing the first time, but works when |Activate()| is
46 void Activate(Delegate* delegate);
/external/chromium_org/remoting/host/
H A Dcurtain_mode_win.cc19 virtual bool Activate() OVERRIDE;
28 bool CurtainModeWin::Activate() { function in class:remoting::CurtainModeWin
H A Dcurtain_mode.h37 virtual bool Activate() = 0;
H A Dcurtain_mode_linux.cc21 virtual bool Activate() OVERRIDE;
33 bool CurtainModeLinux::Activate() { function in class:remoting::CurtainModeLinux
/external/chromium_org/ash/accelerators/
H A Daccelerator_commands_unittest.cc29 window_state1->Activate();
30 window_state2->Activate();
H A Daccelerator_commands.cc26 wm::GetWindowState(mru_windows.front())->Activate();
/external/chromium_org/tools/cr/
H A Dmain.py51 cr.plugin.Activate()
58 cr.plugin.Activate()
63 cr.plugin.Activate()
/external/chromium_org/content/browser/devtools/
H A Dforwarding_agent_host.cc50 bool ForwardingAgentHost::Activate() { function in class:content::ForwardingAgentHost
H A Dforwarding_agent_host.h38 virtual bool Activate() OVERRIDE;
/external/chromium_org/content/browser/mojo/
H A Dmojo_application_host.h31 // 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/
H A Ddevtools_target.h59 virtual bool Activate() const = 0;
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DWaitUntilObserver.h23 Activate, enumerator in enum:blink::FINAL::EventType
/external/chromium_org/tools/cr/cr/base/
H A Dplatform.py42 def Activate(self): member in class:Platform
43 super(Platform, self).Activate()
/external/chromium_org/chrome/browser/profile_resetter/
H A Dautomatic_profile_resetter_factory.cc53 service->Activate();
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dtracker_id_set.h31 void Activate(int64 tracker_id);
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dchrome_native_app_window_views_win.h45 virtual void Activate() OVERRIDE;
/external/chromium_org/chromeos/network/
H A Dnetwork_activation_handler.h36 void Activate(const std::string& service_path,
/external/chromium_org/ui/base/
H A Dbase_window.h71 virtual void Activate() = 0;
/external/chromium_org/win8/metro_driver/
H A Dchrome_url_launch_handler.h30 void Activate(winapp::Activation::IActivatedEventArgs* args);
/external/chromium_org/ash/
H A Dfocus_cycler.cc77 // Activate the most recently active browser window.
83 wm::GetWindowState(window)->Activate();
105 widget->Activate();
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view_focus_uitest.cc56 // of Activate() is not well defined and can vary by window manager.
80 browser()->window()->Activate();
85 browser2->window()->Activate();
/external/chromium_org/ui/views/
H A Daccessible_pane_view_unittest.cc84 widget->Activate();
113 widget_main->Activate();
127 widget_bar->Activate();
160 widget->Activate();
190 widget->Activate();
/external/chromium_org/ui/views/controls/button/
H A Dmenu_button.cc89 bool MenuButton::Activate() { function in class:views::MenuButton
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();

Completed in 531 milliseconds

123456789