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

  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_view.cc 77 x = screen_point.x() + ScaleValue(mouse_tab_offset_.x() - ps.width());
79 x = screen_point.x() - ScaleValue(mouse_tab_offset_.x());
81 int y = screen_point.y() - ScaleValue(mouse_tab_offset_.y());
191 return gfx::Size(ScaleValue(ps.width()), ScaleValue(ps.height()));
194 int DraggedTabView::ScaleValue(int value) {
dragged_tab_view.h 58 int ScaleValue(int value);