HomeSort by relevance Sort by last modified time
    Searched defs:ParentOutputSurface (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/android_webview/browser/
parent_output_surface.h 12 class ParentOutputSurface : NON_EXPORTED_BASE(public cc::OutputSurface) {
14 explicit ParentOutputSurface(
16 virtual ~ParentOutputSurface();
26 DISALLOW_COPY_AND_ASSIGN(ParentOutputSurface);
parent_output_surface.cc 12 ParentOutputSurface::ParentOutputSurface(
18 ParentOutputSurface::~ParentOutputSurface() {
21 void ParentOutputSurface::SwapBuffers(cc::CompositorFrame* frame) {
26 void ParentOutputSurface::SetDrawConstraints(const gfx::Size& surface_size,

Completed in 59 milliseconds