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

1 2 3 4 5 6 7 8 910

  /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/public/browser/
devtools_target.h 59 virtual bool Activate() const = 0;
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
WaitUntilObserver.h 25 Activate,
  /external/chromium_org/tools/cr/
main.py 51 cr.plugin.Activate()
58 cr.plugin.Activate()
63 cr.plugin.Activate()
  /external/chromium_org/ash/wm/
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/chrome/browser/ui/views/apps/
chrome_native_app_window_views_win.h 45 virtual void 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 52 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/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/shell/browser/
shell_devtools_frontend.h 33 void Activate();
  /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 72 bool MenuButton::Activate() {
174 return Activate();
188 Activate();
207 !Activate()) {
208 // When |Activate()| returns |false|, it means that a menu is shown and
225 // WARNING: we may have been deleted by the time Activate returns.
226 Activate();
242 // we always activate the menu on key press.
  /external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/packet/
Bytestream.java 39 private Activate toActivate;
192 * Returns the activate element of the packet sent to the proxy host to verify the identity of
195 * @return Returns the activate element of the packet sent to the proxy host to verify the
198 public Activate getToActivate() {
203 * Upon the response from the target of the used host the activate packet is sent to the SOCKS5
204 * proxy. The proxy will activate the stream or return an error after verifying the identity of
205 * the initiator, using the activate packet.
210 this.toActivate = new Activate(targetID);
398 * The packet sent by the stream initiator to the stream proxy to activate the connection.
402 public static class Activate implements PacketExtension {
    [all...]
  /external/chromium_org/athena/content/
content_app_model_builder.cc 57 virtual void Activate(int event_flags) OVERRIDE {
89 virtual void Activate(int event_flags) OVERRIDE {

Completed in 1038 milliseconds

1 2 3 4 5 6 7 8 910