Searched refs:top_window (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dhtml_dialog_impl.cc163 HWND top_window = static_cast<HWND>(window);
164 LONG_PTR style = ::GetWindowLongPtrW(top_window, GWL_STYLE);
165 ::SetWindowLongPtrW(top_window, GWL_STYLE, style & ~WS_SYSMENU);
167 ::SendMessageW(top_window, WM_SETICON, ICON_SMALL,
/external/chromium_org/ash/wm/
H A Dwindow_positioner.cc227 aura::Window* top_window = GetReferenceWindow(target, NULL, NULL); local
229 if (top_window == new_window)
230 top_window = NULL;
234 if (!top_window) {
249 bool maximized = wm::GetWindowState(top_window)->IsMaximized();
259 *bounds_in_out = top_window->GetBoundsInScreen();
/external/chromium_org/ui/gfx/win/
H A Dhwnd_util.cc126 HWND top_window = ::GetAncestor(window, GA_ROOT); local
127 if (!top_window)
131 return (top_window == active_top_window);
/external/chromium_org/chrome_frame/
H A Dchrome_frame_activex.cc43 // Add |cf_window| to the set of windows registered under |top_window|.
44 void AddMapping(HWND top_window, HWND cf_window) { argument
46 top_window_map_[top_window].push_back(cf_window);
644 HWND top_window = ::GetAncestor(parent_wnd, GA_ROOT);
645 chrome_wndproc_hook_ = InstallLocalWindowHook(top_window);
647 TopLevelWindowMapping::GetInstance()->AddMapping(top_window, m_hWnd);
/external/chromium_org/ui/views/focus/
H A Dfocus_manager.cc79 HWND top_window = widget_->GetNativeView();
81 if ((active_window == top_window || ::IsChild(active_window, top_window)) &&

Completed in 661 milliseconds