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 202 tab.SetBoundsRect(gfx::Rect(gfx::Point(0, 0), Tab::GetStandardSize()));
262 gfx::Rect bounds(gfx::Point(0, 0), Tab::GetStandardSize());
tab.h 127 static gfx::Size GetStandardSize();
tab_strip.cc 547 current_unselected_width_(Tab::GetStandardSize().width()),
548 current_selected_width_(Tab::GetStandardSize().width()),
    [all...]
tab_drag_controller.cc 783 double ratio = unselected / Tab::GetStandardSize().width();
    [all...]
tab.cc 572 gfx::Size Tab::GetStandardSize() {
    [all...]

Completed in 204 milliseconds