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 45 string16 expanded_message; member in class:message_center::RichNotificationData
104 const string16& expanded_message() const { function in class:message_center::Notification
105 return optional_fields_.expanded_message;
107 void set_expanded_message(const string16& expanded_message) {
108 optional_fields_.expanded_message = expanded_message;
notification.cc 39 expanded_message(other.expanded_message),
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.cc 281 if (options->expanded_message.get()) {
282 optional_fields.expanded_message =
283 UTF8ToUTF16(*options->expanded_message);
394 if (options->expanded_message) {
396 UTF8ToUTF16(*options->expanded_message));

Completed in 36 milliseconds