OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tab_inactive_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc
138
TabRendererGtk::TabImage TabRendererGtk::
tab_inactive_
= {0};
member in class:TabRendererGtk
493
tab_inactive_
.image_l = rb.GetBitmapNamed(IDR_TAB_INACTIVE_LEFT);
494
tab_inactive_
.image_c = rb.GetBitmapNamed(IDR_TAB_INACTIVE_CENTER);
495
tab_inactive_
.image_r = rb.GetBitmapNamed(IDR_TAB_INACTIVE_RIGHT);
496
tab_inactive_
.l_width =
tab_inactive_
.image_l->width();
497
tab_inactive_
.r_width =
tab_inactive_
.image_r->width();
[
all
...]
tab_renderer_gtk.h
386
static TabImage
tab_inactive_
;
member in class:TabRendererGtk
/external/chromium/chrome/browser/ui/views/tabs/
tab.cc
65
Tab::TabImage Tab::
tab_inactive_
= {0};
member in class:Tab
462
TabImage* tab_inactive_image = &
tab_inactive_
;
680
tab_inactive_
.image_l = rb.GetBitmapNamed(IDR_TAB_INACTIVE_LEFT);
681
tab_inactive_
.image_c = rb.GetBitmapNamed(IDR_TAB_INACTIVE_CENTER);
682
tab_inactive_
.image_r = rb.GetBitmapNamed(IDR_TAB_INACTIVE_RIGHT);
683
tab_inactive_
.l_width =
tab_inactive_
.image_l->width();
684
tab_inactive_
.r_width =
tab_inactive_
.image_r->width();
tab.h
126
static TabImage
tab_inactive_
;
member in class:Tab
Completed in 87 milliseconds