HomeSort by relevance Sort by last modified time
    Searched refs:top_window (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/installer/util/
html_dialog_impl.cc 168 HWND top_window = static_cast<HWND>(window);
169 LONG_PTR style = ::GetWindowLongPtrW(top_window, GWL_STYLE);
170 ::SetWindowLongPtrW(top_window, GWL_STYLE, style & ~WS_SYSMENU);
172 ::SendMessageW(top_window, WM_SETICON, ICON_SMALL,
  /external/chromium_org/ui/gfx/win/
hwnd_util.cc 126 HWND top_window = ::GetAncestor(window, GA_ROOT); local
127 if (!top_window)
131 return (top_window == active_top_window);
  /external/chromium_org/ash/wm/
window_positioner.cc 255 aura::Window* top_window = GetReferenceWindow(target, NULL, NULL); local
257 if (top_window == new_window)
258 top_window = NULL;
262 if (!top_window) {
277 wm::WindowState* top_window_state = wm::GetWindowState(top_window);
305 *bounds_in_out = top_window->GetBoundsInScreen();

Completed in 149 milliseconds