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,
157 const gfx::SizeF& scrollable_size_dip);
browser_view_renderer.cc 614 const gfx::SizeF& scrollable_size_dip,
624 RootLayerStateAsValue(total_scroll_offset_dip, scrollable_size_dip)
637 scrollable_size_dip, local
646 const gfx::SizeF& scrollable_size_dip) {
655 state->SetDouble("scrollable_size_dip.width", scrollable_size_dip.width());
656 state->SetDouble("scrollable_size_dip.height", scrollable_size_dip.height());

Completed in 36 milliseconds