/external/chromium_org/chrome/browser/ui/views/frame/ |
D | native_browser_frame.h | 33 virtual void GetWindowPlacement(gfx::Rect* bounds,
|
D | browser_frame_ash.h | 42 virtual void GetWindowPlacement(
|
D | desktop_browser_frame_aura.h | 50 virtual void GetWindowPlacement(
|
D | browser_frame.cc | 195 void BrowserFrame::GetWindowPlacement(gfx::Rect* bounds, in GetWindowPlacement() function in BrowserFrame 197 return native_browser_frame_->GetWindowPlacement(bounds, show_state); in GetWindowPlacement()
|
D | desktop_browser_frame_aura.cc | 98 void DesktopBrowserFrameAura::GetWindowPlacement( in GetWindowPlacement() function in DesktopBrowserFrameAura
|
D | browser_frame.h | 86 void GetWindowPlacement(gfx::Rect* bounds,
|
D | browser_frame_ash.cc | 106 void BrowserFrameAsh::GetWindowPlacement( in GetWindowPlacement() function in BrowserFrameAsh
|
D | browser_view.cc | 837 frame_->GetWindowPlacement(&bounds, &state); in GetRestoredBounds() 844 frame_->GetWindowPlacement(&bounds, &state); in GetRestoredState()
|
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/ |
D | window_capture_utils.cc | 25 if (!GetWindowPlacement(window, &window_placement)) { in GetCroppedWindowRect()
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
D | desktop_window_tree_host.h | 86 virtual void GetWindowPlacement(gfx::Rect* bounds,
|
D | desktop_window_tree_host_x11.h | 106 virtual void GetWindowPlacement(
|
D | desktop_window_tree_host_win.cc | 247 void DesktopWindowTreeHostWin::GetWindowPlacement( in GetWindowPlacement() function in views::DesktopWindowTreeHostWin 250 message_handler_->GetWindowPlacement(bounds, show_state); in GetWindowPlacement()
|
D | desktop_window_tree_host_win.h | 64 virtual void GetWindowPlacement(
|
D | desktop_native_widget_aura.h | 123 virtual void GetWindowPlacement(
|
D | desktop_native_widget_aura.cc | 656 void DesktopNativeWidgetAura::GetWindowPlacement( in GetWindowPlacement() function in views::DesktopNativeWidgetAura 660 desktop_window_tree_host_->GetWindowPlacement(bounds, maximized); in GetWindowPlacement()
|
/external/chromium_org/ui/views/widget/ |
D | native_widget_private.h | 156 virtual void GetWindowPlacement(
|
D | native_widget_mac.h | 53 virtual void GetWindowPlacement(
|
D | native_widget_aura.h | 79 virtual void GetWindowPlacement(
|
D | native_widget_mac.mm | 236 void NativeWidgetMac::GetWindowPlacement(gfx::Rect* bounds,
|
D | native_widget_aura.cc | 345 void NativeWidgetAura::GetWindowPlacement( in GetWindowPlacement() function in views::NativeWidgetAura
|
D | widget.cc | 1430 native_widget_->GetWindowPlacement(&bounds, &show_state); in SaveWindowPlacement()
|
/external/chromium_org/chrome/browser/ui/views/panels/ |
D | panel_view.cc | 194 if (!::GetWindowPlacement(native_window, &placement)) in VerifySystemMinimizeState() 205 if (!owner_window || !::GetWindowPlacement(owner_window, &placement)) in VerifySystemMinimizeState()
|
/external/chromium_org/build/win/importlibs/x86/ |
D | user32.winxp.imports | 367 'GetWindowPlacement@8',
|
/external/chromium_org/ui/views/win/ |
D | hwnd_message_handler.h | 132 void GetWindowPlacement(gfx::Rect* bounds,
|
D | hwnd_message_handler.cc | 474 GetWindowPlacement(&bounds, NULL); in GetRestoredBounds() 486 void HWNDMessageHandler::GetWindowPlacement( in GetWindowPlacement() function in views::HWNDMessageHandler 491 const bool succeeded = !!::GetWindowPlacement(hwnd(), &wp); in GetWindowPlacement()
|