HomeSort by relevance Sort by last modified time
    Searched refs:Activate (Results 1 - 25 of 231) 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/chrome/browser/instant/
instant_unload_handler.h 34 void Activate(TabContentsDelegateImpl* delegate);
  /external/chromium_org/chrome/browser/ui/app_list/
chrome_app_list_item.h 11 // all items are derived from this class and calls Activate when an item is
22 virtual void Activate(int event_flags) = 0;
  /external/chromium/chrome/browser/chromeos/
webui_menu_control.h 26 ACTIVATE_NO_CLOSE, // Activate the command without closing menu.
27 CLOSE_AND_ACTIVATE, // Close the menu and then activate the command.
35 virtual void Activate(ui::MenuModel* model,
  /external/chromium_org/chrome/browser/ui/search/
instant_unload_handler.h 49 void Activate(WebContentsDelegateImpl* delegate,
instant_unload_handler.cc 39 handler_->Activate(this, contents_.Pass(), index_);
84 void InstantUnloadHandler::Activate(WebContentsDelegateImpl* delegate,
  /external/chromium_org/ui/base/
base_window.h 57 // Show the window, but do not activate it. Does nothing if window
67 virtual void Activate() = 0;
  /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 65 void OverlayEventFilter::Activate(Delegate* delegate) {
  /external/chromium/chrome/browser/chromeos/status/
status_area_button.h 33 virtual bool Activate() OVERRIDE;
status_area_button.cc 78 bool StatusAreaButton::Activate() {
80 return views::MenuButton::Activate();
  /external/chromium/chrome/browser/ui/app_modal_dialogs/
app_modal_dialog.cc 26 tab_contents_->Activate();
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
tracker_set.cc 37 void TrackerSet::Activate(FileTracker* tracker) {
tracker_set.h 32 void Activate(FileTracker* tracker);
  /external/chromium_org/chrome/browser/ui/ash/launcher/
browser_shortcut_launcher_item_controller.h 37 virtual void Activate() OVERRIDE;
59 // Activate a browser - or advance to the next one on the list.
  /external/chromium_org/win8/metro_driver/
chrome_url_launch_handler.h 30 void Activate(winapp::Activation::IActivatedEventArgs* args);
  /external/chromium/chrome/browser/printing/
print_preview_tab_controller_unittest.cc 41 // Activate initiator_tab.
42 initiator_tab->Activate();
106 // Activate |tab_contents_1| tab.
107 tab_contents_1->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/telemetry/telemetry/core/
tab.py 53 def Activate(self):
63 self._inspector_backend.Activate()
  /external/chromium_org/ash/shell/
app_list.cc 101 static void Activate(Type type, int event_flags) {
134 void Activate(int event_flags) {
135 Activate(type_, event_flags);
243 static_cast<WindowTypeLauncherItem*>(item)->Activate(event_flags);
250 WindowTypeLauncherItem::Activate(example_result->type(), event_flags);
  /external/chromium_org/ui/views/
accessible_pane_view_unittest.cc 84 widget->Activate();
114 widget_main->Activate();
128 widget_bar->Activate();
162 widget->Activate();
192 widget->Activate();
  /external/chromium_org/ui/views/controls/button/
menu_button.cc 71 bool MenuButton::Activate() {
187 return Activate();
202 Activate();
221 if (Activate())
237 // WARNING: we may have been deleted by the time Activate returns.
238 bool ret = Activate();
241 // The Activate function returns false in most cases. In AURA if the
258 // 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...]

Completed in 552 milliseconds

1 2 3 4 5 6 7 8 910