Searched refs:notification (Results 26 - 50 of 199) sorted by relevance

12345678

/external/chromium/chrome/browser/notifications/
H A Dballoon.cc9 #include "chrome/browser/notifications/notification.h"
14 Balloon::Balloon(const Notification& notification, Profile* profile, argument
17 notification_(new Notification(notification)),
46 void Balloon::Update(const Notification& notification) { argument
48 notification_.reset(new Notification(notification));
H A Dballoon_collection_base.cc9 #include "chrome/browser/notifications/notification.h"
41 if ((*iter)->notification().notification_id() == id)
57 if ((*iter)->notification().origin_url() == source_origin)
76 const Notification& notification) {
79 if ((*iter)->notification().notification_id() ==
80 notification.notification_id()) {
75 FindBalloon( const Notification& notification) argument
H A Dnotification.h17 // Representation of an notification to be shown to the user. All
27 Notification(const Notification& notification);
29 Notification& operator=(const Notification& notification);
31 // The URL (may be data:) containing the contents for the notification.
34 // The origin URL of the script which requested the notification.
37 // A display string for the source of the notification.
52 // The Origin of the page/worker which created this notification.
59 // The display string for the source of the notification. Could be
63 // The replace ID for the notification.
67 // represents the notification, fo
[all...]
H A Dnotification_options_menu_model.cc15 #include "chrome/browser/notifications/notification.h"
115 const Notification& notification = balloon->notification(); local
116 const GURL& origin = notification.origin_url();
122 // We get back no extension here when we show the notification after
132 notification.display_source());
161 const Notification& notification = balloon_->notification(); local
162 const GURL& origin = notification.origin_url();
182 notification
[all...]
H A Dballoon.h5 // Handles the visible notification (or balloons).
32 // Notify that the content of notification has chagned.
51 Balloon(const Notification& notification,
56 const Notification& notification() const { return *notification_.get(); } function in class:Balloon
98 // Notify that the content of notification has changed.
99 virtual void Update(const Notification& notification);
115 // The notification being shown in this balloon.
H A Dballoon_collection_base.h5 // Handles the visible notification (or balloons).
36 // Finds any balloon matching the given notification id, and
41 // Finds all balloons matching the given notification source,
51 // Returns the balloon matching the given notification, or
53 Balloon* FindBalloon(const Notification& notification);
H A Dballoon_collection_linux.cc16 Balloon* BalloonCollectionImpl::MakeBalloon(const Notification& notification, argument
18 Balloon* balloon = new Balloon(notification, profile, this);
H A Dballoon_collection_win.cc11 Balloon* BalloonCollectionImpl::MakeBalloon(const Notification& notification, argument
13 Balloon* balloon = new Balloon(notification, profile, this);
/external/chromium/chrome/browser/sync/notifier/
H A Dp2p_notifier.cc93 VLOG(1) << "Sending XMPP notification...";
94 notifier::Notification notification; local
95 notification.channel = kSyncNotificationChannel;
96 notification.data = kSyncNotificationData;
97 talk_mediator_->SendNotification(notification);
109 const notifier::Notification& notification) {
111 VLOG(1) << "Sync received P2P notification.";
112 if (notification.channel != kSyncNotificationChannel) {
114 << notification.channel;
123 VLOG(1) << "Not logged in yet -- not emitting notification";
108 OnIncomingNotification( const notifier::Notification& notification) argument
[all...]
/external/webkit/Tools/DumpRenderTree/mac/
H A DEditingDelegate.mm157 - (void)webViewDidBeginEditing:(NSNotification *)notification
160 printf("EDITING DELEGATE: webViewDidBeginEditing:%s\n", [[notification name] UTF8String]);
163 - (void)webViewDidChange:(NSNotification *)notification
166 printf("EDITING DELEGATE: webViewDidChange:%s\n", [[notification name] UTF8String]);
169 - (void)webViewDidEndEditing:(NSNotification *)notification
172 printf("EDITING DELEGATE: webViewDidEndEditing:%s\n", [[notification name] UTF8String]);
175 - (void)webViewDidChangeTypingStyle:(NSNotification *)notification
178 printf("EDITING DELEGATE: webViewDidChangeTypingStyle:%s\n", [[notification name] UTF8String]);
181 - (void)webViewDidChangeSelection:(NSNotification *)notification
184 printf("EDITING DELEGATE: webViewDidChangeSelection:%s\n", [[notification nam
[all...]
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebDesktopNotificationsDelegate.idl38 @discussion A class that represents a notification being shown
39 on the user's desktop. It provides the contents of the notification
80 @abstract Show a notification.
81 @param notification The Notification to be shown.
83 HRESULT showDesktopNotification([in] IWebDesktopNotification* notification);
87 @abstract Cancel showing a notification (or take it down if it's shown).
88 @param notification The Notification to be canceled.
90 HRESULT cancelDesktopNotification([in] IWebDesktopNotification* notification);
95 notification need not be un-shown, but events should not be invoked.
96 @param notification Th
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DMapMakerTest.java48 // notification.
85 RemovalNotification<String, String> notification = listener.remove();
86 assertEquals("a", notification.getKey());
87 assertEquals("a", notification.getValue());
155 for (RemovalNotification<String, String> notification : listener) {
156 removalNotifications.put(notification.getKey(), notification.getValue());
158 notification.getKey(), notification.getValue());
168 // notification
[all...]
/external/chromium/chrome/browser/ui/cocoa/
H A Dfind_pasteboard.h41 // |kFindPasteboardChangedNotification| to the default notification center if
47 - (void)loadTextFromPasteboard:(NSNotification*)notification;
/external/junit/src/org/junit/internal/builders/
H A DIgnoredClassRunner.java8 import org.junit.runner.notification.RunNotifier;
/external/webkit/Source/WebCore/accessibility/chromium/
H A DAXObjectCacheChromium.cpp50 void AXObjectCache::postPlatformNotification(AccessibilityObject* obj, AXNotification notification) argument
52 if (obj && obj->isAccessibilityScrollbar() && notification == AXValueChanged) {
53 // Send document value changed on scrollbar value changed notification.
70 switch (notification) {
76 // descendant and send the AXFocusedUIElementChanged notification.
98 client->postAccessibilityNotification(obj, notification);
123 // The anchor node may not be accessible. Post the notification for the
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebPluginContainerPrivate.h48 - (void)_webPluginContainerPostMediaPlayerNotification:(int)notification forElement:(DOMElement *)element;
/external/webkit/Source/WebKit/mac/DefaultDelegates/
H A DWebDefaultEditingDelegate.m113 - (void)webViewDidBeginEditing:(NSNotification *)notification
117 - (void)webViewDidChange:(NSNotification *)notification
121 - (void)webViewDidEndEditing:(NSNotification *)notification
125 - (void)webViewDidChangeTypingStyle:(NSNotification *)notification
129 - (void)webViewDidChangeSelection:(NSNotification *)notification
/external/webkit/Source/WebCore/accessibility/gtk/
H A DAXObjectCacheAtk.cpp129 void AXObjectCache::postPlatformNotification(AccessibilityObject* coreObject, AXNotification notification) argument
135 if (notification == AXCheckedStateChanged) {
139 } else if (notification == AXSelectedChildrenChanged || notification == AXMenuListValueChanged) {
140 if (notification == AXMenuListValueChanged && coreObject->isMenuList()) {
145 } else if (notification == AXValueChanged) {
/external/webkit/Source/WebCore/platform/network/mac/
H A DCookieStorageMac.mm43 -(void)cookiesChangedNotificationHandler:(NSNotification *)notification;
57 -(void)cookiesChangedNotificationHandler:(NSNotification *)notification
59 UNUSED_PARAM(notification);
/external/junit/src/junit/framework/
H A DJUnit4TestAdapterCache.java12 import org.junit.runner.notification.Failure;
13 import org.junit.runner.notification.RunListener;
14 import org.junit.runner.notification.RunNotifier;
/external/junit/src/org/junit/runner/notification/
H A DRunListener.java1 package org.junit.runner.notification;
/external/webkit/Source/WebKit/chromium/src/
H A DWebNotification.cpp144 WebNotification::WebNotification(const WTF::PassRefPtr<Notification>& notification) argument
145 : m_private(static_cast<WebNotificationPrivate*>(notification.releaseRef()))
149 WebNotification& WebNotification::operator=(const WTF::PassRefPtr<Notification>& notification) argument
151 assign(static_cast<WebNotificationPrivate*>(notification.releaseRef()));
/external/chromium/chrome/browser/chromeos/notifications/
H A Ddesktop_notifications_unittest.cc33 void MockBalloonCollection::Add(const Notification& notification, argument
39 notification.origin_url(),
40 notification.content_url(),
41 notification.display_source(),
42 notification.replace_id(),
43 new LoggingNotificationProxy(notification.notification_id()));
47 Balloon* MockBalloonCollection::MakeBalloon(const Notification& notification, argument
50 Balloon* balloon = BalloonCollectionImpl::MakeBalloon(notification, profile);
121 params2.contents_url = GURL("http://www.google.com/notification.html");
129 EXPECT_EQ("notification displaye
[all...]
H A Ddesktop_notifications_unittest.h17 #include "chrome/browser/notifications/notification.h"
42 virtual void Add(const Notification& notification,
44 virtual Balloon* MakeBalloon(const Notification& notification,
87 // Constructs a notification parameter structure for use in tests.
/external/chromium/chrome/browser/cocoa/
H A Dkeystone_glue.h21 // A notification posted containing an asynchronous status will always be
22 // followed by a notification with a terminal status.
40 // kAutoupdateStatusNotification is the name of the notification posted when
41 // -checkForUpdate and -installUpdate complete. This notification will be
43 // the notification. Its userInfo dictionary will contain an AutoupdateStatus
91 // The most recent kAutoupdateStatusNotification notification posted.
115 // a kAutoupdateStatusNotification notification, and will also be available
188 // Called when a checkForUpdate: notification completes.
189 - (void)checkForUpdateComplete:(NSNotification*)notification;
191 // Called when an installUpdate: notification complete
[all...]

Completed in 5613 milliseconds

12345678