OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:button_bitmaps_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.cc
116
button_bitmaps_
[i] = gfx::Image::CreateFrom1xBitmap(*bitmap);
133
if (!GetButtonIconUrl(j).is_empty() &&
button_bitmaps_
[j].IsEmpty()) {
165
button_bitmaps_
.push_back(gfx::Image());
268
&& i <
button_bitmaps_
.size()
276
if (!
button_bitmaps_
[i].IsEmpty())
277
button_info.icon =
button_bitmaps_
[i];
synced_notification.h
127
std::vector<gfx::Image>
button_bitmaps_
;
member in class:notifier::SyncedNotification
synced_notification_unittest.cc
151
notification->
button_bitmaps_
.push_back(gfx::Image());
399
// Allocate the
button_bitmaps_
array as the calling function normally would.
Completed in 45 milliseconds