Home
last modified time | relevance | path

Searched refs:add_layer (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Dosr_render_handler_win_d3d11.cc99 composition_->add_layer(browser_layer_); in Initialize()
148 composition_->add_layer(popup_layer_); in OnPopupShow()
Dosr_d3d11_win.h291 void add_layer(const std::shared_ptr<Layer>& layer);
Dosr_d3d11_win.cc862 void Composition::add_layer(const std::shared_ptr<Layer>& layer) { in add_layer() function in client::d3d11::Composition