Searched refs:sendNotification (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebPluginRequest.h40 - (id)initWithRequest:(NSURLRequest *)request frameName:(NSString *)frameName notifyData:(void *)notifyData sendNotification:(BOOL)sendNotification didStartFromUserGesture:(BOOL)currentEventIsUserGesture;
46 - (BOOL)sendNotification;
H A DWebPluginRequest.m35 - (id)initWithRequest:(NSURLRequest *)request frameName:(NSString *)frameName notifyData:(void *)notifyData sendNotification:(BOOL)sendNotification didStartFromUserGesture:(BOOL)currentEventIsUserGesture
44 _sendNotification = sendNotification;
70 - (BOOL)sendNotification
H A DWebNetscapePluginStream.h55 static PassRefPtr<WebNetscapePluginStream> create(NSURLRequest *request, NPP plugin, bool sendNotification, void* notifyData) argument
57 return adoptRef(new WebNetscapePluginStream(request, plugin, sendNotification, notifyData));
130 WebNetscapePluginStream(NSURLRequest *, NPP, bool sendNotification, void* notifyData);
H A DWebNetscapePluginView.mm188 - (NPError)loadRequest:(NSMutableURLRequest *)request inTarget:(const char *)cTarget withNotifyData:(void *)notifyData sendNotification:(BOOL)sendNotification;
1156 [self loadRequest:request inTarget:nil withNotifyData:nil sendNotification:NO];
1582 if ([JSPluginRequest sendNotification]) {
1594 RefPtr<WebNetscapePluginStream> stream = WebNetscapePluginStream::create([NSURLRequest requestWithURL:URL], plugin, [JSPluginRequest sendNotification], [JSPluginRequest notifyData]);
1613 ASSERT([pluginRequest sendNotification]);
1658 if ([pluginRequest sendNotification]) {
1680 if ([pluginRequest sendNotification]) {
1694 - (NPError)loadRequest:(NSMutableURLRequest *)request inTarget:(const char *)cTarget withNotifyData:(void *)notifyData sendNotification:(BOOL)sendNotification
[all...]
H A DWebNetscapePluginView.h159 - (NPError)loadRequest:(NSURLRequest *)request inTarget:(NSString *)target withNotifyData:(void *)notifyData sendNotification:(BOOL)sendNotification;
H A DWebNetscapePluginStream.mm143 WebNetscapePluginStream::WebNetscapePluginStream(NSURLRequest *request, NPP plugin, bool sendNotification, void* notifyData)
149 , m_sendNotification(sendNotification)
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DNetscapePluginStream.h51 static PassRefPtr<NetscapePluginStream> create(PassRefPtr<NetscapePlugin> plugin, uint64_t streamID, const String& requestURLString, bool sendNotification, void* notificationData) argument
53 return adoptRef(new NetscapePluginStream(plugin, streamID, requestURLString, sendNotification, notificationData));
72 NetscapePluginStream(PassRefPtr<NetscapePlugin>, uint64_t streamID, const String& requestURLString, bool sendNotification, void* notificationData);
H A DNetscapePluginStream.cpp39 NetscapePluginStream::NetscapePluginStream(PassRefPtr<NetscapePlugin> plugin, uint64_t streamID, const String& requestURLString, bool sendNotification, void* notificationData) argument
43 , m_sendNotification(sendNotification)
H A DNetscapePlugin.cpp172 bool sendNotification, void* notificationData)
180 RefPtr<NetscapePluginStream> pluginStream = NetscapePluginStream::create(this, requestID, urlString, sendNotification, notificationData);
187 if (sendNotification) {
171 loadURL(const String& method, const String& urlString, const String& target, const HTTPHeaderMap& headerFields, const Vector<uint8_t>& httpBody, bool sendNotification, void* notificationData) argument
H A DNetscapePlugin.h98 const Vector<uint8_t>& httpBody, bool sendNotification, void* notificationData);
/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginStream.h60 static PassRefPtr<PluginStream> create(PluginStreamClient* client, Frame* frame, const ResourceRequest& request, bool sendNotification, void* notifyData, const NPPluginFuncs* functions, NPP instance, const PluginQuirkSet& quirks) argument
62 return adoptRef(new PluginStream(client, frame, request, sendNotification, notifyData, functions, instance, quirks));
86 PluginStream(PluginStreamClient*, Frame*, const ResourceRequest&, bool sendNotification, void* notifyData, const NPPluginFuncs*, NPP instance, const PluginQuirkSet&);
H A DPluginView.h98 PluginRequest(const FrameLoadRequest& frameLoadRequest, bool sendNotification, void* notifyData, bool shouldAllowPopups) argument
101 , m_sendNotification(sendNotification)
106 bool sendNotification() const { return m_sendNotification; } function in class:WebCore::PluginRequest
259 NPError load(const FrameLoadRequest&, bool sendNotification, void* notifyData);
260 NPError handlePost(const char* url, const char* target, uint32_t len, const char* buf, bool file, void* notifyData, bool sendNotification, bool allowHeaders);
H A DPluginView.cpp441 RefPtr<PluginStream> stream = PluginStream::create(this, m_parentFrame.get(), request->frameLoadRequest().resourceRequest(), request->sendNotification(), request->notifyData(), plugin()->pluginFuncs(), instance(), m_plugin->quirks());
455 if (request->sendNotification()) {
483 RefPtr<PluginStream> stream = PluginStream::create(this, m_parentFrame.get(), request->frameLoadRequest().resourceRequest(), request->sendNotification(), request->notifyData(), plugin()->pluginFuncs(), instance(), m_plugin->quirks());
514 NPError PluginView::load(const FrameLoadRequest& frameLoadRequest, bool sendNotification, void* notifyData) argument
542 scheduleRequest(adoptPtr(new PluginRequest(frameLoadRequest, sendNotification, notifyData, arePopupsAllowed())));
1131 NPError PluginView::handlePost(const char* url, const char* target, uint32_t len, const char* buf, bool file, void* notifyData, bool sendNotification, bool allowHeaders) argument
1185 return load(frameLoadRequest, sendNotification, notifyData);
H A DPluginStream.cpp59 PluginStream::PluginStream(PluginStreamClient* client, Frame* frame, const ResourceRequest& resourceRequest, bool sendNotification, void* notifyData, const NPPluginFuncs* pluginFuncs, NPP instance, const PluginQuirkSet& quirks) argument
64 , m_sendNotification(sendNotification)
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dnotifications.cpp70 sendNotification(message);
80 sendNotification(message);
82 sendNotification(next);
86 void Listener::sendNotification(Notification *message) function in class:Listener
H A Dnotifications.h117 static void sendNotification(Notification *message);
/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioEngine.cpp1706 sendNotification(kIOAudioEngineStartedNotification);
1731 sendNotification(kIOAudioEngineStoppedNotification);
1764 sendNotification(kIOAudioEnginePausedNotification);
1787 sendNotification(kIOAudioEngineResumedNotification);
1944 sendNotification(kIOAudioEngineChangeNotification);
2388 void IOAudioEngine::sendNotification(UInt32 notificationType) function in class:IOAudioEngine
2398 userClient->sendNotification(notificationType);
2418 sendNotification(kIOAudioEngineChangeNotification);
2499 sendNotification(kIOAudioEngineChangeNotification);
H A DIOAudioEngine.h842 virtual void sendNotification(UInt32 notificationType ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
H A DIOAudioEngineUserClient.h277 virtual IOReturn sendNotification(UInt32 notificationType) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
H A DIOAudioEngineUserClient.cpp2744 IOReturn IOAudioEngineUserClient::sendNotification(UInt32 notificationType) function in class:IOAudioEngineUserClient
2748 audioDebugIOLog(3, "+ IOAudioEngineUserClient[%p]::sendNotification(%ld)\n", this, (long int)notificationType);
2766 audioDebugIOLog(3, "- IOAudioEngineUserClient[%p]::sendNotification(%ld) returns 0x%lX\n", this, (long int)notificationType, (long unsigned int)result );
/macosx-10.10/PowerManagement-494.1.2/pmconfigd/
H A DPrivateLib.c676 static void sendNotification(int command) function
706 sendNotification( PowerManagerScheduledShutdown );
711 sendNotification( PowerManagerScheduledSleep );
716 sendNotification( PowerManagerScheduledRestart );

Completed in 336 milliseconds