Searched refs:GetPopupYOffset (Results 1 – 9 of 9) sorted by relevance
26 int GetPopupYOffset() const override;
31 virtual int GetPopupYOffset() const = 0;
61 int GetPopupYOffset() const override;
656 (GetPopupXOffset() || GetPopupYOffset())) { in OnMouseEvent()901 int OsrWindowWin::GetPopupYOffset() const { in GetPopupYOffset() function in client::OsrWindowWin902 return render_handler_->GetPopupYOffset(); in GetPopupYOffset()908 y += GetPopupYOffset(); in ApplyPopupOffset()
85 int OsrRenderHandlerWinGL::GetPopupYOffset() const { in GetPopupYOffset() function in client::OsrRenderHandlerWinGL
132 int OsrRenderHandlerWinD3D11::GetPopupYOffset() const { in GetPopupYOffset() function in client::OsrRenderHandlerWinD3D11
107 int GetPopupYOffset() const;
128 int GetPopupYOffset() const;
1711 int BrowserWindowOsrGtk::GetPopupYOffset() const { in GetPopupYOffset() function in client::BrowserWindowOsrGtk1718 y += GetPopupYOffset(); in ApplyPopupOffset()