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

1 2

  /external/chromium_org/chrome/browser/ui/views/frame/
native_browser_frame.h 33 virtual void GetWindowPlacement(gfx::Rect* bounds,
browser_frame_ash.h 42 virtual void GetWindowPlacement(
desktop_browser_frame_aura.h 50 virtual void GetWindowPlacement(
desktop_browser_frame_aura.cc 98 void DesktopBrowserFrameAura::GetWindowPlacement(
browser_frame.h 86 void GetWindowPlacement(gfx::Rect* bounds,
browser_frame_ash.cc 106 void BrowserFrameAsh::GetWindowPlacement(
browser_frame.cc 195 void BrowserFrame::GetWindowPlacement(gfx::Rect* bounds,
197 return native_browser_frame_->GetWindowPlacement(bounds, show_state);
browser_view.cc 837 frame_->GetWindowPlacement(&bounds, &state);
844 frame_->GetWindowPlacement(&bounds, &state);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
window_capture_utils.cc 25 if (!GetWindowPlacement(window, &window_placement)) {
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host.h 86 virtual void GetWindowPlacement(gfx::Rect* bounds,
desktop_window_tree_host_x11.h 106 virtual void GetWindowPlacement(
desktop_native_widget_aura.h 123 virtual void GetWindowPlacement(
desktop_window_tree_host_win.h 64 virtual void GetWindowPlacement(
desktop_native_widget_aura.cc 656 void DesktopNativeWidgetAura::GetWindowPlacement(
660 desktop_window_tree_host_->GetWindowPlacement(bounds, maximized);
    [all...]
desktop_window_tree_host_win.cc 247 void DesktopWindowTreeHostWin::GetWindowPlacement(
250 message_handler_->GetWindowPlacement(bounds, show_state);
    [all...]
desktop_window_tree_host_x11.cc 428 void DesktopWindowTreeHostX11::GetWindowPlacement(
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_mac.h 53 virtual void GetWindowPlacement(
native_widget_private.h 156 virtual void GetWindowPlacement(
native_widget_aura.h 79 virtual void GetWindowPlacement(
native_widget_aura.cc 345 void NativeWidgetAura::GetWindowPlacement(
    [all...]
widget.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
multimon.h 207 if(IsIconic(hWnd) ? GetWindowPlacement(hWnd,&wp) : GetWindowRect(hWnd,&wp.rcNormalPosition)) return xMonitorFromRect(&wp.rcNormalPosition,dwFlags);
  /external/chromium_org/ui/views/win/
hwnd_message_handler.h 132 void GetWindowPlacement(gfx::Rect* bounds,
hwnd_message_handler.cc 474 GetWindowPlacement(&bounds, NULL);
486 void HWNDMessageHandler::GetWindowPlacement(
491 const bool succeeded = !!::GetWindowPlacement(hwnd(), &wp);
496 // GetWindowPlacement can return misleading position if a normalized
    [all...]
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_view.cc 194 if (!::GetWindowPlacement(native_window, &placement))
205 if (!owner_window || !::GetWindowPlacement(owner_window, &placement))
    [all...]

Completed in 210 milliseconds

1 2