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

  /external/chromium_org/content/public/common/
show_desktop_notification_params.h 35 int notification_id; member in struct:content::ShowDesktopNotificationHostMsgParams
  /external/chromium/chrome/browser/notifications/
notification.h 47 std::string notification_id() const { return delegate()->id(); } function in class:Notification
desktop_notifications_unittest.cc 34 new LoggingNotificationProxy(notification.notification_id()));
104 params.notification_id = 0;
116 params.notification_id = 1;
127 params2.notification_id = 2;
141 params.notification_id = 1;
162 int notification_id = 1; local
165 params.notification_id = notification_id;
177 notification_id);
195 params.notification_id = id
    [all...]
  /external/chromium_org/chrome/browser/download/
download_status_updater_win.cc 137 std::string notification_id = kDownloadNotificationPrefix; local
138 notification_id += base::IntToString(g_next_notification_id++);
145 notification_id.c_str(),
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_apitest.cc 49 std::string notification_id; local
72 ASSERT_TRUE(result->GetAsString(&notification_id));
73 ASSERT_TRUE(notification_id.length() > 0);
87 "[\"" + notification_id +
169 "[\"" + notification_id + "\"]",
203 std::string notification_id; local
205 ASSERT_TRUE(result->GetAsString(&notification_id));
206 ASSERT_TRUE(notification_id.length() > 0);
242 std::string notification_id; local
244 ASSERT_TRUE(result->GetAsString(&notification_id));
373 std::string notification_id; local
501 std::string notification_id; local
639 std::string notification_id; local
    [all...]
notifications_api.cc 503 std::string notification_id; local
504 if (!params_->notification_id.empty()) {
506 notification_id = params_->notification_id;
510 notification_id = base::GenerateGUID();
511 if (notification_id.empty())
512 notification_id = base::RandBytesAsString(16);
515 SetResult(new base::StringValue(notification_id));
518 if (!CreateNotification(notification_id, &params_->options))
540 CreateScopedIdentifier(extension_->id(), params_->notification_id));
    [all...]
  /external/chromium_org/chrome/browser/notifications/
notification.h 95 std::string notification_id() const { return delegate()->id(); } function in class:Notification
desktop_notifications_unittest.cc 53 new LoggingNotificationProxy(notification.notification_id()));
147 params.notification_id = 0;
159 params.notification_id = 1;
168 params2.notification_id = 2;
185 params.notification_id = 1;
206 int notification_id = 1; local
210 params.notification_id = notification_id;
222 notification_id);
241 params.notification_id = id
    [all...]
  /external/chromium_org/content/renderer/
notification_provider.cc 39 int notification_id = manager_.RegisterNotification(notification); local
47 params.notification_id = notification_id;
  /external/chromium_org/ui/message_center/views/
message_view.h 28 virtual void ClickOnNotification(const std::string& notification_id) = 0;
29 virtual void RemoveNotification(const std::string& notification_id,
49 const std::string& notification_id,
82 std::string notification_id() { return notification_id_; } function in class:message_center::MessageView
  /external/chromium/chrome/browser/chromeos/notifications/
desktop_notifications_unittest.cc 43 new LoggingNotificationProxy(notification.notification_id()));
99 params.notification_id = 0;
111 params.notification_id = 1;
122 params2.notification_id = 2;
136 params.notification_id = 1;
162 int notification_id = 1; local
165 params.notification_id = notification_id;
177 notification_id);
196 params.notification_id = id
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_manager/
desktop_notifications.cc 164 const std::string& notification_id,
171 const base::string16 replace_id = UTF8ToUTF16(notification_id);
175 new Delegate(host->AsWeakPtr(), notification_id), profile);
303 std::string notification_id = GetNotificationId(type, path); local
304 hidden_notifications_.erase(notification_id);
305 ShowNotificationById(type, notification_id, message);
312 std::string notification_id = GetNotificationId(type, path); local
313 hidden_notifications_.erase(notification_id);
317 type, notification_id, GetMessage(type)),
323 std::string notification_id = GetNotificationId(type, path) local
    [all...]
  /hardware/libhardware/include/hardware/
gps.h 538 int notification_id; member in struct:__anon31118

Completed in 756 milliseconds