/external/chromium/chrome/browser/chromeos/notifications/ |
system_notification_factory.cc | 21 string16 content_url = DesktopNotificationService::CreateDataUrl( local 23 return Notification(GURL(), GURL(content_url), string16(), string16(), 52 string16 content_url = DesktopNotificationService::CreateDataUrl(resource, local 54 return Notification(GURL(), GURL(content_url), string16(), string16(),
|
/external/chromium/chrome/browser/notifications/ |
notification.h | 23 const GURL& content_url, 32 const GURL& content_url() const { return content_url_; } function in class:Notification
|
/external/chromium_org/chrome/browser/notifications/ |
notification.h | 29 const GURL& content_url, 77 const GURL& content_url() const { return content_url_; } function in class:Notification
|
desktop_notification_service.cc | 284 GURL content_url(CreateDataUrl( 287 GURL(), content_url, base::string16(), replace_id, delegate); local
|
/external/chromium/chrome/browser/printing/cloud_print/ |
cloud_print_proxy_service.cc | 100 string16 content_url = DesktopNotificationService::CreateDataUrl( local 103 Notification notification(GURL(), GURL(content_url), string16(), string16(),
|
/external/chromium/chrome/browser/ |
background_contents_service.cc | 96 string16 content_url = DesktopNotificationService::CreateDataUrl( local 101 extension->url(), GURL(content_url), string16(), string16(),
|