Home
last modified time | relevance | path

Searched refs:NPN_GetStringIdentifier (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/content/shell/tools/plugin/Tests/
DNPRuntimeCallsWithNullNPP.cpp50 NPIdentifier alertIdentifier = NPN_GetStringIdentifier("alert"); in NPP_New()
56 NPIdentifier documentIdentifier = NPN_GetStringIdentifier("document"); in NPP_New()
DNPDeallocateCalledBeforeNPShutdown.cpp59 return propertyName == pluginTest()->NPN_GetStringIdentifier("testObject"); in hasProperty()
64 if (propertyName != pluginTest()->NPN_GetStringIdentifier("testObject")) in getProperty()
DNPPSetWindowCalledDuringDestruction.cpp121 return methodName == pluginTest()->NPN_GetStringIdentifier("setWillBeDestroyed"); in hasMethod()
126 assert(identifier == pluginTest()->NPN_GetStringIdentifier("setWillBeDestroyed")); in invoke()
DLeakWindowScriptableObject.cpp31 NPIdentifier self_name = NPN_GetStringIdentifier("self"); in NPP_New()
DInvokeDestroysPluginWithinNPP_New.cpp65 if (!NPN_Invoke(windowObject, NPN_GetStringIdentifier("removePluginElement"), 0, 0, &result)) in NPP_New()
DNPRuntimeObjectFromDestroyedPlugin.cpp71 if (propertyName != pluginTest()->NPN_GetStringIdentifier("testObject")) in getProperty()
DNPRuntimeRemoveProperty.cpp127 propertyName = pluginTest()->NPN_GetStringIdentifier(propertyNameString.c_str()); in invoke()
/external/chromium_org/content/shell/tools/plugin/
DPluginTest.h115 NPIdentifier NPN_GetStringIdentifier(const NPUTF8* name);
220 return pluginTest()->NPN_GetStringIdentifier(value) == identifier; in identifierIs()
DPluginTest.cpp170 NPIdentifier PluginTest::NPN_GetStringIdentifier(const NPUTF8* name) { in NPN_GetStringIdentifier() function in PluginTest
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
Dnpruntime.h253 NPIdentifier NPN_GetStringIdentifier(const NPUTF8 *name);
/external/chromium_org/third_party/npapi/bindings/
Dnpruntime.h227 NPIdentifier NPN_GetStringIdentifier(const NPUTF8 *name);
/external/chromium_org/third_party/npapi/npspy/common/
Dnpp_gate.cpp143 fakeNPNFuncs.getstringidentifier = NPN_GetStringIdentifier; in NPP_New()
Dnpn_gate.cpp384 NPIdentifier NPN_GetStringIdentifier(const NPUTF8 *name) in NPN_GetStringIdentifier() function
/external/chromium_org/third_party/npapi/npspy/windows/
Dnpspy.rc189 CONTROL "NPN_GetStringIdentifier",IDC_CHECK_NPN_GETSTRINGIDENTIFIER,