HomeSort by relevance Sort by last modified time
    Searched full:last_focused_window (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ui/views/win/
hwnd_message_handler_delegate.h 163 // Called when focus shifted to this HWND from |last_focused_window|.
164 virtual void HandleNativeFocus(HWND last_focused_window) = 0;
hwnd_message_handler.h 452 void OnSetFocus(HWND last_focused_window);
hwnd_message_handler.cc     [all...]
  /external/chromium_org/ui/wm/core/
focus_controller.cc 133 aura::Window* last_focused_window = focused_window_; local
139 bool activation_changed_focus = last_focused_window != focused_window_;
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_win.h 179 virtual void HandleNativeFocus(HWND last_focused_window) OVERRIDE;
desktop_window_tree_host_win.cc 823 void DesktopWindowTreeHostWin::HandleNativeFocus(HWND last_focused_window) {
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.cc 871 if (!MatchesBool(params->query_info.last_focused_window.get(),
    [all...]

Completed in 1235 milliseconds