Home | History | Annotate | Download | only in gfx

Lines Matching refs:ScreenWin

87 ScreenWin::ScreenWin()
92 ScreenWin::~ScreenWin() {
96 bool ScreenWin::IsDIPEnabled() {
100 gfx::Point ScreenWin::GetCursorScreenPoint() {
107 gfx::NativeWindow ScreenWin::GetWindowUnderCursor() {
113 gfx::NativeWindow ScreenWin::GetWindowAtScreenPoint(const gfx::Point& point) {
118 int ScreenWin::GetNumDisplays() const {
122 std::vector<gfx::Display> ScreenWin::GetAllDisplays() const {
126 gfx::Display ScreenWin::GetDisplayNearestWindow(gfx::NativeView window) const {
142 gfx::Display ScreenWin::GetDisplayNearestPoint(const gfx::Point& point) const {
154 gfx::Display ScreenWin::GetDisplayMatching(const gfx::Rect& match_rect) const {
161 gfx::Display ScreenWin::GetPrimaryDisplay() const {
174 void ScreenWin::AddObserver(DisplayObserver* observer) {
178 void ScreenWin::RemoveObserver(DisplayObserver* observer) {
182 void ScreenWin::OnWndProc(HWND hwnd,
195 HWND ScreenWin::GetHWNDFromNativeView(NativeView window) const {
200 NativeWindow ScreenWin::GetNativeWindowFromHWND(HWND hwnd) const {