Searched refs:PreferredReadbackFormat (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/content/public/browser/
H A Drender_widget_host.h252 virtual SkColorType PreferredReadbackFormat() = 0;
/external/chromium_org/content/browser/frame_host/
H A Drender_widget_host_view_child_frame.cc342 SkColorType RenderWidgetHostViewChildFrame::PreferredReadbackFormat() { function in class:content::RenderWidgetHostViewChildFrame
H A Drender_widget_host_view_child_frame.h159 virtual SkColorType PreferredReadbackFormat() OVERRIDE;
H A Drender_widget_host_view_guest.h156 virtual SkColorType PreferredReadbackFormat() OVERRIDE;
H A Drender_widget_host_view_guest.cc566 SkColorType RenderWidgetHostViewGuest::PreferredReadbackFormat() { function in class:content::RenderWidgetHostViewGuest
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_base.h165 virtual SkColorType PreferredReadbackFormat();
H A Drender_widget_host_impl.h169 virtual SkColorType PreferredReadbackFormat() OVERRIDE;
H A Drender_widget_host_view_android.h216 virtual SkColorType PreferredReadbackFormat() OVERRIDE;
H A Drender_widget_host_view_mac.h330 virtual SkColorType PreferredReadbackFormat() OVERRIDE;
H A Drender_widget_host_view_aura.h371 virtual SkColorType PreferredReadbackFormat() OVERRIDE;
H A Drender_widget_host_view_base.cc604 SkColorType RenderWidgetHostViewBase::PreferredReadbackFormat() { function in class:content::RenderWidgetHostViewBase
H A Drender_widget_host_impl.cc2402 SkColorType RenderWidgetHostImpl::PreferredReadbackFormat() { function in class:content::RenderWidgetHostImpl
2404 return view_->PreferredReadbackFormat();
H A Drender_widget_host_view_android.cc1783 SkColorType RenderWidgetHostViewAndroid::PreferredReadbackFormat() { function in class:content::RenderWidgetHostViewAndroid
H A Drender_widget_host_view_aura.cc2566 SkColorType RenderWidgetHostViewAura::PreferredReadbackFormat() { function in class:content::RenderWidgetHostViewAura

Completed in 397 milliseconds