HomeSort by relevance Sort by last modified time
    Searched refs:content_url (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium/chrome/browser/notifications/
notification.cc 8 const GURL& content_url,
13 content_url_(content_url),
21 content_url_(notification.content_url()),
31 content_url_ = notification.content_url();
notification.h 23 const GURL& content_url,
32 const GURL& content_url() const { return content_url_; } function in class:Notification
balloon_host.cc 38 const GURL& balloon_url = balloon_->notification().content_url();
89 return balloon_->notification().content_url();
151 balloon_->notification().content_url()),
201 rvh, this, balloon_->notification().content_url()));
208 balloon_->notification().content_url());
226 rvh->NavigateToURL(balloon_->notification().content_url());
desktop_notifications_unittest.cc 31 notification.content_url(),
332 GURL data_url = balloon->notification().content_url();
notification_ui_manager.cc 100 << notification.content_url().spec();
  /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(),
desktop_notifications_unittest.cc 40 notification.content_url(),
266 GURL data_url = balloon->notification().content_url();
notification_browsertest.cc 582 const GURL content_url(
587 Notification(GURL(), content_url, string16(), string16(),
balloon_view.cc 227 balloon_->notification().content_url());
  /external/chromium_org/chrome/browser/notifications/
notification.cc 13 const GURL& content_url,
28 content_url_(content_url),
123 content_url_(notification.content_url()),
137 content_url_ = notification.content_url();
notification.h 29 const GURL& content_url,
77 const GURL& content_url() const { return content_url_; } function in class:Notification
desktop_notification_service_win.cc 40 notification.content_url().spec().c_str(),
balloon_host.cc 44 balloon_->profile(), balloon_->notification().content_url());
153 balloon_->notification().content_url(), content::Referrer(),
balloon_notification_ui_manager.cc 84 << notification.content_url().spec();
desktop_notification_service.cc 284 GURL content_url(CreateDataUrl(
287 GURL(), content_url, base::string16(), replace_id, delegate); local
desktop_notifications_unittest.cc 50 notification.content_url(),
460 GURL data_url = balloon->notification().content_url();
  /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(),
  /external/chromium_org/chrome/test/functional/webdriver_pages/
settings.py 319 content_url = 'chrome://settings-frame/contentExceptions#%s' % content_type
320 driver.get(content_url)
  /external/chromium_org/chrome/browser/drive/
fake_drive_service.h 255 // Returns a pointer to the entry that matches |content_url|, or NULL if
257 base::DictionaryValue* FindEntryByContentUrl(const GURL& content_url);
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.h 211 void OnStartContentIntent(const GURL& content_url);
  /external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.cc 347 balloon_->notification().content_url());
  /external/chromium_org/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.cc 336 balloon_->notification().content_url(), content::Referrer(),
  /external/chromium_org/content/browser/android/
content_view_core_impl.h 278 void StartContentIntent(const GURL& content_url);
  /external/chromium/chrome/browser/ui/views/notifications/
balloon_view.cc 218 balloon_->notification().content_url());

Completed in 1039 milliseconds

1 2