/external/chromium_org/cc/trees/ |
layer_tree_host_perftest.cc | 230 scrollable_->SetScrollOffset(scrollable_->scroll_offset() + delta);
|
layer_tree_host_unittest_animation.cc | 999 if (scroll_layer_->scroll_offset().x() > 10 && 1000 scroll_layer_->scroll_offset().y() > 20)
|
layer_tree_host_unittest_damage.cc | 505 scroll_layer->SetScrollOffset(scroll_layer->scroll_offset());
|
layer_tree_host.cc | [all...] |
layer_tree_host_impl_unittest.cc | 422 gfx::Vector2d scroll_offset(20, 30); 428 root->SetScrollOffset(scroll_offset); [all...] |
layer_tree_host_common.cc | 1505 gfx::Vector2dF scroll_offset = GetEffectiveTotalScrollOffset(layer); local [all...] |
layer_tree_host_impl.cc | 436 RootScrollLayer()->scroll_offset() + RootScrollLayer()->ScrollDelta(); [all...] |
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_guest.h | 77 const gfx::Vector2d& scroll_offset,
|
render_widget_host_view_android.h | 88 const gfx::Vector2d& scroll_offset,
|
render_widget_host_view_gtk.h | 77 const gfx::Vector2d& scroll_offset,
|
render_widget_host_view_aura.cc | 798 const gfx::Vector2d& scroll_offset, 811 gfx::Rect view_port(scroll_offset.x(), scroll_offset.y(), view_bounds.width(), 817 moves[i].window_rect.OffsetFromOrigin() + scroll_offset); [all...] |
render_widget_host_view_aura.h | 175 const gfx::Vector2d& scroll_offset, [all...] |
render_widget_host_view_mac.h | 246 const gfx::Vector2d& scroll_offset,
|
render_widget_host_view_win.h | 177 const gfx::Vector2d& scroll_offset,
|
render_widget_host_impl.cc | [all...] |
render_widget_host_view_android.cc | 325 const gfx::Vector2d& scroll_offset, [all...] |
render_widget_host_view_gtk.cc | 754 const gfx::Vector2d& scroll_offset, [all...] |
/external/chromium_org/content/renderer/accessibility/ |
renderer_accessibility_complete.cc | 121 gfx::Size scroll_offset = document.frame()->scrollOffset(); 122 if (scroll_offset != last_scroll_offset_) { 128 last_scroll_offset_ = scroll_offset;
|
/external/chromium_org/webkit/renderer/compositor_bindings/ |
web_layer_impl.cc | 247 return gfx::PointAtOffsetFromOrigin(layer_->scroll_offset());
|
/external/chromium_org/content/browser/android/ |
content_view_core_impl.cc | 393 const gfx::Vector2dF& scroll_offset, 416 scroll_offset.x(), 417 scroll_offset.y(), [all...] |
content_view_core_impl.h | 252 void UpdateFrameInfo(const gfx::Vector2dF& scroll_offset,
|
/external/chromium_org/content/common/browser_plugin/ |
browser_plugin_messages.h | 112 IPC_STRUCT_MEMBER(gfx::Point, scroll_offset)
|
/external/chromium_org/content/test/ |
test_render_view_host.h | 97 const gfx::Vector2d& scroll_offset,
|
/external/chromium_org/content/renderer/ |
render_widget.cc | [all...] |
render_view_impl.cc | 5487 WebSize scroll_offset = webview()->mainFrame()->scrollOffset(); local [all...] |