Searched defs:kDropShadowHeight (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/touch/tabs/
H A Dtouch_tab.cc19 static const int kDropShadowHeight = 2; variable
164 // by incrementing by kDropShadowHeight, since it's a simple rectangle.
167 kDropShadowHeight + tab_image->y_offset,
169 y_base + kDropShadowHeight + tab_image->y_offset,
171 height() - kDropShadowHeight - tab_image->y_offset);
/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab.cc35 static const int kDropShadowHeight = 2; variable
499 // it by incrementing by kDropShadowHeight, since it's a simple rectangle.
503 bg_offset_y + kDropShadowHeight + tab_image->y_offset,
505 kDropShadowHeight + tab_image->y_offset,
507 height() - kDropShadowHeight - kToolbarOverlap - tab_image->y_offset);
557 // by incrementing by kDropShadowHeight, since it's a simple rectangle.
560 kDropShadowHeight + tab_image->y_offset,
562 kDropShadowHeight + tab_image->y_offset,
564 height() - kDropShadowHeight - tab_image->y_offset);
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_renderer_gtk.cc41 const int kDropShadowHeight = 2; member in namespace:__anon2510
951 offset_x + tab_active_.l_width, kDropShadowHeight,
952 tab_active_.l_width, kDropShadowHeight,
954 height() - kDropShadowHeight);

Completed in 126 milliseconds