OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_frame_info_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.cc
549
if (
last_frame_info_
) {
550
InternalSwapCompositorFrame(
last_frame_info_
->output_surface_id,
551
last_frame_info_
->frame.Pass());
552
last_frame_info_
.reset();
[
all
...]
render_widget_host_view_android.h
422
scoped_ptr<LastFrameInfo>
last_frame_info_
;
member in class:content::RenderWidgetHostViewAndroid
Completed in 30 milliseconds