OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tab_inactive
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/touch/tabs/
touch_tab.cc
27
TouchTab::TouchTabImage TouchTab::
tab_inactive
= {0};
member in class:TouchTab
277
tab_inactive
.image_l = rb.GetBitmapNamed(IDR_TAB_INACTIVE_LEFT);
278
tab_inactive
.image_c = rb.GetBitmapNamed(IDR_TAB_INACTIVE_CENTER);
279
tab_inactive
.image_r = rb.GetBitmapNamed(IDR_TAB_INACTIVE_RIGHT);
280
tab_inactive
.l_width =
tab_inactive
.image_l->width();
281
tab_inactive
.r_width =
tab_inactive
.image_r->width();
touch_tab.h
89
static TouchTabImage
tab_inactive
;
member in class:TouchTab
Completed in 2344 milliseconds