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

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_unittest.cc 236 tab.SetBoundsRect(gfx::Rect(gfx::Point(0, 0), Tab::GetStandardSize()));
294 gfx::Rect bounds(gfx::Point(0, 0), Tab::GetStandardSize());
tab.h 132 static gfx::Size GetStandardSize();
tab_strip.cc 529 current_unselected_width_(Tab::GetStandardSize().width()),
530 current_selected_width_(Tab::GetStandardSize().width()),
    [all...]
tab_drag_controller.cc 692 double ratio = unselected / Tab::GetStandardSize().width();
    [all...]
tab.cc 612 gfx::Size Tab::GetStandardSize() {
    [all...]

Completed in 52 milliseconds