Searched refs:rich_data (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/notifications/
H A Dnotification_conversion_helper.cc36 const message_center::RichNotificationData* rich_data = local
39 if (!rich_data->small_image.IsEmpty()) {
42 GfxImageToNotificationBitmap(&rich_data->small_image, icon_mask.get());
46 options->priority.reset(new int(rich_data->priority));
48 options->is_clickable.reset(new bool(rich_data->clickable));
50 options->event_time.reset(new double(rich_data->timestamp.ToDoubleT()));
52 if (!rich_data->context_message.empty())
54 new std::string(base::UTF16ToUTF8(rich_data->context_message)));
56 if (!rich_data->buttons.empty()) {
61 for (size_t i = 0; i < rich_data
[all...]

Completed in 82 milliseconds