Searched refs:eye_width (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab.cc1067 int eye_width = bar_rect.width() / 3; local
1070 if (eye_offset + eye_width < bar_rect.width()) {
1073 bar_rect.x() + eye_offset, 0, eye_width, kImmersiveBarHeight);
1082 // The second part parts the remaining |eye_width| on the left.
1083 int left_eye_width = eye_offset + eye_width - bar_rect.width();

Completed in 72 milliseconds