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

  /external/chromium/chrome/browser/ui/views/
find_bar_host_gtk.cc 22 gfx::Rect webcontents_rect; local
23 tab_view->GetViewBounds(&webcontents_rect);
24 avoid_overlapping_rect->Offset(0, webcontents_rect.y() - frame_rect.y());
find_bar_host_win.cc 21 RECT frame_rect = {0}, webcontents_rect = {0}; local
27 &webcontents_rect);
28 avoid_overlapping_rect->Offset(0, webcontents_rect.top - frame_rect.top);

Completed in 35 milliseconds