HomeSort by relevance Sort by last modified time
    Searched refs:button_bitmaps_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.cc 150 && i < button_bitmaps_.size()
158 if (!button_bitmaps_[i].IsEmpty())
159 button_info.icon = button_bitmaps_[i];
258 button_bitmaps_.push_back(gfx::Image());
678 button_bitmaps_[i] = gfx::Image::CreateFrom1xBitmap(*bitmap);
718 && button_bitmaps_[j].IsEmpty()
synced_notification.h 145 std::vector<gfx::Image> button_bitmaps_; member in class:notifier::SyncedNotification
synced_notification_unittest.cc 77 notification->button_bitmaps_.push_back(gfx::Image());
312 // Allocate the button_bitmaps_ array as the calling function normally would.
368 // Allocate the button_bitmaps_ array as the calling function normally would.

Completed in 59 milliseconds