Home
last modified time | relevance | path

Searched refs:NPVARIANT_PARAM_STRING (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/child/
Dplugin_param_traits.cc47 } else if (p.type == content::NPVARIANT_PARAM_STRING) { in Write()
79 } else if (r->type == content::NPVARIANT_PARAM_STRING) { in Read()
104 } else if (p.type == content::NPVARIANT_PARAM_STRING) { in Log()
Dplugin_param_traits.h33 NPVARIANT_PARAM_STRING, enumerator
/external/chromium_org/content/child/npapi/
Dnpobject_util.cc176 param->type = NPVARIANT_PARAM_STRING; in CreateNPVariantParam()
253 case NPVARIANT_PARAM_STRING: { in CreateNPVariant()