HomeSort by relevance Sort by last modified time
    Searched refs:NPReason (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium_org/content/shell/tools/plugin/Tests/
EvaluateJSAfterRemovingPluginElement.cpp 43 virtual NPError NPP_DestroyStream(NPStream*, NPReason) OVERRIDE;
57 NPError EvaluateJSAfterRemovingPluginElement::NPP_DestroyStream(NPStream*, NPReason)
DocumentOpenInDestroyStream.cpp 47 virtual NPError NPP_DestroyStream(NPStream*, NPReason) OVERRIDE
GetURLNotifyWithURLThatFailsToLoad.cpp 58 virtual bool NPP_URLNotify(const char* url, NPReason reason, void* notifyData) OVERRIDE
GetURLWithJavaScriptURL.cpp 75 virtual NPError NPP_DestroyStream(NPStream* stream, NPReason reason) OVERRIDE
  /external/chromium_org/content/child/npapi/
plugin_string_stream.cc 32 NPReason reason = written == length ? NPRES_DONE : NPRES_NETWORK_ERR;
plugin_stream.h 52 void Notify(NPReason reason);
55 virtual bool Close(NPReason reason);
plugin_stream_url.h 42 virtual bool Close(NPReason reason) OVERRIDE;
webplugin_delegate.h 91 virtual void DidFinishLoadWithReason(const GURL& url, NPReason reason,
plugin_instance.h 160 void DidFinishLoadWithReason(const GURL& url, NPReason reason, int notify_id);
193 NPError NPP_DestroyStream(NPStream*, NPReason);
197 void NPP_URLNotify(const char*, NPReason, void*);
plugin_stream.cc 230 bool PluginStream::Close(NPReason reason) {
268 void PluginStream::Notify(NPReason reason) {
plugin_stream_url.cc 57 bool PluginStreamUrl::Close(NPReason reason) {
  /external/chromium_org/content/test/plugin/
plugin_get_javascript_url2_test.h 31 NPReason reason,
plugin_get_javascript_url_test.h 30 NPReason reason,
plugin_geturl_test.h 40 virtual void URLNotify(const char* url, NPReason reason,
plugin_npobject_lifetime_test.h 27 NPReason reason,
plugin_get_javascript_url2_test.cc 111 void ExecuteGetJavascriptUrl2Test::URLNotify(const char* url, NPReason reason, void* data) {
plugin_test.h 42 virtual void URLNotify(const char* url, NPReason reason, void* data);
plugin_get_javascript_url_test.cc 195 void ExecuteGetJavascriptUrlTest::URLNotify(const char* url, NPReason reason,
  /external/chromium_org/third_party/npapi/npspy/include/
epmanager.h 94 NPError callNPP_DestroyStream(NPP instance, NPStream* stream, NPReason reason);
99 void callNPP_URLNotify(NPP instance, const char* url, NPReason reason, void* notifyData);
  /external/chromium_org/content/shell/tools/plugin/
PluginObject.h 84 NPReason reason,
PluginTest.cpp 104 NPError PluginTest::NPP_DestroyStream(NPStream* stream, NPReason reason) {
119 bool PluginTest::NPP_URLNotify(const char* url, NPReason, void* notifyData) {
PluginTest.h 89 virtual NPError NPP_DestroyStream(NPStream*, NPReason);
96 virtual bool NPP_URLNotify(const char* url, NPReason, void* notifyData);
  /external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
main.c 44 NPError NPP_DestroyStream(NPP instance, NPStream* stream, NPReason reason);
50 void NPP_URLNotify(NPP instance, const char* URL, NPReason reason, void* notifyData);
189 NPError NPP_DestroyStream(NPP instance, NPStream* stream, NPReason reason)
218 void NPP_URLNotify(NPP instance, const char* url, NPReason reason, void* notifyData)
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npapi.h 229 typedef int16 NPReason;
625 * Values of type NPReason:
693 NPReason reason);
702 NPReason reason, void* notifyData);
729 NPError NP_LOADDS NPN_DestroyStream(NPP instance, NPStream* stream, NPReason reason);
  /external/chromium_org/third_party/npapi/bindings/
npfunctions.h 55 typedef NPError (* NP_LOADDS NPP_DestroyStreamProcPtr)(NPP instance, NPStream* stream, NPReason reason);
61 typedef void (* NP_LOADDS NPP_URLNotifyProcPtr)(NPP instance, const char* url, NPReason reason, void* notifyData);
81 typedef NPError (*NPN_DestroyStreamProcPtr)(NPP instance, NPStream* stream, NPReason reason);

Completed in 96 milliseconds

1 2