HomeSort by relevance Sort by last modified time
    Searched defs:notifyData (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/plugins/
PluginView.h 105 PluginRequest(const FrameLoadRequest& frameLoadRequest, bool sendNotification, void* notifyData, bool shouldAllowPopups)
107 , m_notifyData(notifyData)
112 void* notifyData() const { return m_notifyData; }
151 NPError getURLNotify(const char* url, const char* target, void* notifyData);
153 NPError postURLNotify(const char* url, const char* target, uint32 len, const char* but, NPBool file, void* notifyData);
259 NPError load(const FrameLoadRequest&, bool sendNotification, void* notifyData);
260 NPError handlePost(const char* url, const char* target, uint32 len, const char* buf, bool file, void* notifyData, bool sendNotification, bool allowHeaders);
  /external/webkit/WebCore/bridge/
npapi.h 212 void* notifyData;
835 NPReason reason, void* notifyData);
849 const char* target, void* notifyData);
855 void* notifyData);

Completed in 65 milliseconds