Home
last modified time | relevance | path

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

/external/chromium_org/android_webview/browser/
Dparent_output_surface.h23 void SetDrawConstraints(const gfx::Size& surface_size, const gfx::Rect& clip); in NON_EXPORTED_BASE()
Dparent_output_surface.cc26 void ParentOutputSurface::SetDrawConstraints(const gfx::Size& surface_size, in SetDrawConstraints() function in android_webview::ParentOutputSurface
Dhardware_renderer.cc140 output_surface_->SetDrawConstraints(viewport_, clip_); in DidBeginMainFrame()