HomeSort by relevance Sort by last modified time
    Searched defs:Notification (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/notifications/
notification.cc 5 #include "chrome/browser/notifications/notification.h"
11 Notification::Notification(const GURL& origin_url,
19 : message_center::Notification(message_center::NOTIFICATION_TYPE_SIMPLE,
37 Notification::Notification(
49 : message_center::Notification(type,
65 Notification::Notification(const GURL& origin_url,
73 : message_center::Notification(message_center::NOTIFICATION_TYPE_SIMPLE
    [all...]
notification.h 17 #include "ui/message_center/notification.h"
21 // Representation of a notification to be shown to the user.
25 class Notification : public message_center::Notification {
27 // Initializes a notification with text content. On non-ash platforms, this
29 Notification(const GURL& origin_url,
38 // Initializes a notification with text content and an icon image. Currently
40 Notification(const GURL& origin_url,
49 Notification(
62 Notification(const Notification& notification)
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/background/js/
device_handler.js 37 * Notification type.
38 * @param {string} prefix Prefix of notification ID.
44 DeviceHandler.Notification = function(prefix, title, message, opt_buttonLabel) {
46 * Prefix of notification ID.
87 * @type {DeviceHandler.Notification}
90 DeviceHandler.Notification.DEVICE = new DeviceHandler.Notification(
96 * @type {DeviceHandler.Notification}
99 DeviceHandler.Notification.DEVICE_FAIL = new DeviceHandler.Notification(
    [all...]
  /external/chromium_org/ui/message_center/
notification.cc 5 #include "ui/message_center/notification.h"
51 Notification::Notification(NotificationType type,
73 Notification::Notification(const Notification& other)
87 Notification& Notification::operator=(const Notification& other) {
104 Notification::~Notification() {
    [all...]
notification.h 55 class MESSAGE_CENTER_EXPORT Notification {
57 Notification(NotificationType type,
67 Notification(const Notification& other);
69 virtual ~Notification();
73 void CopyState(Notification* base);
78 // Uniquely identifies a notification in the message center. For
79 // notification front ends that support multiple profiles, this id should
91 // A display string for the source of the notification.
158 // The notification with lesser serial_number is considered 'older'
    [all...]
  /external/chromium_org/jingle/notifier/listener/
notification_defines.cc 57 Notification::Notification() {}
58 Notification::~Notification() {}
60 bool Notification::Equals(const Notification& other) const {
67 std::string Notification::ToString() const {
notification_defines.h 48 struct Notification {
49 Notification();
50 ~Notification();
52 // The channel the notification is coming in on.
54 // Recipients for this notification (may be empty).
56 // The notification data payload.
59 bool Equals(const Notification& other) const;
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
Notification.cpp 32 #include "modules/notifications/Notification.h"
44 Notification* Notification::create(ExecutionContext* context, const String& title, const Dictionary& options)
47 Notification* notification = adoptRefCountedGarbageCollectedWillBeNoop(new Notification(title, context, &client)); local
51 notification->setBody(argument);
53 notification->setTag(argument);
55 notification->setLang(argument);
57 notification->setDir(argument)
    [all...]
Notification.h 51 class Notification : public RefCountedGarbageCollectedWillBeGarbageCollectedFinalized<Notification>, public ScriptWrappable, public ActiveDOMObject, public EventTargetWithInlineData {
52 DEFINE_EVENT_TARGET_REFCOUNTING_WILL_BE_REMOVED(RefCountedGarbageCollected<Notification>);
53 WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(Notification);
55 static Notification* create(ExecutionContext*, const String& title, const Dictionary& options);
57 virtual ~Notification();
95 Notification(const String& title, ExecutionContext*, NotificationClient*);
129 OwnPtr<AsyncMethodRunner<Notification> > m_asyncRunner;
  /external/chromium_org/chrome/browser/devtools/
devtools_protocol.cc 73 DevToolsProtocol::Notification::~Notification() {
76 DevToolsProtocol::Notification::Notification(const std::string& method,
136 DevToolsProtocol::Notification* DevToolsProtocol::ParseNotification(
151 return new Notification(method, params);
devtools_protocol.h 81 class Notification : public Message {
83 virtual ~Notification();
89 Notification(const std::string& method,
92 DISALLOW_COPY_AND_ASSIGN(Notification);
99 static Notification* ParseNotification(const std::string& json);
  /external/chromium_org/net/tools/flip_server/
acceptor_thread.h 29 class Notification {
31 explicit Notification(bool value) : value_(value) {}
91 Notification quitting_;
  /external/chromium_org/content/browser/devtools/
devtools_protocol.h 110 class Notification : public Message {
117 virtual ~Notification();
120 Notification(const std::string& method,
123 DISALLOW_COPY_AND_ASSIGN(Notification);
144 // Sends notification to the client. Takes ownership of |params|.
183 static scoped_refptr<Notification> ParseNotification(
186 static scoped_refptr<Notification> CreateNotification(
devtools_protocol.cc 147 DevToolsProtocol::Notification::Notification(const std::string& method,
152 DevToolsProtocol::Notification::~Notification() {
155 std::string DevToolsProtocol::Notification::Serialize() {
156 base::DictionaryValue notification; local
157 notification.SetString(kMethodParam, method_);
159 notification.Set(kParamsParam, params_->DeepCopy());
162 base::JSONWriter::Write(&notification, &json_notification);
194 scoped_refptr<DevToolsProtocol::Notification> notification local
    [all...]
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityEndToEndTest.java 21 import android.app.Notification;
314 // create the notification to send
316 final Notification notification = new Notification(); local
317 notification.icon = android.R.drawable.stat_notify_call_mute;
318 notification.contentIntent = PendingIntent.getActivity(getActivity(), 0, new Intent(),
320 notification.tickerText = message;
321 notification.setLatestEventInfo(getActivity(), "", "", notification.contentIntent)
    [all...]
  /hardware/libhardware/tests/camera2/
camera2_utils.h 131 struct Notification {
132 Notification(int32_t type, int32_t e1, int32_t e2, int32_t e3):
145 List<Notification> mNotifications;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
clfsmgmt.h 35 CLFS_MGMT_NOTIFICATION_TYPE Notification;
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_agps.h 71 struct Notification {
85 // should the subscriber be deleted after the notification
89 inline Notification(const int broadcast,
96 inline Notification(const Subscriber* subscriber,
103 inline Notification(const int broadcast) :
108 inline Notification(const Subscriber* subscriber) :
246 void notifySubscribers(Notification& notification) const;
288 virtual bool notifyRsrcStatus(Notification &notification) = 0
    [all...]
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_agps.h 71 struct Notification {
85 // should the subscriber be deleted after the notification
89 inline Notification(const int broadcast,
96 inline Notification(const Subscriber* subscriber,
103 inline Notification(const int broadcast) :
108 inline Notification(const Subscriber* subscriber) :
246 void notifySubscribers(Notification& notification) const;
287 virtual bool notifyRsrcStatus(Notification &notification) = 0
    [all...]