Home | History | Annotate | Download | only in plugins

Lines Matching refs:NPError

173         NPError getURLNotify(const char* url, const char* target, void* notifyData);
174 NPError getURL(const char* url, const char* target);
175 NPError postURLNotify(const char* url, const char* target, uint32_t len, const char* but, NPBool file, void* notifyData);
176 NPError postURL(const char* url, const char* target, uint32_t len, const char* but, NPBool file);
177 NPError newStream(NPMIMEType type, const char* target, NPStream** stream);
179 NPError destroyStream(NPStream* stream, NPReason reason);
188 NPError getValue(NPNVariable variable, void* value);
189 static NPError getValueStatic(NPNVariable variable, void* value);
190 NPError setValue(NPPVariable variable, void* value);
191 NPError getValueForURL(NPNURLVariable variable, const char* url, char** value, uint32_t* len);
192 NPError setValueForURL(NPNURLVariable variable, const char* url, const char* value, uint32_t len);
193 NPError getAuthenticationInfo(const char* protocol, const char* host, int32_t port, const char* scheme, const char* realm, char** username, uint32_t* ulen, char** password, uint32_t* plen);
301 NPError load(const FrameLoadRequest&, bool sendNotification, void* notifyData);
302 NPError handlePost(const char* url, const char* target, uint32_t len, const char* buf, bool file, void* notifyData, bool sendNotification, bool allowHeaders);
303 NPError handlePostReadFile(Vector<char>& buffer, uint32_t len, const char* buf);
319 static bool platformGetValueStatic(NPNVariable variable, void* value, NPError* result);
320 bool platformGetValue(NPNVariable variable, void* value, NPError* result);
373 NPError platformSetValue(NPPVariable variable, void* value);