OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:button_bitmaps_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.h
125
std::vector<gfx::Image>
button_bitmaps_
;
member in class:notifier::SyncedNotification
synced_notification.cc
112
button_bitmaps_
[i] = gfx::Image::CreateFrom1xBitmap(*bitmap);
144
button_bitmaps_
.push_back(gfx::Image());
249
&& i <
button_bitmaps_
.size()
257
if (!
button_bitmaps_
[i].IsEmpty())
258
button_info.icon =
button_bitmaps_
[i];
Completed in 697 milliseconds