Searched refs:notification (Results 151 - 175 of 199) sorted by relevance

12345678

/external/webkit/Source/WebKit/mac/Plugins/
H A DWebPluginController.mm511 - (void)_webPluginContainerPostMediaPlayerNotification:(int)notification forElement:(DOMElement *)element
515 client->deliverNotification((MediaPlayerProxyNotificationType)notification);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebVideoFullscreenController.mm232 - (void)applicationDidResignActive:(NSNotification*)notification
338 - (void)applicationDidChangeScreenParameters:(NSNotification*)notification
H A DWebPDFView.mm91 - (void)_PDFDocumentViewMightHaveScrolled:(NSNotification *)notification;
423 // FIXME 2573089: we can observe a notification for first responder changes
459 // FIXME 2573089: we can observe a notification for changes to the first responder
1305 - (void)_PDFDocumentViewMightHaveScrolled:(NSNotification *)notification
1308 ASSERT([notification object] == clipView);
1335 - (void)_scaleOrDisplayModeOrPageChanged:(NSNotification *)notification
1337 ASSERT([notification object] == PDFSubview);
H A DWebVideoFullscreenHUDWindowController.mm664 - (void)windowDidExpose:(NSNotification *)notification
669 - (void)windowDidClose:(NSNotification *)notification
H A DWebFullScreenController.mm327 - (void)applicationDidResignActive:(NSNotification*)notification
342 - (void)applicationDidChangeScreenParameters:(NSNotification*)notification
/external/webkit/Source/WebKit2/UIProcess/mac/
H A DWKFullScreenWindowController.mm144 - (void)applicationDidResignActive:(NSNotification*)notification
159 - (void)applicationDidChangeScreenParameters:(NSNotification*)notification
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
H A Dikev2_common.h323 const u8 *notification; member in struct:ikev2_payloads
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Dikev2_common.h317 const u8 *notification; member in struct:ikev2_payloads
/external/wpa_supplicant_8/src/eap_common/
H A Dikev2_common.h317 const u8 *notification; member in struct:ikev2_payloads
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Dikev2_common.h317 const u8 *notification; member in struct:ikev2_payloads
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.mm185 -(void)loadStateChanged:(NSNotification *)notification;
186 -(void)rateChanged:(NSNotification *)notification;
187 -(void)sizeChanged:(NSNotification *)notification;
188 -(void)timeChanged:(NSNotification *)notification;
189 -(void)didEnd:(NSNotification *)notification;
400 // In newer version of QuickTime, a notification is emitted when maxTimeLoaded changes.
1212 // notification. Update m_seekTo so we can detect when the seek completes.
1269 // process the notification a frame should have propagated the VisualContext and been set on
/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DWKView.mm1736 - (void)_windowDidBecomeKey:(NSNotification *)notification
1738 NSWindow *keyWindow = [notification object];
1745 - (void)_windowDidResignKey:(NSNotification *)notification
1747 NSWindow *formerKeyWindow = [notification object];
1754 - (void)_windowDidMiniaturize:(NSNotification *)notification
1759 - (void)_windowDidDeminiaturize:(NSNotification *)notification
1764 - (void)_windowFrameDidChange:(NSNotification *)notification
1769 - (void)_windowDidOrderOffScreen:(NSNotification *)notification
1774 - (void)_windowDidOrderOnScreen:(NSNotification *)notification
/external/chromium/chrome/browser/ui/views/notifications/
H A Dballoon_view.cc14 #include "chrome/browser/notifications/notification.h"
218 balloon_->notification().content_url());
289 balloon->notification().display_source());
/external/webkit/Source/WebCore/platform/graphics/
H A DMediaPlayer.cpp665 void MediaPlayer::deliverNotification(MediaPlayerProxyNotificationType notification) argument
667 m_private->deliverNotification(notification);
/external/webkit/Tools/DumpRenderTree/mac/
H A DUIDelegate.mm72 - (void)modalWindowWillClose:(NSNotification *)notification
H A DAccessibilityUIElementMac.mm62 typedef void (*AXPostedNotificationCallback)(id element, NSString* notification, void* context);
128 - (void)_notificationReceived:(NSNotification *)notification
130 NSString *notificationName = [[notification userInfo] objectForKey:@"notificationName"];
171 // The notification handler should be nil because removeNotificationListener() should have been called in the test.
1171 // Mac programmers should not be adding more than one notification listener per element.
/external/junit/src/org/junit/runners/
H A DBlockJUnit4ClassRunner.java23 import org.junit.runner.notification.RunNotifier;
/external/webkit/Source/WebCore/html/
H A DHTMLMediaElement.h157 void deliverNotification(MediaPlayerProxyNotificationType notification);
/external/webkit/Source/WebKit/mac/History/
H A DWebHistoryItem.mm304 // "History Item has Changed" notification - no harm in doing this
649 - (void)windowWillClose:(NSNotification *)notification
652 [self performSelectorOnMainThread:_cmd withObject:notification waitUntilDone:NO];
/external/chromium/chrome/browser/automation/
H A Dautomation_provider_observers.cc39 #include "chrome/browser/notifications/notification.h"
315 NotificationType notification, AutomationProvider* automation)
317 notification_(notification) {
352 // This tab notification doesn't belong to the parent_.
917 // At the time of the notification the browser being closed is not removed
962 // Define mapping from command to notification
2090 // Returns whether the notification's host has a non-null process handle.
2145 const Notification& notification = (*iter)->notification(); local
2147 balloon->SetString("content_url", notification
314 TabStripNotificationObserver( NotificationType notification, AutomationProvider* automation) argument
[all...]
/external/webkit/Source/WebKit/win/
H A DWebView.cpp210 /* [in] */ IWebNotification* notification);
223 HRESULT PreferencesChangedOrRemovedObserver::onNotify(IWebNotification* notification) argument
228 hr = notification->getObject(&unkPrefs);
242 hr = notification->name(&nameBSTR);
2699 HRESULT WebView::notifyDidAddIcon(IWebNotification* notification)
2702 HRESULT hr = notification->userInfo(&propertyBag);
4453 /* [in] */ IWebNotification* notification)
4456 HRESULT hr = notification->name(&nameBSTR);
4464 return notifyDidAddIcon(notification);
4467 return notifyPreferencesChanged(notification);
[all...]
/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebViewHost.cpp527 void WebViewHost::postAccessibilityNotification(const WebAccessibilityObject& obj, WebAccessibilityNotification notification) argument
529 if (notification == WebAccessibilityNotificationFocusedUIElementChanged)
535 switch (notification) {
/external/chromium/chrome/browser/extensions/
H A Dextension_crash_recovery_browsertest.cc12 #include "chrome/browser/notifications/notification.h"
53 manager->CancelById(balloon->notification().notification_id());
/external/guava/guava/src/com/google/common/cache/
H A DCacheBuilder.java59 * <li>notification of evicted (or otherwise removed) entries
178 public void onRemoval(RemovalNotification<Object, Object> notification) {} argument
/external/webkit/Source/WebCore/rendering/
H A DRenderView.cpp643 void RenderView::notifyWidgets(WidgetNotification notification) argument
649 renderWidgets[i]->notifyWidget(notification);

Completed in 408 milliseconds

12345678