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

  /external/chromium/chrome/browser/ui/views/frame/
browser_root_view.cc 124 gfx::Point tab_loc_in_host;
125 ConvertPointToView(tabstrip(), this, &tab_loc_in_host); local
126 return event.y() < tab_loc_in_host.y() + tabstrip()->height();
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_root_view.cc 167 gfx::Point tab_loc_in_host;
168 ConvertPointToTarget(tabstrip(), this, &tab_loc_in_host); local
169 return event.y() < tab_loc_in_host.y() + tabstrip()->height();

Completed in 634 milliseconds