OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sad_tab_bitmap_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/
sad_tab_view.h
47
static SkBitmap*
sad_tab_bitmap_
;
member in class:SadTabView
sad_tab_view.cc
48
SkBitmap* SadTabView::
sad_tab_bitmap_
= NULL;
member in class:SadTabView
88
canvas->DrawBitmapInt(*
sad_tab_bitmap_
, icon_bounds_.x(), icon_bounds_.y());
106
int icon_width =
sad_tab_bitmap_
->width();
107
int icon_height =
sad_tab_bitmap_
->height();
155
sad_tab_bitmap_
= rb.GetBitmapNamed(
Completed in 65 milliseconds