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

  /external/chromium_org/android_webview/browser/
browser_view_renderer.h 130 const gfx::SizeF& scrollable_size_dip,
164 const gfx::SizeF& scrollable_size_dip);
browser_view_renderer.cc 655 const gfx::SizeF& scrollable_size_dip,
665 RootLayerStateAsValue(total_scroll_offset_dip, scrollable_size_dip)
678 scrollable_size_dip, local
687 const gfx::SizeF& scrollable_size_dip) {
696 state->SetDouble("scrollable_size_dip.width", scrollable_size_dip.width());
697 state->SetDouble("scrollable_size_dip.height", scrollable_size_dip.height());

Completed in 240 milliseconds