OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDropShadowHeight
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/ui/touch/tabs/
touch_tab.cc
19
static const int
kDropShadowHeight
= 2;
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/
tab.cc
35
static const int
kDropShadowHeight
= 2;
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/
tab_renderer_gtk.cc
41
const int
kDropShadowHeight
= 2;
[
all
...]
Completed in 661 milliseconds