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

  /external/chromium_org/content/browser/frame_host/
render_widget_host_view_child_frame.h 56 virtual gfx::Size GetPhysicalBackingSize() const OVERRIDE;
render_widget_host_view_guest.h 59 virtual gfx::Size GetPhysicalBackingSize() const OVERRIDE;
render_widget_host_view_guest.cc 150 gfx::Size RenderWidgetHostViewGuest::GetPhysicalBackingSize() const {
151 return RenderWidgetHostViewBase::GetPhysicalBackingSize();
render_widget_host_view_child_frame.cc 92 gfx::Size RenderWidgetHostViewChildFrame::GetPhysicalBackingSize() const {
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_base.h 123 virtual gfx::Size GetPhysicalBackingSize() const;
render_widget_host_view_android.h 101 virtual gfx::Size GetPhysicalBackingSize() const OVERRIDE;
render_widget_host_view_base.cc 397 gfx::Size RenderWidgetHostViewBase::GetPhysicalBackingSize() const {
render_widget_host_unittest.cc 326 virtual gfx::Size GetPhysicalBackingSize() const OVERRIDE {
329 return TestRenderWidgetHostView::GetPhysicalBackingSize();
    [all...]
render_widget_host_view_android.cc 473 gfx::Size RenderWidgetHostViewAndroid::GetPhysicalBackingSize() const {
477 return content_view_core_->GetPhysicalBackingSize();
    [all...]
render_widget_host_view_aura_unittest.cc     [all...]
render_widget_host_impl.cc 577 physical_backing_size_ = view_->GetPhysicalBackingSize();
    [all...]
  /external/chromium_org/content/browser/android/
content_view_core_impl.h 317 gfx::Size GetPhysicalBackingSize() const;
content_view_core_impl.cc 741 gfx::Size ContentViewCoreImpl::GetPhysicalBackingSize() const {
    [all...]

Completed in 108 milliseconds