Home
last modified time | relevance | path

Searched refs:ScopedBinder (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Dosr_d3d11_win.h48 class ScopedBinder {
50 ScopedBinder(const std::shared_ptr<Context>& ctx, in ScopedBinder() function
57 ~ScopedBinder() { in ~ScopedBinder()
66 DISALLOW_COPY_AND_ASSIGN(ScopedBinder);
Dosr_d3d11_win.cc831 ScopedBinder<Geometry> quad_binder(ctx, geometry_); in render_texture()
832 ScopedBinder<Effect> fx_binder(ctx, effect_); in render_texture()
833 ScopedBinder<Texture2D> tex_binder(ctx, texture); in render_texture()