Searched defs:Notification (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/chrome/browser/notifications/
H A Dnotification.cc7 Notification::Notification(const GURL& origin_url, function in class:Notification
15 : message_center::Notification(message_center::NOTIFICATION_TYPE_SIMPLE,
29 Notification::Notification( function in class:Notification
41 : message_center::Notification(type,
57 Notification::Notification(const Notification& notification) function in class:Notification
58 : message_center::Notification(notificatio
[all...]
H A Dnotification.h28 class Notification : public message_center::Notification { class in inherits:message_center::Notification
32 Notification(const GURL& origin_url,
41 Notification(
54 Notification(const Notification& notification);
55 virtual ~Notification();
56 Notification& operator=(const Notification& notification);
/external/chromium_org/ui/file_manager/file_manager/background/js/
H A Ddevice_handler.js43 * Notification type.
50 DeviceHandler.Notification = function(prefix, title, message, opt_buttonLabel) {
86 * @type {DeviceHandler.Notification}
89 DeviceHandler.Notification.DEVICE_NAVIGATION = new DeviceHandler.Notification(
96 * @type {DeviceHandler.Notification}
99 DeviceHandler.Notification.DEVICE_FAIL = new DeviceHandler.Notification(
105 * @type {DeviceHandler.Notification}
108 DeviceHandler.Notification
[all...]
/external/chromium_org/jingle/notifier/listener/
H A Dnotification_defines.cc57 Notification::Notification() {} function in class:notifier::Notification
58 Notification::~Notification() {}
60 bool Notification::Equals(const Notification& other) const {
67 std::string Notification::ToString() const {
H A Dnotification_defines.h48 struct Notification { struct in namespace:notifier
49 Notification();
50 ~Notification();
59 bool Equals(const Notification& other) const;
/external/chromium_org/third_party/WebKit/Source/modules/notifications/
H A DNotification.cpp32 #include "modules/notifications/Notification.h"
45 Notification* Notification::create(ExecutionContext* context, const String& title, const NotificationOptions& options)
48 Notification* notification = adoptRefCountedGarbageCollectedWillBeNoop(new Notification(title, context, &client));
64 Notification::Notification(const String& title, ExecutionContext* context, NotificationClient* client) function in class:blink::Notification
70 , m_asyncRunner(this, &Notification::show)
77 Notification::~Notification()
[all...]
H A DNotification.h50 class Notification : public RefCountedGarbageCollectedWillBeGarbageCollectedFinalized<Notification>, public ActiveDOMObject, public EventTargetWithInlineData { class in namespace:blink
51 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 NotificationOptions&);
57 virtual ~Notification();
95 Notification(const String& title, ExecutionContext*, NotificationClient*);
129 AsyncMethodRunner<Notification> m_asyncRunner;
/external/chromium_org/ui/message_center/
H A Dnotification.cc51 Notification::Notification(NotificationType type, function in class:message_center::Notification
73 Notification::Notification(const Notification& other) function in class:message_center::Notification
87 Notification& Notification::operator=(const Notification& other) {
104 Notification::~Notification() {}
[all...]
H A Dnotification.h55 class MESSAGE_CENTER_EXPORT Notification { class in namespace:message_center
57 Notification(NotificationType type,
67 Notification(const Notification& other);
69 virtual ~Notification();
73 void CopyState(Notification* base);
194 static scoped_ptr<Notification> CreateSystemNotification(
203 Notification& operator=(const Notification& other);
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_protocol.h81 class Notification : public Message { class in class:DevToolsProtocol
83 virtual ~Notification();
89 Notification(const std::string& method,
92 DISALLOW_COPY_AND_ASSIGN(Notification);
99 static Notification* ParseNotification(const std::string& json);
H A Ddevtools_protocol.cc73 DevToolsProtocol::Notification::~Notification() {
76 DevToolsProtocol::Notification::Notification(const std::string& method, function in class:DevToolsProtocol::Notification
139 DevToolsProtocol::Notification* DevToolsProtocol::ParseNotification(
154 return new Notification(method, params);
/external/chromium_org/net/tools/flip_server/
H A Dacceptor_thread.h29 class Notification { class in namespace:net
31 explicit Notification(bool value) : value_(value) {} function in class:net::Notification
91 Notification quitting_;
/external/chromium_org/content/browser/devtools/
H A Ddevtools_protocol.h110 class Notification : public Message { class in class:content::DevToolsProtocol
117 virtual ~Notification();
120 Notification(const std::string& method,
123 DISALLOW_COPY_AND_ASSIGN(Notification);
183 static scoped_refptr<Notification> ParseNotification(
186 static scoped_refptr<Notification> CreateNotification(
H A Ddevtools_protocol.cc150 DevToolsProtocol::Notification::Notification(const std::string& method, function in class:content::DevToolsProtocol::Notification
155 DevToolsProtocol::Notification::~Notification() {
158 std::string DevToolsProtocol::Notification::Serialize() {
197 scoped_refptr<DevToolsProtocol::Notification> notification =
198 new DevToolsProtocol::Notification(method, params);
286 scoped_refptr<DevToolsProtocol::Notification>
299 return new Notification(method, params ? params->DeepCopy() : NULL);
303 scoped_refptr<DevToolsProtocol::Notification>
[all...]
/external/chromium_org/testing/gtest/src/
H A Dgtest-port.cc181 Notification::Notification() function in class:testing::internal::Notification
189 void Notification::Notify() {
193 void Notification::WaitForNotification() {
288 Notification* thread_can_start) {
309 ThreadMainParam(Runnable* runnable, Notification* thread_can_start)
315 Notification* thread_can_start_;
336 Notification* thread_can_start)
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1433 class Notification { class in namespace:testing::internal
1435 Notification() : notified_(false) { function in class:testing::internal::Notification
1438 ~Notification() {
1467 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1508 class GTEST_API_ Notification { class in namespace:testing::internal
1510 Notification();
1517 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1552 // Notification thread_can_start;
1565 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start)
1596 Notification* cons
[all...]
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1202 class Notification { class in namespace:testing::internal
1204 Notification() : notified_(false) { function in class:testing::internal::Notification
1207 ~Notification() {
1236 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1265 // Notification thread_can_start;
1279 UserThreadFunc func, T param, Notification* thread_can_start)
1310 Notification* const thread_can_start_;
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp2808 struct Notification { struct in class:__anon11409::ContextLifetimeTestWebFrameClient
2810 Notification(WebLocalFrame* frame, v8::Handle<v8::Context> context, int worldId) function in struct:__anon11409::ContextLifetimeTestWebFrameClient::Notification
2817 ~Notification()
2822 bool Equals(Notification* other)
2849 std::vector<Notification*> createNotifications;
2850 std::vector<Notification*> releaseNotifications;
2855 createNotifications.push_back(new Notification(frame, context, worldId));
2860 releaseNotifications.push_back(new Notification(frame, context, worldId));
2883 ContextLifetimeTestWebFrameClient::Notification* firstCreateNotification = webFrameClient.createNotifications[0];
2884 ContextLifetimeTestWebFrameClient::Notification* secondCreateNotificatio
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h1085 class Notification { class in namespace:testing::internal
1087 Notification() : notified_(false) {} function in class:testing::internal::Notification
1104 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1133 // Notification thread_can_start;
1147 UserThreadFunc func, T param, Notification* thread_can_start)
1178 Notification* const thread_can_start_;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1095 class Notification { class in namespace:testing::internal
1097 Notification() : notified_(false) {} function in class:testing::internal::Notification
1114 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1143 // Notification thread_can_start;
1157 UserThreadFunc func, T param, Notification* thread_can_start)
1188 Notification* const thread_can_start_;
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1085 class Notification { class in namespace:testing::internal
1087 Notification() : notified_(false) {} function in class:testing::internal::Notification
1104 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1133 // Notification thread_can_start;
1147 UserThreadFunc func, T param, Notification* thread_can_start)
1178 Notification* const thread_can_start_;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2309 class Notification { class in namespace:std::tr1
2311 Notification() : notified_(false) { function in class:std::tr1::Notification
2314 ~Notification() {
2343 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
2372 // Notification thread_can_start;
2386 UserThreadFunc func, T param, Notification* thread_can_start)
2417 Notification* const thread_can_start_;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2309 class Notification { class in namespace:std::tr1
2311 Notification() : notified_(false) { function in class:std::tr1::Notification
2314 ~Notification() {
2343 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
2372 // Notification thread_can_start;
2386 UserThreadFunc func, T param, Notification* thread_can_start)
2417 Notification* const thread_can_start_;
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 1243 milliseconds

12