Searched refs:notification (Results 76 - 100 of 199) sorted by relevance

12345678

/external/webkit/Source/WebCore/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundation.cpp681 void MediaPlayerPrivateAVFoundation::scheduleMainThreadNotification(Notification notification) argument
683 LOG(Media, "MediaPlayerPrivateAVFoundation::scheduleMainThreadNotification(%p) - notification %d", this, static_cast<int>(notification.type()));
688 m_queuedNotifications.append(notification);
710 Notification notification = Notification(); local
718 // Only dispatch one notification callback per invocation because they can cause recursion.
719 notification = m_queuedNotifications.first();
726 if (!notification.isValid())
730 LOG(Media, "MediaPlayerPrivateAVFoundation::dispatchNotification(%p) - dispatching %d", this, static_cast<int>(notification.type()));
732 switch (notification
[all...]
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebEditingDelegate.idl148 - (void)webViewDidBeginEditing:(NSNotification *)notification;
150 HRESULT webViewDidBeginEditing([in] IWebNotification* notification);
153 - (void)webViewDidChange:(NSNotification *)notification;
155 HRESULT webViewDidChange([in] IWebNotification* notification);
158 - (void)webViewDidEndEditing:(NSNotification *)notification;
160 HRESULT webViewDidEndEditing([in] IWebNotification* notification);
163 - (void)webViewDidChangeTypingStyle:(NSNotification *)notification;
165 HRESULT webViewDidChangeTypingStyle([in] IWebNotification* notification);
168 - (void)webViewDidChangeSelection:(NSNotification *)notification;
170 HRESULT webViewDidChangeSelection([in] IWebNotification* notification);
[all...]
/external/chromium/chrome/browser/chromeos/notifications/
H A Dballoon_view.cc16 #include "chrome/browser/notifications/notification.h"
47 // Top, Right margin for notification control view.
161 balloon_view_->balloon_->notification().display_source());
164 balloon_view_->balloon_->notification().display_source());
227 balloon_->notification().content_url());
306 bool BalloonViewImpl::IsFor(const Notification& notification) const {
307 return balloon_->notification().notification_id() ==
308 notification.notification_id();
343 service->DenyPermission(balloon_->notification().origin_url());
H A Dballoon_view.h40 // A balloon view is the UI component for a notification panel.
60 // True if the notification is stale. False if the notification is new.
63 // Makes the notification stale.
66 // True if the notification is sticky.
69 // True if the notification is being closed.
72 // True if the balloon is for the given |notification|.
73 bool IsFor(const Notification& notification) const;
75 // Called when the notification becomes active (mouse is on).
78 // Called when the notification become
[all...]
/external/junit/src/org/junit/runner/
H A DJUnitCore.java11 import org.junit.runner.notification.Failure;
12 import org.junit.runner.notification.RunListener;
13 import org.junit.runner.notification.RunNotifier;
24 * @see org.junit.runner.notification.RunListener
168 * @see org.junit.runner.notification.RunListener
/external/chromium/chrome/browser/hang_monitor/
H A Dhung_window_detector.cc19 HungWindowDetector::HungWindowDetector(HungWindowNotification* notification) argument
20 : notification_(notification),
/external/chromium/chrome/browser/notifications/
H A Dballoon_collection_impl.h5 // Handles the visible notification (or balloons).
29 // A balloon collection represents a set of notification balloons being
32 // up to its parent, the notification UI manager.
43 virtual void Add(const Notification& notification,
147 virtual Balloon* MakeBalloon(const Notification& notification,
H A Dballoon_collection.h5 // Handles the visible notification (or balloons).
55 // Adds a new balloon for the specified notification.
56 virtual void Add(const Notification& notification,
59 // Removes any balloons that have this notification id. Returns
70 // Is there room to add another notification?
H A Ddesktop_notification_service.h67 // Cancels a notification. If it has already been shown, it will be
85 // Creates a data:xxxx URL which contains the full HTML for a notification
93 // Creates a data:xxxx URL which contains the full HTML for a notification
134 // Takes a notification object and shows it in the UI.
135 void ShowNotification(const Notification& notification);
138 // or on the frame of the notification toast. Different from the origin
152 // Non-owned pointer to the notification manager which manages the
/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheBuilderTest.java392 // notification.
437 RemovalNotification<String, String> notification = listener.remove();
438 assertEquals("a", notification.getKey());
439 assertEquals("a", notification.getValue());
509 for (RemovalNotification<String, String> notification : listener) {
510 removalNotifications.put(notification.getKey(), notification.getValue());
512 notification.getKey(), notification.getValue());
522 // notification
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_aka.c43 u16 notification; member in struct:eap_aka_data
596 wpa_printf(MSG_DEBUG, " AT_NOTIFICATION (%d)", data->notification);
597 eap_sim_msg_add(msg, EAP_SIM_AT_NOTIFICATION, data->notification,
723 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
763 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
804 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
850 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
862 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
869 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
914 data->notification
[all...]
H A Deap_server_sim.c37 u16 notification; member in struct:eap_sim_data
293 wpa_printf(MSG_DEBUG, " AT_NOTIFICATION (%d)", data->notification);
294 eap_sim_msg_add(msg, EAP_SIM_AT_NOTIFICATION, data->notification,
558 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
574 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
583 data->notification = EAP_SIM_SUCCESS;
656 data->notification = EAP_SIM_SUCCESS;
674 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
689 if (data->notification == EAP_SIM_SUCCESS && data->use_result_ind)
701 wpa_printf(MSG_DEBUG, "EAP-SIM: Client replied to notification");
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_aka.c43 u16 notification; member in struct:eap_aka_data
596 wpa_printf(MSG_DEBUG, " AT_NOTIFICATION (%d)", data->notification);
597 eap_sim_msg_add(msg, EAP_SIM_AT_NOTIFICATION, data->notification,
723 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
763 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
804 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
850 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
862 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
869 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
914 data->notification
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_aka.c43 u16 notification; member in struct:eap_aka_data
596 wpa_printf(MSG_DEBUG, " AT_NOTIFICATION (%d)", data->notification);
597 eap_sim_msg_add(msg, EAP_SIM_AT_NOTIFICATION, data->notification,
723 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
763 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
804 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
850 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
862 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
869 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
914 data->notification
[all...]
/external/chromium/chrome/browser/sync/notifier/
H A Dp2p_notifier.h51 const notifier::Notification& notification);
62 // The actual notification listener.
/external/junit/src/org/junit/experimental/results/
H A DPrintableResult.java11 import org.junit.runner.notification.Failure;
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
H A Deap_aka.c49 u16 notification; member in struct:eap_aka_data
493 wpa_printf(MSG_DEBUG, " AT_NOTIFICATION (%d)", data->notification);
494 eap_sim_msg_add(msg, EAP_SIM_AT_NOTIFICATION, data->notification,
721 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
765 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
819 data->notification =
840 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
848 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
866 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
875 data->notification
[all...]
/external/chromium/chrome/browser/printing/cloud_print/
H A Dcloud_print_proxy_service.cc13 #include "chrome/browser/notifications/notification.h"
90 // If we already have a pending notification, don't show another one.
94 // TODO(sanjeevr): Get icon for this notification.
103 Notification notification(GURL(), GURL(content_url), string16(), string16(),
105 g_browser_process->notification_ui_manager()->Add(notification, profile_);
106 // Keep the browser alive while we are showing the notification.
/external/junit/src/org/junit/experimental/max/
H A DMaxHistory.java16 import org.junit.runner.notification.Failure;
17 import org.junit.runner.notification.RunListener;
/external/junit/src/org/junit/internal/runners/
H A DJUnit4ClassRunner.java18 import org.junit.runner.notification.Failure;
19 import org.junit.runner.notification.RunNotifier;
H A DMethodRoadie.java15 import org.junit.runner.notification.Failure;
16 import org.junit.runner.notification.RunNotifier;
/external/webkit/Source/WebCore/bindings/cpp/
H A DWebDOMEventTarget.cpp188 if (WebCore::Notification* notification = value->toNotification())
189 return toWebKit(notification);
/external/webkit/Source/WebCore/bindings/js/
H A DJSEventTarget.cpp160 if (Notification* notification = target->toNotification())
161 return toJS(exec, notification);
/external/webkit/Tools/DumpRenderTree/mac/
H A DDumpRenderTreeWindow.mm109 - (void)webViewStartedAcceleratedCompositing:(NSNotification *)notification
/external/chromium/chrome/browser/chromeos/extensions/
H A Dfile_browser_event_router.cc224 chromeos::SystemNotification* notification = local
231 linked_ptr<chromeos::SystemNotification>(notification)));
232 notification->Show(message, false, false);

Completed in 349 milliseconds

12345678