Searched defs:notifyData (Results 1 – 15 of 15) sorted by relevance
/external/webkit/WebKit/chromium/src/ |
D | WebPluginLoadObserver.h | 44 const WebURL& notifyURL, void* notifyData) in WebPluginLoadObserver()
|
D | WebPluginContainerImpl.cpp | 259 const WebURLRequest& request, const WebString& target, bool notifyNeeded, void* notifyData) in loadFrameRequest()
|
/external/webkit/WebKit/mac/Plugins/ |
D | WebPluginRequest.m | 74 {
|
D | WebBaseNetscapePluginStream.h | 54 …apePluginStream> create(NSURLRequest *request, NPP plugin, bool sendNotification, void* notifyData) in create()
|
/external/webkit/WebCore/plugins/ |
D | npapi.cpp | 72 NPError NPN_GetURLNotify(NPP instance, const char* url, const char* target, void* notifyData) in NPN_GetURLNotify() 82 …e, const char* url, const char* target, uint32 len, const char* buf, NPBool file, void* notifyData) in NPN_PostURLNotify()
|
D | PluginView.h | 105 …st(const FrameLoadRequest& frameLoadRequest, bool sendNotification, void* notifyData, bool shouldA… in PluginRequest() 112 void* notifyData() const { return m_notifyData; } in notifyData() function
|
D | PluginStream.h | 60 …rame* frame, const ResourceRequest& request, bool sendNotification, void* notifyData, const NPPlug… in create()
|
D | PluginView.cpp | 557 …PluginView::load(const FrameLoadRequest& frameLoadRequest, bool sendNotification, void* notifyData) in load() 603 NPError PluginView::getURLNotify(const char* url, const char* target, void* notifyData) in getURLNotify() 635 …fy(const char* url, const char* target, uint32 len, const char* buf, NPBool file, void* notifyData) in postURLNotify() 1231 …r* url, const char* target, uint32 len, const char* buf, bool file, void* notifyData, bool sendNot… in handlePost()
|
D | PluginStream.cpp | 55 …ame, const ResourceRequest& resourceRequest, bool sendNotification, void* notifyData, const NPPlug… in PluginStream()
|
/external/webkit/WebKitTools/DumpRenderTree/win/TestNetscapePlugin/ |
D | main.cpp | 216 void NPP_URLNotify(NPP instance, const char *url, NPReason reason, void *notifyData) in NPP_URLNotify()
|
/external/webkit/WebCore/manual-tests/NPN_Invoke/ |
D | main.c | 218 void NPP_URLNotify(NPP instance, const char* url, NPReason reason, void* notifyData) in NPP_URLNotify()
|
/external/webkit/WebKitTools/DumpRenderTree/unix/TestNetscapePlugin/ |
D | TestNetscapePlugin.cpp | 237 webkit_test_plugin_url_notify(NPP instance, const char* url, NPReason reason, void* notifyData) in webkit_test_plugin_url_notify()
|
/external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/ |
D | main.cpp | 383 void NPP_URLNotify(NPP instance, const char *url, NPReason reason, void *notifyData) in NPP_URLNotify()
|
D | PluginObject.cpp | 872 void handleCallback(PluginObject* object, const char *url, NPReason reason, void *notifyData) in handleCallback()
|
/external/webkit/WebCore/bridge/ |
D | npapi.h | 212 void* notifyData; member
|