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

1 2 3 4

  /external/chromium/chrome/browser/instant/
instant_unload_handler.h 34 void Activate(TabContentsDelegateImpl* delegate);
instant_unload_handler.cc 43 handler_->Activate(this);
110 void InstantUnloadHandler::Activate(TabContentsDelegateImpl* delegate) {
  /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/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/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();
print_preview_tab_controller.cc 53 preview_tab->Activate();
176 preview_tab->tab_contents()->Activate();
  /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/chrome/browser/ui/views/frame/
browser_frame_win.h 58 virtual void Activate() OVERRIDE;
browser_frame_win.cc 149 void BrowserFrameWin::Activate() {
152 // remote desktop will be activated. However, WindowWin::Activate will still
158 WindowWin::Activate();
  /external/chromium/chrome/browser/debugger/
devtools_window.h 46 void Activate();
  /external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/provider/
BytestreamsProvider.java 55 else if (elementName.equals(Bytestream.Activate.ELEMENTNAME)) {
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.h 72 // must call Activate() before performing any GL operations.
77 // created by the host application). You do not need to call Activate() as
84 bool Activate();
gl_env.cpp 88 bool GLEnv::Activate() {
89 ALOGV("Activate()");
215 return wasActive ? Activate() : true;
278 return Activate();
328 ALOGE("EGL Error: Attempting to activate context with bad display!");
331 ALOGE("EGL Error: Attempting to activate context with bad surface!");
334 ALOGE("EGL Error: Attempting to activate context, which is "
  /external/chromium/chrome/browser/chromeos/frame/
panel_browser_view.cc 148 Activate();
  /external/chromium/chrome/browser/notifications/
balloon_host.h 104 virtual void Activate() {}
  /external/chromium/chrome/browser/tab_contents/
background_contents.h 113 virtual void Activate() {}
  /external/chromium/chrome/browser/ui/
browser_window.h 54 // Show the window, but do not activate it. Does nothing if window
72 virtual void Activate() = 0;
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_cocoa.h 39 virtual void Activate();
  /external/chromium/chrome/browser/ui/panels/
panel.h 46 virtual void Activate();
  /external/chromium/chrome/browser/ui/views/
js_modal_dialog_views.cc 53 window()->Activate();
  /frameworks/base/media/mca/filterfw/jni/
jni_gl_environment.cpp 102 return gl_env ? ToJBool(gl_env->Activate()) : JNI_FALSE;
361 return gl_env ? ToJBool(gl_env->SwitchToSurfaceId(surfaceId) && gl_env->Activate()) : JNI_FALSE;
  /external/chromium/chrome/browser/
browser_focus_uitest.cc 229 // of Activate() is not well defined and can vary by window manager.
250 browser()->window()->Activate();
255 browser2->window()->Activate();
290 // Activate the tab.
293 // Activate the location bar or the page.
303 // Activate the tab.
390 // On X11, calling Activate() is not guaranteed to move focus, so we have
413 // Activate the first browser.
414 focused_browser->window()->Activate();
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
network_selection_view.cc 103 // NetworkDropdownButton with custom Activate() behavior.
113 virtual bool Activate() {
115 return MenuButton::Activate();

Completed in 519 milliseconds

1 2 3 4