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

  /external/chromium_org/content/renderer/
notification_provider.cc 35 int notification_id = manager_.RegisterNotification(notification); local
45 routing_id(), notification_id, params));
  /external/chromium_org/ui/message_center/views/
message_view.h 37 virtual void ClickOnNotification(const std::string& notification_id) = 0;
38 virtual void RemoveNotification(const std::string& notification_id,
54 const std::string& notification_id,
94 std::string notification_id() { return notification_id_; } function in class:message_center::MessageView
  /external/chromium_org/chrome/browser/background/
background_contents_service_unittest.cc 143 const std::string& notification_id) OVERRIDE {
144 if (notification_id == target_id_)
149 const std::string& notification_id) OVERRIDE {
150 if (notification_id == target_id_)
199 std::string notification_id = local
202 NotificationWaiter waiter(notification_id);
208 notification_id);
  /external/chromium_org/ui/message_center/
notification_list_unittest.cc 532 std::string notification_id = "replaced-web-notification"; local
535 notification_id,
548 notification_list()->MarkSinglePopupAsShown(notification_id, true);
553 notification_id,
564 notification_list()->UpdateNotificationMessage(notification_id,
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.cc 502 std::string notification_id; local
503 if (!params_->notification_id.empty()) {
505 notification_id = params_->notification_id;
509 notification_id = base::GenerateGUID();
510 if (notification_id.empty())
511 notification_id = base::RandBytesAsString(16);
514 SetResult(new base::StringValue(notification_id));
517 if (!CreateNotification(notification_id, &params_->options))
539 CreateScopedIdentifier(extension_->id(), params_->notification_id));
    [all...]
  /hardware/libhardware/include/hardware/
gps.h 867 int notification_id; member in struct:__anon20450
    [all...]

Completed in 314 milliseconds