NPUTF8             88 content/child/npapi/npobject_util.cc static void NPN_SetExceptionPatch(NPObject *obj, const NPUTF8 *message) {
NPUTF8            257 content/child/npapi/npobject_util.cc       result->value.stringValue.UTF8Characters = static_cast<NPUTF8*>(buffer);
NPUTF8             15 content/child/npapi/npruntime_util.cc   const NPUTF8* string;
NPUTF8            127 content/child/plugin_param_traits.cc     NPUTF8* str = blink::WebBindings::utf8FromIdentifier(p.identifier);
NPUTF8             56 content/renderer/browser_plugin/browser_plugin_bindings.cc   NPUTF8 *chars = static_cast<NPUTF8 *>(malloc(length));
NPUTF8            588 content/renderer/browser_plugin/browser_plugin_bindings.cc             np_obj, static_cast<const NPUTF8 *>(error_message.c_str()));
NPUTF8            601 content/renderer/browser_plugin/browser_plugin_bindings.cc           np_obj, static_cast<const NPUTF8 *>(error_message.c_str()));
NPUTF8            641 content/renderer/browser_plugin/browser_plugin_bindings.cc           np_obj, static_cast<const NPUTF8 *>(error_message.c_str()));
NPUTF8            166 content/renderer/pepper/npapi_glue.cc   const NPUTF8* string_value = NULL;
NPUTF8            165 content/shell/tools/plugin/PluginObject.cpp static const NPUTF8* pluginPropertyIdentifierNames[NUM_PROPERTY_IDENTIFIERS] = {
NPUTF8            218 content/shell/tools/plugin/PluginObject.cpp static const NPUTF8* pluginMethodIdentifierNames[NUM_METHOD_IDENTIFIERS] = {
NPUTF8            240 content/shell/tools/plugin/PluginObject.cpp static NPUTF8* createCStringFromNPVariant(const NPVariant* variant) {
NPUTF8            242 content/shell/tools/plugin/PluginObject.cpp   NPUTF8* result = (NPUTF8*)malloc(length + 1);
NPUTF8            469 content/shell/tools/plugin/PluginObject.cpp   NPUTF8* utf8String = createCStringFromNPVariant(&variant);
NPUTF8            508 content/shell/tools/plugin/PluginObject.cpp   NPUTF8* utf8String = browser->utf8fromidentifier(identifier);
NPUTF8            539 content/shell/tools/plugin/PluginObject.cpp   NPUTF8* callbackString = createCStringFromNPVariant(&args[0]);
NPUTF8            567 content/shell/tools/plugin/PluginObject.cpp   NPUTF8* callbackString = createCStringFromNPVariant(&args[0]);
NPUTF8            597 content/shell/tools/plugin/PluginObject.cpp   NPUTF8* callbackString = createCStringFromNPVariant(&args[0]);
NPUTF8            629 content/shell/tools/plugin/PluginObject.cpp     NPUTF8* urlString = createCStringFromNPVariant(&args[0]);
NPUTF8            630 content/shell/tools/plugin/PluginObject.cpp     NPUTF8* targetString = createCStringFromNPVariant(&args[1]);
NPUTF8            639 content/shell/tools/plugin/PluginObject.cpp     NPUTF8* urlString = createCStringFromNPVariant(&args[0]);
NPUTF8            658 content/shell/tools/plugin/PluginObject.cpp   NPUTF8* urlString = createCStringFromNPVariant(&args[0]);
NPUTF8            659 content/shell/tools/plugin/PluginObject.cpp   NPUTF8* targetString =
NPUTF8            661 content/shell/tools/plugin/PluginObject.cpp   NPUTF8* callbackString = createCStringFromNPVariant(&args[2]);
NPUTF8            733 content/shell/tools/plugin/PluginObject.cpp       NPUTF8* string = browser->utf8fromidentifier(identifiers[i]);
NPUTF8            779 content/shell/tools/plugin/PluginObject.cpp     NPUTF8* propertyString = createCStringFromNPVariant(&args[i]);
NPUTF8            813 content/shell/tools/plugin/PluginObject.cpp   NPUTF8* propertyString = createCStringFromNPVariant(&args[1]);
NPUTF8            833 content/shell/tools/plugin/PluginObject.cpp   NPUTF8* propertyString = createCStringFromNPVariant(&args[1]);
NPUTF8            869 content/shell/tools/plugin/PluginObject.cpp   NPUTF8* propertyString = createCStringFromNPVariant(&args[1]);
NPUTF8            957 content/shell/tools/plugin/PluginObject.cpp   NPUTF8* callbackString = createCStringFromNPVariant(&args[0]);
NPUTF8            975 content/shell/tools/plugin/PluginObject.cpp   NPUTF8* object_mehod_string = createCStringFromNPVariant(&args[1]);
NPUTF8            170 content/shell/tools/plugin/PluginTest.cpp NPIdentifier PluginTest::NPN_GetStringIdentifier(const NPUTF8* name) {
NPUTF8            182 content/shell/tools/plugin/PluginTest.cpp NPUTF8* PluginTest::NPN_UTF8FromIdentifier(NPIdentifier npIdentifier) {
NPUTF8            115 content/shell/tools/plugin/PluginTest.h   NPIdentifier NPN_GetStringIdentifier(const NPUTF8* name);
NPUTF8            118 content/shell/tools/plugin/PluginTest.h   NPUTF8* NPN_UTF8FromIdentifier(NPIdentifier);
NPUTF8             83 content/shell/tools/plugin/TestObject.cpp static const NPUTF8* testIdentifierNames[NUM_TEST_IDENTIFIERS] = {
NPUTF8             90 content/shell/tools/plugin/TestObject.cpp static const NPUTF8* testMethodIdentifierNames[NUM_METHOD_IDENTIFIERS] = {
NPUTF8            192 content/test/plugin/plugin_windowless_test.cc   const NPUTF8* urlString = "javascript:DeletePluginWithinScript()";
NPUTF8            193 content/test/plugin/plugin_windowless_test.cc   const NPUTF8* targetString = NULL;
NPUTF8             14 remoting/host/plugin/host_plugin_utils.cc   NPUTF8* np_string = g_npnetscape_funcs->utf8fromidentifier(identifier);
NPUTF8             29 remoting/host/plugin/host_plugin_utils.cc   NPUTF8* chars =
NPUTF8             30 remoting/host/plugin/host_plugin_utils.cc       reinterpret_cast<NPUTF8*>(g_npnetscape_funcs->memalloc(len + 1));
NPUTF8             95 third_party/npapi/bindings/npfunctions.h typedef NPIdentifier (*NPN_GetStringIdentifierProcPtr)(const NPUTF8* name);
NPUTF8             96 third_party/npapi/bindings/npfunctions.h typedef void         (*NPN_GetStringIdentifiersProcPtr)(const NPUTF8** names, int32_t nameCount, NPIdentifier* identifiers);
NPUTF8             99 third_party/npapi/bindings/npfunctions.h typedef NPUTF8*      (*NPN_UTF8FromIdentifierProcPtr)(NPIdentifier identifier);
NPUTF8            113 third_party/npapi/bindings/npfunctions.h typedef void         (*NPN_SetExceptionProcPtr)(NPObject *obj, const NPUTF8 *message);
NPUTF8             90 third_party/npapi/bindings/npruntime.h     const NPUTF8 *UTF8Characters;
NPUTF8            227 third_party/npapi/bindings/npruntime.h NPIdentifier NPN_GetStringIdentifier(const NPUTF8 *name);
NPUTF8            228 third_party/npapi/bindings/npruntime.h void NPN_GetStringIdentifiers(const NPUTF8 **names, int32_t nameCount,
NPUTF8            236 third_party/npapi/bindings/npruntime.h NPUTF8 *NPN_UTF8FromIdentifier(NPIdentifier identifier);
NPUTF8            391 third_party/npapi/bindings/npruntime.h void NPN_SetException(NPObject *npobj, const NPUTF8 *message);
NPUTF8            384 third_party/npapi/npspy/common/npn_gate.cpp NPIdentifier NPN_GetStringIdentifier(const NPUTF8 *name)
NPUTF8            436 third_party/npapi/npspy/common/npn_gate.cpp void NPN_SetException(NPObject*obj, const NPUTF8*message)
NPUTF8            591 third_party/npapi/npspy/common/npn_gate.cpp NPUTF8 *NPN_UTF8FromIdentifier(NPIdentifier identifier)
NPUTF8            596 third_party/npapi/npspy/common/npn_gate.cpp   NPUTF8 *rv = NPNFuncs.utf8fromidentifier(identifier);
NPUTF8            630 third_party/npapi/npspy/common/npn_gate.cpp void NPN_GetStringIdentifiers(const NPUTF8 **names, int32_t count, NPIdentifier *identifiers)
NPUTF8            118 third_party/npapi/npspy/extern/plugin/npruntime.h     const NPUTF8 *utf8characters;
NPUTF8            253 third_party/npapi/npspy/extern/plugin/npruntime.h NPIdentifier NPN_GetStringIdentifier(const NPUTF8 *name);
NPUTF8            254 third_party/npapi/npspy/extern/plugin/npruntime.h void NPN_GetStringIdentifiers(const NPUTF8 **names, int32_t nameCount,
NPUTF8            262 third_party/npapi/npspy/extern/plugin/npruntime.h NPUTF8 *NPN_UTF8FromIdentifier(NPIdentifier identifier);
NPUTF8            405 third_party/npapi/npspy/extern/plugin/npruntime.h void NPN_SetException(NPObject *npobj, const NPUTF8 *message);
NPUTF8            332 third_party/npapi/npspy/extern/plugin/npupp.h typedef NPIdentifier (* NP_LOADDS NPN_GetStringIdentifierUPP)(const NPUTF8* name);
NPUTF8            339 third_party/npapi/npspy/extern/plugin/npupp.h typedef void (* NP_LOADDS NPN_GetStringIdentifiersUPP)(const NPUTF8** names,
NPUTF8            362 third_party/npapi/npspy/extern/plugin/npupp.h typedef NPUTF8* (* NP_LOADDS NPN_UTF8FromIdentifierUPP)(NPIdentifier identifier);
NPUTF8            460 third_party/npapi/npspy/extern/plugin/npupp.h typedef void (* NP_LOADDS NPN_SetExceptionUPP)(NPObject *obj, const NPUTF8 *message);