Searched refs:NPERR_GENERIC_ERROR (Results 1 - 25 of 30) sorted by path

12

/external/chromium_org/content/child/npapi/
H A Dplugin_host.cc347 return NPERR_GENERIC_ERROR;
352 return NPERR_GENERIC_ERROR;
369 return NPERR_GENERIC_ERROR;
434 return NPERR_GENERIC_ERROR;
556 return NPERR_GENERIC_ERROR;
564 return NPERR_GENERIC_ERROR;
580 return NPERR_GENERIC_ERROR;
690 NPError rv = NPERR_GENERIC_ERROR;
866 return NPERR_GENERIC_ERROR;
872 return NPERR_GENERIC_ERROR;
[all...]
H A Dplugin_instance.cc486 return NPERR_GENERIC_ERROR;
H A Dplugin_lib.cc104 return NPERR_GENERIC_ERROR;
/external/chromium_org/content/shell/tools/plugin/
H A DPluginTest.cpp128 // NPERR_GENERIC_ERROR.
129 return NPERR_GENERIC_ERROR;
133 return NPERR_GENERIC_ERROR;
H A Dmain.cpp311 return NPERR_GENERIC_ERROR;
418 return NPERR_GENERIC_ERROR;
849 return NPERR_GENERIC_ERROR;
867 return NPERR_GENERIC_ERROR;
875 return NPERR_GENERIC_ERROR;
/external/chromium_org/content/shell/tools/plugin/Tests/
H A DFormValue.cpp29 return NPERR_GENERIC_ERROR;
H A DInvokeDestroysPluginWithinNPP_New.cpp59 return NPERR_GENERIC_ERROR;
62 return NPERR_GENERIC_ERROR;
66 return NPERR_GENERIC_ERROR;
H A DNPDeallocateCalledBeforeNPShutdown.cpp87 return NPERR_GENERIC_ERROR;
H A DNPPNewFails.cpp50 return NPERR_GENERIC_ERROR;
H A DNPPSetWindowCalledDuringDestruction.cpp72 return NPERR_GENERIC_ERROR;
H A DNPRuntimeCallsWithNullNPP.cpp48 return NPERR_GENERIC_ERROR;
53 return NPERR_GENERIC_ERROR;
60 return NPERR_GENERIC_ERROR;
H A DNPRuntimeObjectFromDestroyedPlugin.cpp83 return NPERR_GENERIC_ERROR;
H A DNPRuntimeRemoveProperty.cpp164 return NPERR_GENERIC_ERROR;
H A DNullNPPGetValuePointer.cpp73 return NPERR_GENERIC_ERROR;
H A DPassDifferentNPPStruct.cpp66 return NPERR_GENERIC_ERROR;
H A DPluginScriptableNPObjectInvokeDefault.cpp57 return NPERR_GENERIC_ERROR;
H A DPluginScriptableObjectOverridesAllProperties.cpp78 return NPERR_GENERIC_ERROR;
H A DSlowNPPNew.cpp77 return NPERR_GENERIC_ERROR;
/external/chromium_org/content/test/plugin/
H A Dnpapi_test.cc103 err = NPERR_GENERIC_ERROR;
H A Dplugin_client.cc98 return NPERR_GENERIC_ERROR; // no name found
234 return NPERR_GENERIC_ERROR;
242 return NPERR_GENERIC_ERROR;
H A Dplugin_new_fails_test.cc15 return NPERR_GENERIC_ERROR;
H A Dplugin_npobject_lifetime_test.cc103 return NPERR_GENERIC_ERROR;
H A Dplugin_windowless_test.cc109 return NPERR_GENERIC_ERROR;
117 return NPERR_GENERIC_ERROR;
169 return NPERR_GENERIC_ERROR;
/external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
H A Dmain.c225 return NPERR_GENERIC_ERROR;
230 return NPERR_GENERIC_ERROR;
/external/chromium_org/third_party/npapi/bindings/
H A Dnpapi.h753 #define NPERR_GENERIC_ERROR (NPERR_BASE + 1) macro

Completed in 762 milliseconds

12