Home
last modified time | relevance | path

Searched refs:GetPopupYOffset (Results 1 – 9 of 9) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Dosr_render_handler_win_gl.h26 int GetPopupYOffset() const override;
Dosr_render_handler_win.h31 virtual int GetPopupYOffset() const = 0;
Dosr_render_handler_win_d3d11.h61 int GetPopupYOffset() const override;
Dosr_window_win.cc656 (GetPopupXOffset() || GetPopupYOffset())) { in OnMouseEvent()
901 int OsrWindowWin::GetPopupYOffset() const { in GetPopupYOffset() function in client::OsrWindowWin
902 return render_handler_->GetPopupYOffset(); in GetPopupYOffset()
908 y += GetPopupYOffset(); in ApplyPopupOffset()
Dosr_render_handler_win_gl.cc85 int OsrRenderHandlerWinGL::GetPopupYOffset() const { in GetPopupYOffset() function in client::OsrRenderHandlerWinGL
Dosr_render_handler_win_d3d11.cc132 int OsrRenderHandlerWinD3D11::GetPopupYOffset() const { in GetPopupYOffset() function in client::OsrRenderHandlerWinD3D11
Dosr_window_win.h107 int GetPopupYOffset() const;
Dbrowser_window_osr_gtk.h128 int GetPopupYOffset() const;
Dbrowser_window_osr_gtk.cc1711 int BrowserWindowOsrGtk::GetPopupYOffset() const { in GetPopupYOffset() function in client::BrowserWindowOsrGtk
1718 y += GetPopupYOffset(); in ApplyPopupOffset()