NPError           344 content/child/npapi/plugin_host.cc NPError NPN_RequestRead(NPStream* stream, NPByteRange* range_list) {
NPError           358 content/child/npapi/plugin_host.cc static NPError GetURLNotify(NPP id,
NPError           377 content/child/npapi/plugin_host.cc NPError NPN_GetURLNotify(NPP id,
NPError           401 content/child/npapi/plugin_host.cc NPError NPN_GetURL(NPP id, const char* url, const char* target) {
NPError           419 content/child/npapi/plugin_host.cc static NPError PostURLNotify(NPP id,
NPError           504 content/child/npapi/plugin_host.cc NPError NPN_PostURLNotify(NPP id,
NPError           514 content/child/npapi/plugin_host.cc NPError NPN_PostURL(NPP id,
NPError           544 content/child/npapi/plugin_host.cc NPError NPN_NewStream(NPP id,
NPError           566 content/child/npapi/plugin_host.cc NPError NPN_DestroyStream(NPP id, NPStream* stream, NPReason reason) {
NPError           671 content/child/npapi/plugin_host.cc NPError NPN_GetValue(NPP id, NPNVariable variable, void* value) {
NPError           683 content/child/npapi/plugin_host.cc   NPError rv = NPERR_GENERIC_ERROR;
NPError           836 content/child/npapi/plugin_host.cc NPError NPN_SetValue(NPP id, NPPVariable variable, void* value) {
NPError           942 content/child/npapi/plugin_host.cc NPError NPN_GetValueForURL(NPP id,
NPError           999 content/child/npapi/plugin_host.cc NPError NPN_SetValueForURL(NPP id,
NPError          1036 content/child/npapi/plugin_host.cc NPError NPN_GetAuthenticationInfo(NPP id,
NPError          1071 content/child/npapi/plugin_host.cc NPError NPN_PopUpContextMenu(NPP id, NPMenu* menu) {
NPError           162 content/child/npapi/plugin_instance.cc   NPError err = NPP_New(mode, param_count,
NPError           175 content/child/npapi/plugin_instance.cc   NPError error = NPP_GetValue(NPPVpluginScriptableNPObject, &value);
NPError           184 content/child/npapi/plugin_instance.cc   NPError error = NPP_GetValue(NPPVformValue, &plugin_value);
NPError           215 content/child/npapi/plugin_instance.cc NPError PluginInstance::NPP_New(unsigned short mode,
NPError           256 content/child/npapi/plugin_instance.cc NPError PluginInstance::NPP_SetWindow(NPWindow* window) {
NPError           266 content/child/npapi/plugin_instance.cc NPError PluginInstance::NPP_NewStream(NPMIMEType type,
NPError           278 content/child/npapi/plugin_instance.cc NPError PluginInstance::NPP_DestroyStream(NPStream* stream, NPReason reason) {
NPError           286 content/child/npapi/plugin_instance.cc     NPError result = npp_functions_->destroystream(npp_, stream, reason);
NPError           338 content/child/npapi/plugin_instance.cc NPError PluginInstance::NPP_GetValue(NPPVariable variable, void* value) {
NPError           347 content/child/npapi/plugin_instance.cc NPError PluginInstance::NPP_SetValue(NPNVariable variable, void* value) {
NPError           483 content/child/npapi/plugin_instance.cc NPError PluginInstance::PopUpContextMenu(NPMenu* menu) {
NPError           185 content/child/npapi/plugin_instance.h   NPError PopUpContextMenu(NPMenu* menu);
NPError           190 content/child/npapi/plugin_instance.h   NPError NPP_New(unsigned short, short, char *[], char *[]);
NPError           191 content/child/npapi/plugin_instance.h   NPError NPP_SetWindow(NPWindow*);
NPError           192 content/child/npapi/plugin_instance.h   NPError NPP_NewStream(NPMIMEType, NPStream*, NPBool, unsigned short*);
NPError           193 content/child/npapi/plugin_instance.h   NPError NPP_DestroyStream(NPStream*, NPReason);
NPError           198 content/child/npapi/plugin_instance.h   NPError NPP_GetValue(NPPVariable, void*);
NPError           199 content/child/npapi/plugin_instance.h   NPError NPP_SetValue(NPNVariable, void*);
NPError            92 content/child/npapi/plugin_lib.cc NPError PluginLib::NP_Initialize() {
NPError           107 content/child/npapi/plugin_lib.cc   NPError rv = entry_points_.np_initialize(host->host_functions(),
NPError           110 content/child/npapi/plugin_lib.cc   NPError rv = entry_points_.np_initialize(host->host_functions());
NPError           131 content/child/npapi/plugin_lib.cc NPError PluginLib::NP_ClearSiteData(const char* site,
NPError            71 content/child/npapi/plugin_lib.h   NPError NP_Initialize();
NPError            77 content/child/npapi/plugin_lib.h   NPError NP_ClearSiteData(const char* site, uint64 flags, uint64 max_age);
NPError            85 content/child/npapi/plugin_stream.cc   NPError err = instance_->NPP_NewStream((NPMIMEType)char_mime_type,
NPError           255 content/child/npapi/plugin_stream.cc       NPError err = instance_->NPP_DestroyStream(&stream_, reason);
NPError            34 content/child/npapi/webplugin_delegate_impl.cc   NPError err = plugin_lib->NP_Initialize();
NPError           114 content/child/npapi/webplugin_delegate_impl_gtk.cc   NPError err = instance_->NPP_GetValue(NPPVpluginNeedsXEmbed, &xembed);
NPError           212 content/child/npapi/webplugin_delegate_impl_gtk.cc   NPError err = instance()->NPP_SetWindow(&window_);
NPError           379 content/child/npapi/webplugin_delegate_impl_gtk.cc     NPError err = instance()->NPP_SetWindow(&window_);
NPError           517 content/child/npapi/webplugin_delegate_impl_gtk.cc   NPError err = instance()->NPP_SetWindow(&window_);
NPError           854 content/child/npapi/webplugin_delegate_impl_win.cc   NPError err = instance()->NPP_SetWindow(&window_);
NPError          1119 content/child/npapi/webplugin_delegate_impl_win.cc   NPError err = instance()->NPP_SetWindow(&window_);
NPError           311 content/common/plugin_list_posix.cc   typedef NPError (*NP_GetValueType)(void* unused,
NPError           323 content/plugin/plugin_channel.cc     NPError err = plugin_lib->NP_Initialize();
NPError            91 content/shell/tools/plugin/PluginObject.cpp   NPError error =
NPError           631 content/shell/tools/plugin/PluginObject.cpp     NPError npErr = browser->geturl(obj->npp, urlString, targetString);
NPError           640 content/shell/tools/plugin/PluginObject.cpp     NPError npErr = browser->geturl(obj->npp, urlString, 0);
NPError           702 content/shell/tools/plugin/PluginObject.cpp   NPError npError =
NPError           712 content/shell/tools/plugin/PluginObject.cpp   NPError npError = browser->destroystream(obj->npp, 0, NPRES_USER_BREAK);
NPError           922 content/shell/tools/plugin/PluginObject.cpp   NPError error = browser->posturl(
NPError            84 content/shell/tools/plugin/PluginTest.cpp NPError PluginTest::NPP_New(NPMIMEType pluginType,
NPError            93 content/shell/tools/plugin/PluginTest.cpp NPError PluginTest::NPP_Destroy(NPSavedData**) { return NPERR_NO_ERROR; }
NPError            95 content/shell/tools/plugin/PluginTest.cpp NPError PluginTest::NPP_SetWindow(NPWindow*) { return NPERR_NO_ERROR; }
NPError            97 content/shell/tools/plugin/PluginTest.cpp NPError PluginTest::NPP_NewStream(NPMIMEType type,
NPError           104 content/shell/tools/plugin/PluginTest.cpp NPError PluginTest::NPP_DestroyStream(NPStream* stream, NPReason reason) {
NPError           126 content/shell/tools/plugin/PluginTest.cpp NPError PluginTest::NPP_GetValue(NPPVariable variable, void* value) {
NPError           132 content/shell/tools/plugin/PluginTest.cpp NPError PluginTest::NPP_SetValue(NPNVariable, void* value) {
NPError           138 content/shell/tools/plugin/PluginTest.cpp NPError PluginTest::NPN_GetURL(const char* url, const char* target) {
NPError           142 content/shell/tools/plugin/PluginTest.cpp NPError PluginTest::NPN_GetURLNotify(const char* url,
NPError           148 content/shell/tools/plugin/PluginTest.cpp NPError PluginTest::NPN_GetValue(NPNVariable variable, void* value) {
NPError            77 content/shell/tools/plugin/PluginTest.h   virtual NPError NPP_New(NPMIMEType pluginType,
NPError            83 content/shell/tools/plugin/PluginTest.h   virtual NPError NPP_Destroy(NPSavedData**);
NPError            84 content/shell/tools/plugin/PluginTest.h   virtual NPError NPP_SetWindow(NPWindow*);
NPError            85 content/shell/tools/plugin/PluginTest.h   virtual NPError NPP_NewStream(NPMIMEType,
NPError            89 content/shell/tools/plugin/PluginTest.h   virtual NPError NPP_DestroyStream(NPStream*, NPReason);
NPError            97 content/shell/tools/plugin/PluginTest.h   virtual NPError NPP_GetValue(NPPVariable, void* value);
NPError            98 content/shell/tools/plugin/PluginTest.h   virtual NPError NPP_SetValue(NPNVariable, void* value);
NPError           101 content/shell/tools/plugin/PluginTest.h   NPError NPN_GetURL(const char* url, const char* target);
NPError           102 content/shell/tools/plugin/PluginTest.h   NPError NPN_GetURLNotify(const char* url,
NPError           105 content/shell/tools/plugin/PluginTest.h   NPError NPN_GetValue(NPNVariable, void* value);
NPError            47 content/shell/tools/plugin/Tests/DocumentOpenInDestroyStream.cpp     virtual NPError NPP_DestroyStream(NPStream*, NPReason) OVERRIDE
NPError            43 content/shell/tools/plugin/Tests/EvaluateJSAfterRemovingPluginElement.cpp     virtual NPError NPP_DestroyStream(NPStream*, NPReason) OVERRIDE;
NPError            57 content/shell/tools/plugin/Tests/EvaluateJSAfterRemovingPluginElement.cpp NPError EvaluateJSAfterRemovingPluginElement::NPP_DestroyStream(NPStream*, NPReason)
NPError            43 content/shell/tools/plugin/Tests/EvaluateJSWithinNPP_New.cpp     virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *);
NPError            52 content/shell/tools/plugin/Tests/EvaluateJSWithinNPP_New.cpp NPError EvaluteJSWithinNPP_New::NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *saved)
NPError            16 content/shell/tools/plugin/Tests/FormValue.cpp     virtual NPError NPP_GetValue(NPPVariable, void*) OVERRIDE;
NPError            19 content/shell/tools/plugin/Tests/FormValue.cpp NPError FormValue::NPP_GetValue(NPPVariable variable, void *value)
NPError            48 content/shell/tools/plugin/Tests/GetURLNotifyWithURLThatFailsToLoad.cpp  virtual NPError NPP_New(NPMIMEType pluginType,
NPError            51 content/shell/tools/plugin/Tests/GetURLWithJavaScriptURL.cpp  virtual NPError NPP_New(NPMIMEType pluginType,
NPError            61 content/shell/tools/plugin/Tests/GetURLWithJavaScriptURL.cpp     virtual NPError NPP_NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype) OVERRIDE
NPError            75 content/shell/tools/plugin/Tests/GetURLWithJavaScriptURL.cpp     virtual NPError NPP_DestroyStream(NPStream* stream, NPReason reason) OVERRIDE
NPError            44 content/shell/tools/plugin/Tests/GetURLWithJavaScriptURLDestroyingPlugin.cpp  virtual NPError NPP_New(NPMIMEType pluginType,
NPError            46 content/shell/tools/plugin/Tests/GetUserAgentWithNullNPPFromNPPNew.cpp  virtual NPError NPP_New(NPMIMEType pluginType,
NPError            43 content/shell/tools/plugin/Tests/InvokeDestroysPluginWithinNPP_New.cpp     virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *);
NPError            52 content/shell/tools/plugin/Tests/InvokeDestroysPluginWithinNPP_New.cpp NPError InvokeDestroysPluginWithinNPP_New::NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *saved)
NPError            17 content/shell/tools/plugin/Tests/LeakWindowScriptableObject.cpp  virtual NPError NPP_New(NPMIMEType pluginType,
NPError            41 content/shell/tools/plugin/Tests/LogNPPSetWindow.cpp     virtual NPError NPP_SetWindow(NPWindow*) OVERRIDE;
NPError            49 content/shell/tools/plugin/Tests/LogNPPSetWindow.cpp NPError LogNPPSetWindow::NPP_SetWindow(NPWindow* window)
NPError            73 content/shell/tools/plugin/Tests/NPDeallocateCalledBeforeNPShutdown.cpp     virtual NPError NPP_New(NPMIMEType pluginType,
NPError            84 content/shell/tools/plugin/Tests/NPDeallocateCalledBeforeNPShutdown.cpp     virtual NPError NPP_GetValue(NPPVariable variable, void *value) OVERRIDE
NPError            44 content/shell/tools/plugin/Tests/NPPNewFails.cpp  virtual NPError NPP_New(NPMIMEType pluginType,
NPError            50 content/shell/tools/plugin/Tests/NPPSetWindowCalledDuringDestruction.cpp     virtual NPError NPP_GetValue(NPPVariable, void*);
NPError            51 content/shell/tools/plugin/Tests/NPPSetWindowCalledDuringDestruction.cpp     virtual NPError NPP_SetWindow(NPWindow*);
NPError            52 content/shell/tools/plugin/Tests/NPPSetWindowCalledDuringDestruction.cpp     virtual NPError NPP_Destroy(NPSavedData**);
NPError            69 content/shell/tools/plugin/Tests/NPPSetWindowCalledDuringDestruction.cpp NPError NPPSetWindowCalledDuringDestruction::NPP_GetValue(NPPVariable variable, void* value)
NPError            79 content/shell/tools/plugin/Tests/NPPSetWindowCalledDuringDestruction.cpp NPError NPPSetWindowCalledDuringDestruction::NPP_SetWindow(NPWindow* window)
NPError           103 content/shell/tools/plugin/Tests/NPPSetWindowCalledDuringDestruction.cpp NPError NPPSetWindowCalledDuringDestruction::NPP_Destroy(NPSavedData**)
NPError            40 content/shell/tools/plugin/Tests/NPRuntimeCallsWithNullNPP.cpp  virtual NPError NPP_New(NPMIMEType pluginType,
NPError            80 content/shell/tools/plugin/Tests/NPRuntimeObjectFromDestroyedPlugin.cpp     virtual NPError NPP_GetValue(NPPVariable variable, void *value) OVERRIDE
NPError           162 content/shell/tools/plugin/Tests/NPRuntimeRemoveProperty.cpp     virtual NPError NPP_GetValue(NPPVariable variable, void* value) OVERRIDE {
NPError            43 content/shell/tools/plugin/Tests/NullNPPGetValuePointer.cpp     virtual NPError NPP_Destroy(NPSavedData**) OVERRIDE;
NPError            44 content/shell/tools/plugin/Tests/NullNPPGetValuePointer.cpp     virtual NPError NPP_GetValue(NPPVariable, void* value) OVERRIDE;
NPError            62 content/shell/tools/plugin/Tests/NullNPPGetValuePointer.cpp NPError NullNPPGetValuePointer::NPP_Destroy(NPSavedData**)
NPError            70 content/shell/tools/plugin/Tests/NullNPPGetValuePointer.cpp NPError NullNPPGetValuePointer::NPP_GetValue(NPPVariable, void*)
NPError            48 content/shell/tools/plugin/Tests/PassDifferentNPPStruct.cpp     virtual NPError NPP_SetWindow(NPWindow* window) OVERRIDE
NPError            59 content/shell/tools/plugin/Tests/PassDifferentNPPStruct.cpp         NPError error = NPN_GetValue(NPNVprivateModeBool, &privateMode);
NPError            54 content/shell/tools/plugin/Tests/PluginScriptableNPObjectInvokeDefault.cpp     virtual NPError NPP_GetValue(NPPVariable variable, void *value) OVERRIDE
NPError            75 content/shell/tools/plugin/Tests/PluginScriptableObjectOverridesAllProperties.cpp     virtual NPError NPP_GetValue(NPPVariable variable, void *value) OVERRIDE
NPError            74 content/shell/tools/plugin/Tests/SlowNPPNew.cpp     virtual NPError NPP_GetValue(NPPVariable variable, void *value)
NPError            84 content/shell/tools/plugin/Tests/SlowNPPNew.cpp     virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *saved)
NPError            71 content/shell/tools/plugin/main.cpp NPError STDCALL NP_GetEntryPoints(NPPluginFuncs *pluginFuncs);
NPError            76 content/shell/tools/plugin/main.cpp NPError STDCALL NP_Initialize(NPNetscapeFuncs *browserFuncs
NPError           103 content/shell/tools/plugin/main.cpp NPError STDCALL NP_GetEntryPoints(NPPluginFuncs *pluginFuncs)
NPError           149 content/shell/tools/plugin/main.cpp NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved)
NPError           320 content/shell/tools/plugin/main.cpp NPError NPP_Destroy(NPP instance, NPSavedData **save)
NPError           367 content/shell/tools/plugin/main.cpp NPError NPP_SetWindow(NPP instance, NPWindow *window)
NPError           411 content/shell/tools/plugin/main.cpp NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream *stream, NPBool seekable, uint16_t *stype)
NPError           429 content/shell/tools/plugin/main.cpp NPError NPP_DestroyStream(NPP instance, NPStream *stream, NPReason reason)
NPError           435 content/shell/tools/plugin/main.cpp         NPError error = browser->getvalue(instance, NPNVWindowNPObject, &windowObject);
NPError           831 content/shell/tools/plugin/main.cpp NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value)
NPError           878 content/shell/tools/plugin/main.cpp NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value)
NPError           892 content/shell/tools/plugin/main.cpp NPError NP_GetValue(NPP instance, NPPVariable variable, void* value)
NPError            65 content/test/plugin/npapi_test.cc EXPORT NPError API_CALL NP_GetEntryPoints(NPPluginFuncs* pFuncs) {
NPError            69 content/test/plugin/npapi_test.cc EXPORT NPError API_CALL NP_Shutdown() {
NPError            74 content/test/plugin/npapi_test.cc EXPORT NPError API_CALL NP_Initialize(NPNetscapeFuncs* npnFuncs) {
NPError            78 content/test/plugin/npapi_test.cc EXPORT NPError API_CALL NP_Initialize(NPNetscapeFuncs* npnFuncs,
NPError            80 content/test/plugin/npapi_test.cc   NPError error = NPAPIClient::PluginClient::Initialize(npnFuncs);
NPError            87 content/test/plugin/npapi_test.cc EXPORT NPError API_CALL NP_GetValue(NPP instance, NPPVariable variable,
NPError            89 content/test/plugin/npapi_test.cc   NPError err = NPERR_NO_ERROR;
NPError            20 content/test/plugin/plugin_arguments_test.cc NPError PluginArgumentsTest::New(uint16 mode, int16 argc,
NPError            64 content/test/plugin/plugin_arguments_test.cc NPError PluginArgumentsTest::SetWindow(NPWindow* pNPWindow) {
NPError            35 content/test/plugin/plugin_arguments_test.h   virtual NPError  New(uint16 mode, int16 argc, const char* argn[],
NPError            39 content/test/plugin/plugin_arguments_test.h   virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
NPError            16 content/test/plugin/plugin_client.cc NPError PluginClient::GetEntryPoints(NPPluginFuncs* pFuncs) {
NPError            44 content/test/plugin/plugin_client.cc NPError PluginClient::Initialize(NPNetscapeFuncs* pFuncs) {
NPError            69 content/test/plugin/plugin_client.cc NPError PluginClient::Shutdown() {
NPError            76 content/test/plugin/plugin_client.cc NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode,
NPError           114 content/test/plugin/plugin_client.cc   NPError drawing_ret = NPAPIClient::PluginClient::HostFunctions()->setvalue(
NPError           116 content/test/plugin/plugin_client.cc   NPError event_ret = NPAPIClient::PluginClient::HostFunctions()->setvalue(
NPError           122 content/test/plugin/plugin_client.cc   NPError ret = new_test->New(mode, argc, (const char**)argn,
NPError           132 content/test/plugin/plugin_client.cc NPError NPP_Destroy(NPP instance, NPSavedData** save) {
NPError           139 content/test/plugin/plugin_client.cc   NPError rv = plugin->Destroy();
NPError           144 content/test/plugin/plugin_client.cc NPError NPP_SetWindow(NPP instance, NPWindow* pNPWindow) {
NPError           154 content/test/plugin/plugin_client.cc NPError NPP_NewStream(NPP instance, NPMIMEType type,
NPError           186 content/test/plugin/plugin_client.cc NPError NPP_DestroyStream(NPP instance, NPStream *stream, NPError reason) {
NPError           224 content/test/plugin/plugin_client.cc NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value) {
NPError           237 content/test/plugin/plugin_client.cc NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value) {
NPError           264 content/test/plugin/plugin_client.cc NPError NPP_ClearSiteData(const char* site,
NPError            21 content/test/plugin/plugin_client.h   static NPError GetEntryPoints(NPPluginFuncs* pFuncs);
NPError            28 content/test/plugin/plugin_client.h   static NPError Initialize(NPNetscapeFuncs* pFuncs);
NPError            34 content/test/plugin/plugin_client.h   static NPError Shutdown();
NPError            18 content/test/plugin/plugin_create_instance_in_paint.cc NPError CreateInstanceInPaintTest::SetWindow(NPWindow* pNPWindow) {
NPError            21 content/test/plugin/plugin_create_instance_in_paint.h   virtual NPError SetWindow(NPWindow* pNPWindow);
NPError            72 content/test/plugin/plugin_delete_plugin_in_deallocate_test.cc NPError DeletePluginInDeallocateTest::SetWindow(NPWindow* pNPWindow) {
NPError           122 content/test/plugin/plugin_delete_plugin_in_deallocate_test.cc NPError DeletePluginInDeallocateTest::Destroy() {
NPError            23 content/test/plugin/plugin_delete_plugin_in_deallocate_test.h   virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
NPError            24 content/test/plugin/plugin_delete_plugin_in_deallocate_test.h   virtual NPError Destroy() OVERRIDE;
NPError            19 content/test/plugin/plugin_delete_plugin_in_stream_test.cc NPError DeletePluginInStreamTest::SetWindow(NPWindow* pNPWindow) {
NPError            34 content/test/plugin/plugin_delete_plugin_in_stream_test.cc NPError DeletePluginInStreamTest::NewStream(NPMIMEType type, NPStream* stream,
NPError            21 content/test/plugin/plugin_delete_plugin_in_stream_test.h   virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
NPError            22 content/test/plugin/plugin_delete_plugin_in_stream_test.h   virtual NPError NewStream(NPMIMEType type, NPStream* stream,
NPError            19 content/test/plugin/plugin_execute_stream_javascript.cc NPError ExecuteStreamJavaScript::NewStream(NPMIMEType type, NPStream* stream,
NPError            60 content/test/plugin/plugin_execute_stream_javascript.cc NPError ExecuteStreamJavaScript::DestroyStream(NPStream *stream,
NPError            61 content/test/plugin/plugin_execute_stream_javascript.cc                                                NPError reason) {
NPError            22 content/test/plugin/plugin_execute_stream_javascript.h   virtual NPError NewStream(NPMIMEType type, NPStream* stream,
NPError            27 content/test/plugin/plugin_execute_stream_javascript.h   virtual NPError DestroyStream(NPStream *stream, NPError reason) OVERRIDE;
NPError            25 content/test/plugin/plugin_get_javascript_url2_test.cc NPError ExecuteGetJavascriptUrl2Test::SetWindow(NPWindow* pNPWindow) {
NPError            40 content/test/plugin/plugin_get_javascript_url2_test.cc NPError ExecuteGetJavascriptUrl2Test::NewStream(NPMIMEType type, NPStream* stream,
NPError            91 content/test/plugin/plugin_get_javascript_url2_test.cc NPError ExecuteGetJavascriptUrl2Test::DestroyStream(NPStream *stream, NPError reason) {
NPError            23 content/test/plugin/plugin_get_javascript_url2_test.h   virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
NPError            24 content/test/plugin/plugin_get_javascript_url2_test.h   virtual NPError NewStream(NPMIMEType type, NPStream* stream,
NPError            29 content/test/plugin/plugin_get_javascript_url2_test.h   virtual NPError DestroyStream(NPStream *stream, NPError reason) OVERRIDE;
NPError            35 content/test/plugin/plugin_get_javascript_url_test.cc NPError ExecuteGetJavascriptUrlTest::SetWindow(NPWindow* pNPWindow) {
NPError            92 content/test/plugin/plugin_get_javascript_url_test.cc   NPError result = this_instance->HostFunctions()->evaluate(
NPError            98 content/test/plugin/plugin_get_javascript_url_test.cc NPError ExecuteGetJavascriptUrlTest::NewStream(NPMIMEType type,
NPError           165 content/test/plugin/plugin_get_javascript_url_test.cc NPError ExecuteGetJavascriptUrlTest::DestroyStream(NPStream *stream,
NPError           166 content/test/plugin/plugin_get_javascript_url_test.cc                                                    NPError reason) {
NPError            22 content/test/plugin/plugin_get_javascript_url_test.h   virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
NPError            23 content/test/plugin/plugin_get_javascript_url_test.h   virtual NPError NewStream(NPMIMEType type, NPStream* stream,
NPError            28 content/test/plugin/plugin_get_javascript_url_test.h   virtual NPError DestroyStream(NPStream *stream, NPError reason) OVERRIDE;
NPError            61 content/test/plugin/plugin_geturl_test.cc NPError PluginGetURLTest::New(uint16 mode, int16 argc, const char* argn[],
NPError            87 content/test/plugin/plugin_geturl_test.cc   NPError error = PluginTest::New(mode, argc, argn, argv, saved);
NPError            96 content/test/plugin/plugin_geturl_test.cc NPError PluginGetURLTest::SetWindow(NPWindow* pNPWindow) {
NPError           144 content/test/plugin/plugin_geturl_test.cc NPError PluginGetURLTest::NewStream(NPMIMEType type, NPStream* stream,
NPError           314 content/test/plugin/plugin_geturl_test.cc NPError PluginGetURLTest::DestroyStream(NPStream *stream, NPError reason) {
NPError            30 content/test/plugin/plugin_geturl_test.h   virtual NPError New(uint16 mode, int16 argc, const char* argn[],
NPError            32 content/test/plugin/plugin_geturl_test.h   virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
NPError            33 content/test/plugin/plugin_geturl_test.h   virtual NPError NewStream(NPMIMEType type, NPStream* stream,
NPError            38 content/test/plugin/plugin_geturl_test.h   virtual NPError DestroyStream(NPStream *stream, NPError reason) OVERRIDE;
NPError            22 content/test/plugin/plugin_javascript_open_popup.h   virtual NPError SetWindow(NPWindow* window) OVERRIDE;
NPError            35 content/test/plugin/plugin_javascript_open_popup.h   virtual NPError SetWindow(NPWindow* window) OVERRIDE;
NPError            13 content/test/plugin/plugin_new_fails_test.cc NPError NewFailsTest::New(uint16 mode, int16 argc, const char* argn[],
NPError            16 content/test/plugin/plugin_new_fails_test.h   virtual NPError New(uint16 mode, int16 argc, const char* argn[],
NPError            52 content/test/plugin/plugin_npobject_identity_test.cc NPError NPObjectIdentityTest::SetWindow(NPWindow* pNPWindow) {
NPError            22 content/test/plugin/plugin_npobject_identity_test.h   virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
NPError            24 content/test/plugin/plugin_npobject_lifetime_test.cc NPError NPObjectLifetimeTest::SetWindow(NPWindow* pNPWindow) {
NPError            94 content/test/plugin/plugin_npobject_lifetime_test.cc NPError NPObjectLifetimeTestInstance2::SetWindow(NPWindow* pNPWindow) {
NPError           126 content/test/plugin/plugin_npobject_lifetime_test.cc NPError NPObjectDeletePluginInNPN_Evaluate::SetWindow(NPWindow* np_window) {
NPError            24 content/test/plugin/plugin_npobject_lifetime_test.h   virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
NPError            50 content/test/plugin/plugin_npobject_lifetime_test.h   virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
NPError            67 content/test/plugin/plugin_npobject_lifetime_test.h   virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
NPError            16 content/test/plugin/plugin_npobject_proxy_test.cc NPError NPObjectProxyTest::SetWindow(NPWindow* pNPWindow) {
NPError            23 content/test/plugin/plugin_npobject_proxy_test.h   virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
NPError            17 content/test/plugin/plugin_private_test.cc NPError PrivateTest::New(uint16 mode, int16 argc,
NPError            24 content/test/plugin/plugin_private_test.cc   NPError result = browser->getvalue(
NPError            20 content/test/plugin/plugin_private_test.h   virtual NPError New(uint16 mode, int16 argc, const char* argn[],
NPError            21 content/test/plugin/plugin_request_read_test.cc NPError PluginRequestReadTest::New(uint16 mode, int16 argc, const char* argn[],
NPError            27 content/test/plugin/plugin_request_read_test.cc NPError PluginRequestReadTest::SetWindow(NPWindow* window) {
NPError            30 content/test/plugin/plugin_request_read_test.cc     NPError result = HostFunctions()->geturl(id(),
NPError            39 content/test/plugin/plugin_request_read_test.cc NPError PluginRequestReadTest::NewStream(NPMIMEType type, NPStream* stream,
NPError            47 content/test/plugin/plugin_request_read_test.cc     NPError result = HostFunctions()->requestread(stream,
NPError            56 content/test/plugin/plugin_request_read_test.cc NPError PluginRequestReadTest::DestroyStream(NPStream *stream, NPError reason) {
NPError            26 content/test/plugin/plugin_request_read_test.h   virtual NPError New(uint16 mode, int16 argc, const char* argn[],
NPError            28 content/test/plugin/plugin_request_read_test.h   virtual NPError SetWindow(NPWindow* window) OVERRIDE;
NPError            29 content/test/plugin/plugin_request_read_test.h   virtual NPError NewStream(NPMIMEType type, NPStream* stream,
NPError            31 content/test/plugin/plugin_request_read_test.h   virtual NPError DestroyStream(NPStream *stream, NPError reason) OVERRIDE;
NPError            43 content/test/plugin/plugin_schedule_timer_test.cc NPError ScheduleTimerTest::New(
NPError            46 content/test/plugin/plugin_schedule_timer_test.cc   NPError error = PluginTest::New(mode, argc, argn, argv, saved);
NPError            20 content/test/plugin/plugin_schedule_timer_test.h   virtual NPError New(uint16 mode, int16 argc, const char* argn[],
NPError            16 content/test/plugin/plugin_setup_test.cc NPError PluginSetupTest::SetWindow(NPWindow* pNPWindow) {
NPError            19 content/test/plugin/plugin_setup_test.h   virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
NPError            24 content/test/plugin/plugin_test.cc NPError PluginTest::New(uint16 mode, int16 argc, const char* argn[],
NPError            33 content/test/plugin/plugin_test.cc NPError PluginTest::Destroy() {
NPError            37 content/test/plugin/plugin_test.cc NPError PluginTest::SetWindow(NPWindow* pNPWindow) {
NPError           159 content/test/plugin/plugin_test.cc NPError PluginTest::NewStream(NPMIMEType type, NPStream* stream,
NPError           176 content/test/plugin/plugin_test.cc NPError PluginTest::DestroyStream(NPStream *stream, NPError reason) {
NPError            31 content/test/plugin/plugin_test.h   virtual NPError New(uint16 mode, int16 argc, const char* argn[],
NPError            33 content/test/plugin/plugin_test.h   virtual NPError Destroy();
NPError            34 content/test/plugin/plugin_test.h   virtual NPError SetWindow(NPWindow* pNPWindow);
NPError            35 content/test/plugin/plugin_test.h   virtual NPError NewStream(NPMIMEType type, NPStream* stream,
NPError            40 content/test/plugin/plugin_test.h   virtual NPError DestroyStream(NPStream *stream, NPError reason);
NPError            48 content/test/plugin/plugin_thread_async_call_test.cc NPError PluginThreadAsyncCallTest::New(
NPError            51 content/test/plugin/plugin_thread_async_call_test.cc   NPError error = PluginTest::New(mode, argc, argn, argv, saved);
NPError            99 content/test/plugin/plugin_thread_async_call_test.cc NPError PluginThreadAsyncCallTest::Destroy() {
NPError            23 content/test/plugin/plugin_thread_async_call_test.h   virtual NPError New(uint16 mode, int16 argc, const char* argn[],
NPError            26 content/test/plugin/plugin_thread_async_call_test.h   virtual NPError Destroy() OVERRIDE;
NPError            15 content/test/plugin/plugin_window_size_test.cc NPError PluginWindowSizeTest::SetWindow(NPWindow* pNPWindow) {
NPError            20 content/test/plugin/plugin_window_size_test.h   virtual NPError SetWindow(NPWindow* pNPWindow) OVERRIDE;
NPError            22 content/test/plugin/plugin_windowed_test.cc NPError WindowedPluginTest::SetWindow(NPWindow* pNPWindow) {
NPError            78 content/test/plugin/plugin_windowed_test.cc NPError WindowedPluginTest::Destroy() {
NPError            24 content/test/plugin/plugin_windowed_test.h   virtual NPError SetWindow(NPWindow* pNPWindow);
NPError            25 content/test/plugin/plugin_windowed_test.h   virtual NPError Destroy();
NPError            80 content/test/plugin/plugin_windowless_test.cc NPError WindowlessPluginTest::New(uint16 mode, int16 argc,
NPError            83 content/test/plugin/plugin_windowless_test.cc   NPError error = PluginTest::New(mode, argc, argn, argv, saved);
NPError            98 content/test/plugin/plugin_windowless_test.cc   NPError result = browser->getvalue(id(), NPNVSupportsWindowless,
NPError           168 content/test/plugin/plugin_windowless_test.cc NPError WindowlessPluginTest::ExecuteScript(NPNetscapeFuncs* browser, NPP id,
NPError            24 content/test/plugin/plugin_windowless_test.h   virtual NPError New(uint16 mode, int16 argc, const char* argn[],
NPError            29 content/test/plugin/plugin_windowless_test.h   NPError ExecuteScript(NPNetscapeFuncs* browser, NPP id,
NPError           118 remoting/host/plugin/host_plugin.cc     NPError err = g_npnetscape_funcs->getvalue(instance_,
NPError           401 remoting/host/plugin/host_plugin.cc NPError CreatePlugin(NPMIMEType pluginType,
NPError           426 remoting/host/plugin/host_plugin.cc NPError DestroyPlugin(NPP instance,
NPError           448 remoting/host/plugin/host_plugin.cc NPError GetValue(NPP instance, NPPVariable variable, void* value) {
NPError           481 remoting/host/plugin/host_plugin.cc NPError HandleEvent(NPP instance, void* ev) {
NPError           486 remoting/host/plugin/host_plugin.cc NPError SetWindow(NPP instance, NPWindow* pNPWindow) {
NPError           516 remoting/host/plugin/host_plugin.cc EXPORT NPError API_CALL NP_GetEntryPoints(NPPluginFuncs* nppfuncs) {
NPError           528 remoting/host/plugin/host_plugin.cc EXPORT NPError API_CALL NP_Initialize(NPNetscapeFuncs* npnetscape_funcs
NPError           554 remoting/host/plugin/host_plugin.cc EXPORT NPError API_CALL NP_Shutdown() {
NPError           567 remoting/host/plugin/host_plugin.cc EXPORT NPError API_CALL NP_GetValue(void* npp,
NPError           827 third_party/npapi/bindings/npapi.h NPError NP_LOADDS NPP_New(NPMIMEType pluginType, NPP instance,
NPError           830 third_party/npapi/bindings/npapi.h NPError NP_LOADDS NPP_Destroy(NPP instance, NPSavedData** save);
NPError           831 third_party/npapi/bindings/npapi.h NPError NP_LOADDS NPP_SetWindow(NPP instance, NPWindow* window);
NPError           832 third_party/npapi/bindings/npapi.h NPError NP_LOADDS NPP_NewStream(NPP instance, NPMIMEType type,
NPError           835 third_party/npapi/bindings/npapi.h NPError NP_LOADDS NPP_DestroyStream(NPP instance, NPStream* stream,
NPError           846 third_party/npapi/bindings/npapi.h NPError NP_LOADDS NPP_GetValue(NPP instance, NPPVariable variable, void *value);
NPError           847 third_party/npapi/bindings/npapi.h NPError NP_LOADDS NPP_SetValue(NPP instance, NPNVariable variable, void *value);
NPError           851 third_party/npapi/bindings/npapi.h NPError NP_LOADDS NPP_ClearSiteData(const char* site, uint64_t flags, uint64_t maxAge);
NPError           857 third_party/npapi/bindings/npapi.h NPError     NP_LOADDS NPN_GetURLNotify(NPP instance, const char* url,
NPError           859 third_party/npapi/bindings/npapi.h NPError     NP_LOADDS NPN_GetURL(NPP instance, const char* url,
NPError           861 third_party/npapi/bindings/npapi.h NPError     NP_LOADDS NPN_PostURLNotify(NPP instance, const char* url,
NPError           865 third_party/npapi/bindings/npapi.h NPError     NP_LOADDS NPN_PostURL(NPP instance, const char* url,
NPError           868 third_party/npapi/bindings/npapi.h NPError     NP_LOADDS NPN_RequestRead(NPStream* stream, NPByteRange* rangeList);
NPError           869 third_party/npapi/bindings/npapi.h NPError     NP_LOADDS NPN_NewStream(NPP instance, NPMIMEType type,
NPError           873 third_party/npapi/bindings/npapi.h NPError     NP_LOADDS NPN_DestroyStream(NPP instance, NPStream* stream,
NPError           881 third_party/npapi/bindings/npapi.h NPError     NP_LOADDS NPN_GetValue(NPP instance, NPNVariable variable,
NPError           883 third_party/npapi/bindings/npapi.h NPError     NP_LOADDS NPN_SetValue(NPP instance, NPPVariable variable,
NPError           894 third_party/npapi/bindings/npapi.h NPError     NP_LOADDS NPN_GetValueForURL(NPP instance, NPNURLVariable variable,
NPError           897 third_party/npapi/bindings/npapi.h NPError     NP_LOADDS NPN_SetValueForURL(NPP instance, NPNURLVariable variable,
NPError           900 third_party/npapi/bindings/npapi.h NPError     NP_LOADDS NPN_GetAuthenticationInfo(NPP instance,
NPError           910 third_party/npapi/bindings/npapi.h NPError     NP_LOADDS NPN_PopUpContextMenu(NPP instance, NPMenu* menu);
NPError           178 third_party/npapi/bindings/npapi_extensions.h     NPError err,
NPError           182 third_party/npapi/bindings/npapi_extensions.h typedef NPError (
NPError           187 third_party/npapi/bindings/npapi_extensions.h typedef NPError (
NPError           192 third_party/npapi/bindings/npapi_extensions.h typedef NPError (*NPDeviceInitializeContextPtr)(
NPError           197 third_party/npapi/bindings/npapi_extensions.h typedef NPError (*NPDeviceGetStateContextPtr) (
NPError           203 third_party/npapi/bindings/npapi_extensions.h typedef NPError (*NPDeviceSetStateContextPtr) (
NPError           210 third_party/npapi/bindings/npapi_extensions.h typedef NPError (*NPDeviceFlushContextPtr)(
NPError           217 third_party/npapi/bindings/npapi_extensions.h typedef NPError (*NPDeviceDestroyContextPtr)(
NPError           223 third_party/npapi/bindings/npapi_extensions.h typedef NPError (*NPDeviceCreateBufferPtr)(
NPError           229 third_party/npapi/bindings/npapi_extensions.h typedef NPError (*NPDeviceDestroyBufferPtr)(
NPError           234 third_party/npapi/bindings/npapi_extensions.h typedef NPError (*NPDeviceMapBufferPtr)(
NPError           268 third_party/npapi/bindings/npapi_extensions.h typedef NPError (*NPDeviceGetNumConfigsPtr)(NPP instance,
NPError           283 third_party/npapi/bindings/npapi_extensions.h typedef NPError (*NPDeviceGetConfigAttribsPtr)(NPP instance,
NPError           295 third_party/npapi/bindings/npapi_extensions.h typedef NPError (*NPDeviceCreateContextPtr)(NPP instance,
NPError           321 third_party/npapi/bindings/npapi_extensions.h typedef NPError (*NPDeviceRegisterCallbackPtr)(
NPError           338 third_party/npapi/bindings/npapi_extensions.h     NPError error,
NPError           362 third_party/npapi/bindings/npapi_extensions.h typedef NPError (*NPDeviceSynchronizeContextPtr)(
NPError           471 third_party/npapi/bindings/npapi_extensions.h typedef NPError (*NPCreateWidgetPtr) (
NPError           478 third_party/npapi/bindings/npapi_extensions.h typedef NPError (*NPDestroyWidgetPtr) (
NPError           483 third_party/npapi/bindings/npapi_extensions.h typedef NPError (*NPPaintWidgetPtr) (
NPError           496 third_party/npapi/bindings/npapi_extensions.h typedef NPError (*NPGetWidgetPropertyPtr) (
NPError           503 third_party/npapi/bindings/npapi_extensions.h typedef NPError (*NPSetWidgetPropertyPtr) (
NPError           572 third_party/npapi/bindings/npapi_extensions.h typedef NPError (*NPChooseFilePtr)(
NPError           624 third_party/npapi/bindings/npapi_extensions.h typedef NPError (*NPSetCursorPtr)(
NPError           674 third_party/npapi/bindings/npapi_extensions.h typedef NPError (*NPMatchFontWithFallbackPtr) (
NPError           684 third_party/npapi/bindings/npapi_extensions.h typedef NPError (*GetFontTablePtr) (
NPError           692 third_party/npapi/bindings/npapi_extensions.h typedef NPError (*NPDestroyFontPtr) (
NPError           967 third_party/npapi/bindings/npapi_extensions.h typedef NPError (*NPPPrintBeginPtr) (
NPError           973 third_party/npapi/bindings/npapi_extensions.h typedef NPError (*NPPGetRasterDimensionsPtr) (
NPError           979 third_party/npapi/bindings/npapi_extensions.h typedef NPError (*NPPPrintPageRasterPtr) (
NPError           984 third_party/npapi/bindings/npapi_extensions.h typedef NPError (*NPPPrintEndPtr) (NPP instance);
NPError           988 third_party/npapi/bindings/npapi_extensions.h typedef NPError (*NPPrintPagesAsPDFPtr)(NPP instance,
NPError          1016 third_party/npapi/bindings/npapi_extensions.h typedef NPError (*NPPStartFindPtr) (
NPError          1022 third_party/npapi/bindings/npapi_extensions.h typedef NPError (*NPPSelectFindResultPtr) (
NPError          1028 third_party/npapi/bindings/npapi_extensions.h typedef NPError (*NPPStopFindPtr) (
NPError          1042 third_party/npapi/bindings/npapi_extensions.h typedef NPError (*NPPZoomPtr) (
NPError          1047 third_party/npapi/bindings/npapi_extensions.h typedef NPError (*NPPWidgetPropertyChangedPtr) (
NPError          1066 third_party/npapi/bindings/npapi_extensions.h typedef NPError (*NPPGetSelectionPtr) (
NPError            51 third_party/npapi/bindings/npfunctions.h typedef NPError      (* NP_LOADDS NPP_NewProcPtr)(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData* saved);
NPError            52 third_party/npapi/bindings/npfunctions.h typedef NPError      (* NP_LOADDS NPP_DestroyProcPtr)(NPP instance, NPSavedData** save);
NPError            53 third_party/npapi/bindings/npfunctions.h typedef NPError      (* NP_LOADDS NPP_SetWindowProcPtr)(NPP instance, NPWindow* window);
NPError            54 third_party/npapi/bindings/npfunctions.h typedef NPError      (* NP_LOADDS NPP_NewStreamProcPtr)(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype);
NPError            55 third_party/npapi/bindings/npfunctions.h typedef NPError      (* NP_LOADDS NPP_DestroyStreamProcPtr)(NPP instance, NPStream* stream, NPReason reason);
NPError            64 third_party/npapi/bindings/npfunctions.h typedef NPError      (* NP_LOADDS NPP_GetValueProcPtr)(NPP instance, NPPVariable variable, void *ret_value);
NPError            65 third_party/npapi/bindings/npfunctions.h typedef NPError      (* NP_LOADDS NPP_SetValueProcPtr)(NPP instance, NPNVariable variable, void *value);
NPError            69 third_party/npapi/bindings/npfunctions.h typedef NPError      (* NP_LOADDS NPP_ClearSiteDataPtr)(const char* site, uint64_t flags, uint64_t maxAge);
NPError            72 third_party/npapi/bindings/npfunctions.h typedef NPError      (*NPN_GetValueProcPtr)(NPP instance, NPNVariable variable, void *ret_value);
NPError            73 third_party/npapi/bindings/npfunctions.h typedef NPError      (*NPN_SetValueProcPtr)(NPP instance, NPPVariable variable, void *value);
NPError            74 third_party/npapi/bindings/npfunctions.h typedef NPError      (*NPN_GetURLNotifyProcPtr)(NPP instance, const char* url, const char* window, void* notifyData);
NPError            75 third_party/npapi/bindings/npfunctions.h typedef NPError      (*NPN_PostURLNotifyProcPtr)(NPP instance, const char* url, const char* window, uint32_t len, const char* buf, NPBool file, void* notifyData);
NPError            76 third_party/npapi/bindings/npfunctions.h typedef NPError      (*NPN_GetURLProcPtr)(NPP instance, const char* url, const char* window);
NPError            77 third_party/npapi/bindings/npfunctions.h typedef NPError      (*NPN_PostURLProcPtr)(NPP instance, const char* url, const char* window, uint32_t len, const char* buf, NPBool file);
NPError            78 third_party/npapi/bindings/npfunctions.h typedef NPError      (*NPN_RequestReadProcPtr)(NPStream* stream, NPByteRange* rangeList);
NPError            79 third_party/npapi/bindings/npfunctions.h typedef NPError      (*NPN_NewStreamProcPtr)(NPP instance, NPMIMEType type, const char* window, NPStream** stream);
NPError            81 third_party/npapi/bindings/npfunctions.h typedef NPError      (*NPN_DestroyStreamProcPtr)(NPP instance, NPStream* stream, NPReason reason);
NPError           119 third_party/npapi/bindings/npfunctions.h typedef NPError      (*NPN_GetValueForURLPtr)(NPP npp, NPNURLVariable variable, const char *url, char **value, uint32_t *len);
NPError           120 third_party/npapi/bindings/npfunctions.h typedef NPError      (*NPN_SetValueForURLPtr)(NPP npp, NPNURLVariable variable, const char *url, const char *value, uint32_t len);
NPError           121 third_party/npapi/bindings/npfunctions.h typedef NPError      (*NPN_GetAuthenticationInfoPtr)(NPP npp, 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);
NPError           124 third_party/npapi/bindings/npfunctions.h typedef NPError      (*NPN_PopUpContextMenuPtr)(NPP instance, NPMenu* menu);
NPError            22 third_party/npapi/bindings/nphostapi.h typedef NPError (API_CALL * NP_InitializeFunc)(NPNetscapeFuncs* pNFuncs,
NPError            25 third_party/npapi/bindings/nphostapi.h typedef NPError (API_CALL * NP_InitializeFunc)(NPNetscapeFuncs* pFuncs);
NPError            26 third_party/npapi/bindings/nphostapi.h typedef NPError (API_CALL * NP_GetEntryPointsFunc)(NPPluginFuncs* pFuncs);
NPError            28 third_party/npapi/bindings/nphostapi.h typedef NPError (API_CALL * NP_ShutdownFunc)(void);
NPError           208 third_party/npapi/npspy/common/epmanager.cpp NPError NPPEntryPointManager::callNPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* argv[], NPSavedData* saved)
NPError           231 third_party/npapi/npspy/common/epmanager.cpp   NPError rv = CallNPP_NewProc(nppfuncs->newp, pluginType, instance, mode, argc, argn, argv, saved);
NPError           236 third_party/npapi/npspy/common/epmanager.cpp NPError NPPEntryPointManager::callNPP_Destroy(NPP instance, NPSavedData** save, BOOL * last)
NPError           281 third_party/npapi/npspy/common/epmanager.cpp NPError NPPEntryPointManager::callNPP_SetWindow(NPP instance, NPWindow* window)
NPError           290 third_party/npapi/npspy/common/epmanager.cpp NPError NPPEntryPointManager::callNPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype)
NPError           299 third_party/npapi/npspy/common/epmanager.cpp NPError NPPEntryPointManager::callNPP_DestroyStream(NPP instance, NPStream* stream, NPReason reason)
NPError           353 third_party/npapi/npspy/common/epmanager.cpp NPError NPPEntryPointManager::callNPP_GetValue(NPP instance, NPPVariable variable, void *value)
NPError           362 third_party/npapi/npspy/common/epmanager.cpp NPError NPPEntryPointManager::callNPP_SetValue(NPP instance, NPNVariable variable, void *value)
NPError            54 third_party/npapi/npspy/common/np_entry.cpp NPError WINAPI NP_GetEntryPoints(NPPluginFuncs* pFuncs)
NPError            95 third_party/npapi/npspy/common/np_entry.cpp NPError WINAPI NP_Initialize(NPNetscapeFuncs* pFuncs)
NPError           194 third_party/npapi/npspy/common/np_entry.cpp NPError WINAPI NP_Shutdown()
NPError            62 third_party/npapi/npspy/common/npn_gate.cpp NPError NPN_GetURLNotify(NPP instance, const char *url, const char *target, void* notifyData)
NPError            66 third_party/npapi/npspy/common/npn_gate.cpp   NPError rv = NPERR_NO_ERROR;
NPError            82 third_party/npapi/npspy/common/npn_gate.cpp NPError NPN_GetURL(NPP instance, const char *url, const char *target)
NPError            87 third_party/npapi/npspy/common/npn_gate.cpp   NPError rv = NPNFuncs.geturl(instance, url, target);
NPError            95 third_party/npapi/npspy/common/npn_gate.cpp NPError NPN_PostURLNotify(NPP instance, const char* url, const char* window, uint32 len, const char* buf, NPBool file, void* notifyData)
NPError            99 third_party/npapi/npspy/common/npn_gate.cpp   NPError rv = NPERR_NO_ERROR;
NPError           115 third_party/npapi/npspy/common/npn_gate.cpp NPError NPN_PostURL(NPP instance, const char* url, const char* window, uint32 len, const char* buf, NPBool file)
NPError           120 third_party/npapi/npspy/common/npn_gate.cpp   NPError rv = NPNFuncs.posturl(instance, url, window, len, buf, file);
NPError           128 third_party/npapi/npspy/common/npn_gate.cpp NPError NPN_RequestRead(NPStream* stream, NPByteRange* rangeList)
NPError           133 third_party/npapi/npspy/common/npn_gate.cpp   NPError rv = NPNFuncs.requestread(stream, rangeList);
NPError           141 third_party/npapi/npspy/common/npn_gate.cpp NPError NPN_NewStream(NPP instance, NPMIMEType type, const char* target, NPStream** stream)
NPError           145 third_party/npapi/npspy/common/npn_gate.cpp   NPError rv = NPERR_NO_ERROR;
NPError           181 third_party/npapi/npspy/common/npn_gate.cpp NPError NPN_DestroyStream(NPP instance, NPStream* stream, NPError reason)
NPError           185 third_party/npapi/npspy/common/npn_gate.cpp   NPError rv = NPERR_NO_ERROR;
NPError           330 third_party/npapi/npspy/common/npn_gate.cpp NPError NPN_GetValue(NPP instance, NPNVariable variable, void *value)
NPError           332 third_party/npapi/npspy/common/npn_gate.cpp   NPError rv = NPERR_NO_ERROR;
NPError           345 third_party/npapi/npspy/common/npn_gate.cpp NPError NPN_SetValue(NPP instance, NPPVariable variable, void *value)
NPError           347 third_party/npapi/npspy/common/npn_gate.cpp   NPError rv = NPERR_NO_ERROR;
NPError            61 third_party/npapi/npspy/common/npp_gate.cpp NPError NPP_New(NPMIMEType pluginType,
NPError           172 third_party/npapi/npspy/common/npp_gate.cpp   NPError rv = epManager->callNPP_New(pluginType, instance, mode, argc, argn, argv, saved);
NPError           180 third_party/npapi/npspy/common/npp_gate.cpp NPError NPP_Destroy (NPP instance, NPSavedData** save)
NPError           193 third_party/npapi/npspy/common/npp_gate.cpp   NPError rv = epManager->callNPP_Destroy(instance, save, &last);
NPError           212 third_party/npapi/npspy/common/npp_gate.cpp NPError NPP_SetWindow (NPP instance, NPWindow* pNPWindow)
NPError           223 third_party/npapi/npspy/common/npp_gate.cpp   NPError rv = epManager->callNPP_SetWindow(instance, pNPWindow);
NPError           231 third_party/npapi/npspy/common/npp_gate.cpp NPError NPP_NewStream(NPP instance,
NPError           246 third_party/npapi/npspy/common/npp_gate.cpp   NPError rv = epManager->callNPP_NewStream(instance, type, stream, seekable, stype);
NPError           292 third_party/npapi/npspy/common/npp_gate.cpp NPError NPP_DestroyStream (NPP instance, NPStream *stream, NPError reason)
NPError           303 third_party/npapi/npspy/common/npp_gate.cpp   NPError rv = epManager->callNPP_DestroyStream(instance, stream, reason);
NPError           350 third_party/npapi/npspy/common/npp_gate.cpp NPError	NPP_GetValue(NPP instance, NPPVariable variable, void *value)
NPError           361 third_party/npapi/npspy/common/npp_gate.cpp   NPError rv = epManager->callNPP_GetValue(instance, variable, value);
NPError           369 third_party/npapi/npspy/common/npp_gate.cpp NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value)
NPError           380 third_party/npapi/npspy/common/npp_gate.cpp   NPError rv = epManager->callNPP_SetValue(instance, variable, value);
NPError           682 third_party/npapi/npspy/extern/plugin/npapi.h NPError NP_LOADDS NPP_Initialize(void);
NPError           684 third_party/npapi/npspy/extern/plugin/npapi.h NPError NP_LOADDS NPP_New(NPMIMEType pluginType, NPP instance,
NPError           687 third_party/npapi/npspy/extern/plugin/npapi.h NPError NP_LOADDS NPP_Destroy(NPP instance, NPSavedData** save);
NPError           688 third_party/npapi/npspy/extern/plugin/npapi.h NPError NP_LOADDS NPP_SetWindow(NPP instance, NPWindow* window);
NPError           689 third_party/npapi/npspy/extern/plugin/npapi.h NPError NP_LOADDS NPP_NewStream(NPP instance, NPMIMEType type,
NPError           692 third_party/npapi/npspy/extern/plugin/npapi.h NPError NP_LOADDS NPP_DestroyStream(NPP instance, NPStream* stream,
NPError           706 third_party/npapi/npspy/extern/plugin/npapi.h NPError NP_LOADDS NPP_GetValue(NPP instance, NPPVariable variable, void *value);
NPError           707 third_party/npapi/npspy/extern/plugin/npapi.h NPError NP_LOADDS NPP_SetValue(NPP instance, NPNVariable variable, void *value);
NPError           714 third_party/npapi/npspy/extern/plugin/npapi.h NPError NP_LOADDS NPN_GetURLNotify(NPP instance, const char* url,
NPError           716 third_party/npapi/npspy/extern/plugin/npapi.h NPError NP_LOADDS NPN_GetURL(NPP instance, const char* url,
NPError           718 third_party/npapi/npspy/extern/plugin/npapi.h NPError NP_LOADDS NPN_PostURLNotify(NPP instance, const char* url,
NPError           722 third_party/npapi/npspy/extern/plugin/npapi.h NPError NP_LOADDS NPN_PostURL(NPP instance, const char* url,
NPError           725 third_party/npapi/npspy/extern/plugin/npapi.h NPError NP_LOADDS NPN_RequestRead(NPStream* stream, NPByteRange* rangeList);
NPError           726 third_party/npapi/npspy/extern/plugin/npapi.h NPError NP_LOADDS NPN_NewStream(NPP instance, NPMIMEType type,
NPError           729 third_party/npapi/npspy/extern/plugin/npapi.h NPError NP_LOADDS NPN_DestroyStream(NPP instance, NPStream* stream, NPReason reason);
NPError           740 third_party/npapi/npspy/extern/plugin/npapi.h NPError NP_LOADDS NPN_GetValue(NPP instance, NPNVariable variable, void *value);
NPError           741 third_party/npapi/npspy/extern/plugin/npapi.h NPError NP_LOADDS NPN_SetValue(NPP instance, NPPVariable variable, void *value);
NPError            89 third_party/npapi/npspy/extern/plugin/npupp.h typedef NPError	(* NP_LOADDS NPP_NewUPP)(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* argv[], NPSavedData* saved);
NPError            96 third_party/npapi/npspy/extern/plugin/npupp.h typedef NPError	(* NP_LOADDS NPP_DestroyUPP)(NPP instance, NPSavedData** save);
NPError           103 third_party/npapi/npspy/extern/plugin/npupp.h typedef NPError	(* NP_LOADDS NPP_SetWindowUPP)(NPP instance, NPWindow* window);
NPError           110 third_party/npapi/npspy/extern/plugin/npupp.h typedef NPError	(* NP_LOADDS NPP_NewStreamUPP)(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
NPError           117 third_party/npapi/npspy/extern/plugin/npupp.h typedef NPError	(* NP_LOADDS NPP_DestroyStreamUPP)(NPP instance, NPStream* stream, NPReason reason);
NPError           166 third_party/npapi/npspy/extern/plugin/npupp.h typedef NPError	(* NP_LOADDS NPP_GetValueUPP)(NPP instance, NPPVariable variable, void *ret_alue);
NPError           173 third_party/npapi/npspy/extern/plugin/npupp.h typedef NPError	(* NP_LOADDS NPP_SetValueUPP)(NPP instance, NPNVariable variable, void *ret_alue);
NPError           185 third_party/npapi/npspy/extern/plugin/npupp.h typedef NPError	(* NP_LOADDS NPN_GetValueUPP)(NPP instance, NPNVariable variable, void *ret_alue);
NPError           192 third_party/npapi/npspy/extern/plugin/npupp.h typedef NPError	(* NP_LOADDS NPN_SetValueUPP)(NPP instance, NPPVariable variable, void *ret_alue);
NPError           199 third_party/npapi/npspy/extern/plugin/npupp.h typedef NPError	(* NP_LOADDS NPN_GetURLNotifyUPP)(NPP instance, const char* url, const char* window, void* notifyData);
NPError           206 third_party/npapi/npspy/extern/plugin/npupp.h typedef NPError (* NP_LOADDS NPN_PostURLNotifyUPP)(NPP instance, const char* url, const char* window, uint32 len, const char* buf, NPBool file, void* notifyData);
NPError           213 third_party/npapi/npspy/extern/plugin/npupp.h typedef NPError	(* NP_LOADDS NPN_GetURLUPP)(NPP instance, const char* url, const char* window);
NPError           220 third_party/npapi/npspy/extern/plugin/npupp.h typedef NPError (* NP_LOADDS NPN_PostURLUPP)(NPP instance, const char* url, const char* window, uint32 len, const char* buf, NPBool file);
NPError           227 third_party/npapi/npspy/extern/plugin/npupp.h typedef NPError	(* NP_LOADDS NPN_RequestReadUPP)(NPStream* stream, NPByteRange* rangeList);
NPError           234 third_party/npapi/npspy/extern/plugin/npupp.h typedef NPError	(* NP_LOADDS NPN_NewStreamUPP)(NPP instance, NPMIMEType type, const char* window, NPStream** stream);
NPError           248 third_party/npapi/npspy/extern/plugin/npupp.h typedef NPError (* NP_LOADDS NPN_DestroyStreamUPP)(NPP instance, NPStream* stream, NPReason reason);
NPError           579 third_party/npapi/npspy/extern/plugin/npupp.h typedef NPError (* NP_LOADDS NPP_MainEntryUPP)(NPNetscapeFuncs*, NPPluginFuncs*, NPP_ShutdownUPP*);
NPError           665 third_party/npapi/npspy/extern/plugin/npupp.h NPError OSCALL NP_GetPluginData(NPPluginData * pPluginData);
NPError           669 third_party/npapi/npspy/extern/plugin/npupp.h NPError OSCALL NP_GetEntryPoints(NPPluginFuncs* pFuncs);
NPError           671 third_party/npapi/npspy/extern/plugin/npupp.h NPError OSCALL NP_Initialize(NPNetscapeFuncs* pFuncs);
NPError           673 third_party/npapi/npspy/extern/plugin/npupp.h NPError OSCALL NP_Shutdown();
NPError           696 third_party/npapi/npspy/extern/plugin/npupp.h NP_EXPORT(NPError) NP_Initialize(NPNetscapeFuncs*, NPPluginFuncs*);
NPError           697 third_party/npapi/npspy/extern/plugin/npupp.h NP_EXPORT(NPError) NP_Shutdown(void);
NPError           698 third_party/npapi/npspy/extern/plugin/npupp.h NP_EXPORT(NPError) NP_GetValue(void *future, NPPVariable aVariable, void *aValue);
NPError            44 third_party/npapi/npspy/include/epmanager.h typedef NPError (__stdcall * NP_GETENTRYPOINTS) (NPPluginFuncs* pFuncs);
NPError            45 third_party/npapi/npspy/include/epmanager.h typedef NPError (__stdcall * NP_INITIALIZE) (NPNetscapeFuncs* pFuncs);
NPError            46 third_party/npapi/npspy/include/epmanager.h typedef NPError (__stdcall * NP_SHUTDOWN) (void);
NPError            90 third_party/npapi/npspy/include/epmanager.h   NPError callNPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* argv[], NPSavedData* saved);
NPError            91 third_party/npapi/npspy/include/epmanager.h   NPError callNPP_Destroy(NPP instance, NPSavedData** save, BOOL * last);
NPError            92 third_party/npapi/npspy/include/epmanager.h   NPError callNPP_SetWindow(NPP instance, NPWindow* window);
NPError            93 third_party/npapi/npspy/include/epmanager.h   NPError callNPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
NPError            94 third_party/npapi/npspy/include/epmanager.h   NPError callNPP_DestroyStream(NPP instance, NPStream* stream, NPReason reason);
NPError           101 third_party/npapi/npspy/include/epmanager.h   NPError callNPP_GetValue(NPP instance, NPPVariable variable, void *value);
NPError           102 third_party/npapi/npspy/include/epmanager.h   NPError callNPP_SetValue(NPP instance, NPNVariable variable, void *value);