Searched refs:SetPosImpl (Results 1 – 2 of 2) sorted by relevance
/third_party/cef/tests/cefclient/browser/ |
D | window_test_runner_win.cc | 30 void SetPosImpl(CefRefPtr<CefBrowser> browser, in SetPosImpl() function 104 SetPosImpl(browser, x, y, width, height); in SetPos() 107 MAIN_POST_CLOSURE(base::BindOnce(SetPosImpl, browser, x, y, width, height)); in SetPos()
|
D | window_test_runner_gtk.cc | 37 void SetPosImpl(CefRefPtr<CefBrowser> browser, in SetPosImpl() function 118 MAIN_POST_CLOSURE(base::BindOnce(SetPosImpl, browser, x, y, width, height)); in SetPos()
|