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

  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service_unittest.cc 150 SyncedNotification* CreateNotification(
219 CreateNotification(kTitle1, kText1, kIconUrl1, kImageUrl1, kAppId1,
259 SyncChange::ACTION_ADD, CreateNotification(
262 SyncChange::ACTION_ADD, CreateNotification(
265 SyncChange::ACTION_ADD, CreateNotification(
281 scoped_ptr<SyncedNotification> n1(CreateNotification(
284 scoped_ptr<SyncedNotification> n2(CreateNotification(
287 scoped_ptr<SyncedNotification> n3(CreateNotification(
300 SyncChange::ACTION_ADD, CreateNotification(
303 SyncChange::ACTION_UPDATE, CreateNotification(
    [all...]
chrome_notifier_delegate_unittest.cc 34 notifier::SyncedNotification* CreateNotification(
58 return CreateNotification(
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.h 30 bool CreateNotification(const std::string& id,
notifications_api.cc 256 bool NotificationsApiFunction::CreateNotification(
564 if (!CreateNotification(notification_id, &params_->options))
  /external/chromium_org/chrome/browser/ui/ash/
screenshot_taker.h 96 Notification* CreateNotification(
screenshot_taker.cc 475 Notification* ScreenshotTaker::CreateNotification(
530 CreateNotification(screenshot_result, screenshot_path));
  /external/chromium_org/chrome/browser/notifications/
notification_browsertest.cc 133 std::string CreateNotification(Browser* browser,
212 std::string NotificationsTest::CreateNotification(
220 "createNotification('%s', '%s', '%s', '%s');",
239 return CreateNotification(
764 std::string result = CreateNotification(
770 result = CreateNotification(
  /external/chromium_org/content/browser/devtools/
devtools_protocol.h 186 static scoped_refptr<Notification> CreateNotification(
devtools_protocol.cc 301 DevToolsProtocol::CreateNotification(
embedded_worker_devtools_manager.cc 275 DevToolsProtocol::CreateNotification(
render_view_devtools_agent_host.cc 421 DevToolsProtocol::CreateNotification(
worker_devtools_manager.cc 178 std::string notification = DevToolsProtocol::CreateNotification(
devtools_http_handler_impl.cc 96 std::string response = DevToolsProtocol::CreateNotification(
  /external/chromium_org/ui/message_center/
message_center_impl_unittest.cc 72 Notification* CreateNotification(const std::string& id,
656 notification.reset(CreateNotification(ids[4], NOTIFICATION_TYPE_PROGRESS));
670 notification.reset(CreateNotification(ids[4], NOTIFICATION_TYPE_PROGRESS));
    [all...]

Completed in 284 milliseconds