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

  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.h 243 void WaitForSurface();
    [all...]
render_widget_host_impl.cc 732 WaitForSurface();
747 void RenderWidgetHostImpl::WaitForSurface() {
748 TRACE_EVENT0("browser", "RenderWidgetHostImpl::WaitForSurface");
781 DCHECK(!is_hidden_) << "WaitForSurface called while hidden!";
785 DCHECK(!in_get_backing_store_) << "WaitForSurface called recursively!";
806 TRACE_EVENT0("renderer_host", "WaitForSurface::WaitForUpdate");
824 TRACE_EVENT0("renderer_host", "WaitForSurface::Timeout");
    [all...]

Completed in 500 milliseconds