Searched defs:OnSnapshotDataReceived (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_impl.cc2290 OnSnapshotDataReceived(snapshot_id, &png.front(), png.size());
2303 void RenderWidgetHostImpl::OnSnapshotDataReceived(int snapshot_id, function in class:content::RenderWidgetHostImpl
2323 OnSnapshotDataReceived(snapshot_id, png_data->front(), png_data->size());
2325 OnSnapshotDataReceived(snapshot_id, NULL, 0);

Completed in 141 milliseconds