Searched refs:osr_window_ (Results 1 – 2 of 2) sorted by relevance
/third_party/cef/tests/cefclient/browser/ |
D | browser_window_osr_win.cc | 15 osr_window_ = new OsrWindowWin(this, settings); in BrowserWindowOsrWin() 16 client_handler_ = new ClientHandlerOsr(this, osr_window_.get(), startup_url); in BrowserWindowOsrWin() 29 osr_window_->CreateBrowser(parent_handle, wnd_rect, client_handler_, settings, in CreateBrowser() 42 osr_window_->settings().shared_texture_enabled; in GetPopupConfig() 44 osr_window_->settings().external_begin_frame_enabled; in GetPopupConfig() 58 if (osr_window_) in ShowPopup() 59 osr_window_->ShowPopup(parent_handle, x, y, width, height); in ShowPopup() 64 if (osr_window_) in Show() 65 osr_window_->Show(); in Show() 70 if (osr_window_) in Hide() [all …]
|
D | browser_window_osr_win.h | 57 scoped_refptr<OsrWindowWin> osr_window_; variable
|