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

1 2 3 4 5 67 8 910

  /external/chromium_org/ash/wm/overview/
window_selector.cc 255 SelectedWindow()->SelectionWindow())->Activate();
  /external/chromium_org/ash/wm/
window_state.cc 197 void WindowState::Activate() {
window_cycle_controller_unittest.cc 100 // Cycling should activate the window.
213 window1_state->Activate();
236 window0_state->Activate();
  /external/chromium_org/chrome/browser/ui/extensions/
application_launch.cc 246 browser->window()->Activate();
  /external/chromium_org/chrome/browser/ui/views/ash/
tab_scrubber_browsertest.cc 286 browser2->window()->Activate();
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.h 258 virtual void Activate() OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_stack_view.cc 347 // and activate the most recently active panel.
355 panel_to_focus->Activate();
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_action_view.cc 296 bool BrowserActionButton::Activate() {
319 // See comments in MenuButton::Activate() as to why this is needed.
  /external/chromium_org/content/shell/browser/
shell.cc 389 devtools_frontend_->Activate();
  /external/chromium_org/ui/views/widget/
native_widget_aura_unittest.cc 427 widget->Activate();
widget.h 465 // Like Show(), but does not activate the window.
469 void Activate();
    [all...]
native_widget_aura.cc 493 Activate();
505 void NativeWidgetAura::Activate() {
    [all...]
widget_interactive_uitest.cc 516 widget1->Activate();
522 widget2->Activate();
576 // class activate the widget only when the underlying window becomes really
577 // active. Previously we would activate the widget in the WM_NCACTIVATE
    [all...]
  /external/chromium_org/ui/views/win/
hwnd_message_handler.h 156 void Activate();
  /external/chromium_org/v8/src/arm64/
code-stubs-arm64.h 328 void Activate(Code* code) {
  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.h 418 void Activate(Code* code) {
  /external/chromium_org/v8/src/mips/
code-stubs-mips.h 359 void Activate(Code* code) {
  /external/chromium_org/v8/src/x64/
code-stubs-x64.h 400 void Activate(Code* code) {
  /external/chromium_org/v8/src/x87/
code-stubs-x87.h 394 void Activate(Code* code) {
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
SDL_epocevents.cpp 183 Private->EPOC_WindowGc->Activate(Private->EPOC_WsWindow);
205 w.Activate();
  /external/chromium_org/chrome/browser/devtools/
devtools_window.cc 457 // undocked, we show (activate) it.
774 browser_->window()->Activate();
931 browser_->window()->Activate();
    [all...]
  /external/chromium_org/chrome/browser/ui/panels/
panel.cc 291 void Panel::Activate() {
462 // activate a minimized panel on mouse-down regardless of our attempts to
467 // might minimize the panel and we do not want to activate it to make it
472 Activate();
  /external/chromium_org/media/audio/win/
core_audio_util_win.cc 355 if (FAILED(device->Activate(__uuidof(IDeviceTopology), CLSCTX_ALL, NULL,
475 HRESULT hr = audio_device->Activate(__uuidof(IAudioClient),
479 DVLOG_IF(1, FAILED(hr)) << "IMMDevice::Activate: " << std::hex << hr;
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_win.cc 291 void DesktopWindowTreeHostWin::Activate() {
292 message_handler_->Activate();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mstask.h     [all...]

Completed in 1620 milliseconds

1 2 3 4 5 67 8 910