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

  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_delegate_browsertest.cc 41 notifier::SyncedNotification* CreateNotification(
61 return CreateNotification(
chrome_notifier_service_unittest.cc 213 SyncedNotification* CreateNotification(
255 CreateNotification(kTitle1, kText1, kIconUrl1, kImageUrl1, kAppId1,
297 SyncChange::ACTION_ADD, CreateNotification(
300 SyncChange::ACTION_ADD, CreateNotification(
303 SyncChange::ACTION_ADD, CreateNotification(
320 scoped_ptr<SyncedNotification> n1(CreateNotification(
323 scoped_ptr<SyncedNotification> n2(CreateNotification(
326 scoped_ptr<SyncedNotification> n3(CreateNotification(
339 SyncChange::ACTION_ADD, CreateNotification(
342 SyncChange::ACTION_UPDATE, CreateNotification(
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/
screenshot_taker.cc 323 Notification* ScreenshotTaker::CreateNotification(
368 CreateNotification(screenshot_result, screenshot_path));
  /external/chromium_org/content/browser/devtools/
devtools_protocol.cc 252 DevToolsProtocol::CreateNotification(
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.cc 234 bool NotificationsApiFunction::CreateNotification(
497 if (!CreateNotification(notification_id, &params_->options))
  /external/chromium_org/chrome/browser/notifications/
notification_browsertest.cc 220 std::string CreateNotification(Browser* browser,
330 std::string NotificationsTest::CreateNotification(
338 "createNotification('%s', '%s', '%s', '%s');",
357 return CreateNotification(
    [all...]

Completed in 714 milliseconds