HomeSort by relevance Sort by last modified time
    Searched defs:is_html (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/public/common/
show_desktop_notification_params.h 23 bool is_html; member in struct:content::ShowDesktopNotificationHostMsgParams
25 // URL which contains the HTML contents (if is_html is true), otherwise empty.
28 // Contents of the notification if is_html is false.
  /external/chromium_org/chrome/browser/notifications/
notification.h 73 bool is_html() const { return is_html_; } function in class:Notification

Completed in 88 milliseconds