HomeSort by relevance Sort by last modified time
    Searched defs:tab_active (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab.h 88 static TouchTabImage tab_active; member in class:TouchTab
touch_tab.cc 26 TouchTab::TouchTabImage TouchTab::tab_active = {0}; member in class:TouchTab
96 TouchTabImage* tab_image = &tab_active;
143 TouchTabImage* tab_image = &tab_active;
186 TouchTabImage* tab_image = &tab_active;
271 tab_active.image_l = rb.GetBitmapNamed(IDR_TAB_ACTIVE_LEFT);
272 tab_active.image_c = rb.GetBitmapNamed(IDR_TAB_ACTIVE_CENTER);
273 tab_active.image_r = rb.GetBitmapNamed(IDR_TAB_ACTIVE_RIGHT);
274 tab_active.l_width = tab_active.image_l->width();
275 tab_active.r_width = tab_active.image_r->width()
    [all...]

Completed in 28 milliseconds