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

  /external/chromium_org/ui/message_center/
notification.h 44 string16 expanded_message; member in class:message_center::RichNotificationData
98 const string16& expanded_message() const { function in class:message_center::Notification
99 return optional_fields_.expanded_message;
101 void set_expanded_message(const string16& expanded_message) {
102 optional_fields_.expanded_message = expanded_message;
notification.cc 36 expanded_message(other.expanded_message),
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.cc 280 if (options->expanded_message.get()) {
281 optional_fields.expanded_message =
282 UTF8ToUTF16(*options->expanded_message);
382 if (options->expanded_message) {
384 UTF8ToUTF16(*options->expanded_message));

Completed in 436 milliseconds