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

  /external/chromium_org/android_webview/browser/
browser_view_renderer.cc 193 size_t width = last_on_draw_global_visible_rect_.width();
194 size_t height = last_on_draw_global_visible_rect_.height();
245 last_on_draw_global_visible_rect_ = global_visible_rect;
275 if (last_on_draw_global_visible_rect_.IsEmpty() &&
319 last_on_draw_global_visible_rect_.IsEmpty()) {
322 viewport_rect_for_tile_priority = last_on_draw_global_visible_rect_;
855 last_on_draw_global_visible_rect_.ToString().c_str());
browser_view_renderer.h 211 gfx::Rect last_on_draw_global_visible_rect_; member in class:android_webview::BrowserViewRenderer

Completed in 55 milliseconds