Home
last modified time | relevance | path

Searched refs:GetWindowPlacement (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/views/frame/
Dnative_browser_frame.h33 virtual void GetWindowPlacement(gfx::Rect* bounds,
Dbrowser_frame_ash.h42 virtual void GetWindowPlacement(
Ddesktop_browser_frame_aura.h50 virtual void GetWindowPlacement(
Dbrowser_frame.cc195 void BrowserFrame::GetWindowPlacement(gfx::Rect* bounds, in GetWindowPlacement() function in BrowserFrame
197 return native_browser_frame_->GetWindowPlacement(bounds, show_state); in GetWindowPlacement()
Ddesktop_browser_frame_aura.cc98 void DesktopBrowserFrameAura::GetWindowPlacement( in GetWindowPlacement() function in DesktopBrowserFrameAura
Dbrowser_frame.h86 void GetWindowPlacement(gfx::Rect* bounds,
Dbrowser_frame_ash.cc106 void BrowserFrameAsh::GetWindowPlacement( in GetWindowPlacement() function in BrowserFrameAsh
Dbrowser_view.cc837 frame_->GetWindowPlacement(&bounds, &state); in GetRestoredBounds()
844 frame_->GetWindowPlacement(&bounds, &state); in GetRestoredState()
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
Dwindow_capture_utils.cc25 if (!GetWindowPlacement(window, &window_placement)) { in GetCroppedWindowRect()
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_window_tree_host.h86 virtual void GetWindowPlacement(gfx::Rect* bounds,
Ddesktop_window_tree_host_x11.h106 virtual void GetWindowPlacement(
Ddesktop_window_tree_host_win.cc247 void DesktopWindowTreeHostWin::GetWindowPlacement( in GetWindowPlacement() function in views::DesktopWindowTreeHostWin
250 message_handler_->GetWindowPlacement(bounds, show_state); in GetWindowPlacement()
Ddesktop_window_tree_host_win.h64 virtual void GetWindowPlacement(
Ddesktop_native_widget_aura.h123 virtual void GetWindowPlacement(
Ddesktop_native_widget_aura.cc656 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/
Dnative_widget_private.h156 virtual void GetWindowPlacement(
Dnative_widget_mac.h53 virtual void GetWindowPlacement(
Dnative_widget_aura.h79 virtual void GetWindowPlacement(
Dnative_widget_mac.mm236 void NativeWidgetMac::GetWindowPlacement(gfx::Rect* bounds,
Dnative_widget_aura.cc345 void NativeWidgetAura::GetWindowPlacement( in GetWindowPlacement() function in views::NativeWidgetAura
Dwidget.cc1430 native_widget_->GetWindowPlacement(&bounds, &show_state); in SaveWindowPlacement()
/external/chromium_org/chrome/browser/ui/views/panels/
Dpanel_view.cc194 if (!::GetWindowPlacement(native_window, &placement)) in VerifySystemMinimizeState()
205 if (!owner_window || !::GetWindowPlacement(owner_window, &placement)) in VerifySystemMinimizeState()
/external/chromium_org/build/win/importlibs/x86/
Duser32.winxp.imports367 'GetWindowPlacement@8',
/external/chromium_org/ui/views/win/
Dhwnd_message_handler.h132 void GetWindowPlacement(gfx::Rect* bounds,
Dhwnd_message_handler.cc474 GetWindowPlacement(&bounds, NULL); in GetRestoredBounds()
486 void HWNDMessageHandler::GetWindowPlacement( in GetWindowPlacement() function in views::HWNDMessageHandler
491 const bool succeeded = !!::GetWindowPlacement(hwnd(), &wp); in GetWindowPlacement()

12