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

  /external/chromium_org/cc/input/
layer_scroll_offset_delegate.h 47 virtual void SetScrollableSize(gfx::SizeF scrollable_size) = 0;
  /external/chromium_org/content/public/browser/android/
synchronous_compositor_client.h 34 virtual void SetRootLayerScrollableSize(gfx::SizeF scrollable_size) = 0;
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_impl.h 81 virtual void SetScrollableSize(gfx::SizeF scrollable_size) OVERRIDE;
synchronous_compositor_impl.cc 466 void SynchronousCompositorImpl::SetScrollableSize(gfx::SizeF scrollable_size) {
469 compositor_client_->SetRootLayerScrollableSize(scrollable_size);
  /external/chromium_org/android_webview/browser/
in_process_view_renderer.h 90 virtual void SetRootLayerScrollableSize(gfx::SizeF scrollable_size) OVERRIDE;
in_process_view_renderer.cc 869 gfx::SizeF scrollable_size) {
870 client_->SetContentsSize(scrollable_size);
    [all...]
  /external/chromium_org/cc/layers/
layer_impl.cc 831 gfx::SizeF scrollable_size(max_scroll_offset_.x() + bounds_.width(),
837 viewport.width() / scrollable_size.width());
843 viewport.height() / scrollable_size.height());
    [all...]
layer_impl_unittest.cc 406 virtual void SetScrollableSize(gfx::SizeF scrollable_size) OVERRIDE {}
458 virtual void SetScrollableSize(gfx::SizeF scrollable_size) OVERRIDE {}
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc 606 gfx::Size scrollable_size = scrollable_->GetPreferredSize(); local
607 scrollable_->SetBoundsRect(gfx::Rect(scrollable_size));
610 std::min(scrollable_size.height(), kDialogMaxHeight));
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 2352 gfx::SizeF scrollable_size() const { function in class:cc::__anon6565::TestScrollOffsetDelegate
    [all...]

Completed in 776 milliseconds