HomeSort by relevance Sort by last modified time
    Searched defs:propertyString (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
PluginScriptableObjectOverridesAllProperties.cpp 59 char* propertyString = pluginTest()->NPN_UTF8FromIdentifier(propertyName);
61 int bufferLength = strlen(propertyString) + strlen(message) + 1;
63 snprintf(resultBuffer, bufferLength, "%s%s", message, propertyString);
SlowNPPNew.cpp 58 char* propertyString = pluginTest()->NPN_UTF8FromIdentifier(propertyName);
60 int bufferLength = strlen(propertyString) + strlen(message) + 1;
62 snprintf(resultBuffer, bufferLength, "%s%s", message, propertyString);
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/
PluginObject.cpp 691 NPUTF8* propertyString = createCStringFromNPVariant(&args[i]);
692 NPIdentifier propertyIdentifier = browser->getstringidentifier(propertyString);
693 free(propertyString);
720 NPUTF8* propertyString = createCStringFromNPVariant(&args[1]);
721 NPIdentifier propertyIdentifier = browser->getstringidentifier(propertyString);
722 free(propertyString);
735 NPUTF8* propertyString = createCStringFromNPVariant(&args[1]);
736 NPIdentifier propertyIdentifier = browser->getstringidentifier(propertyString);
737 free(propertyString);
764 NPUTF8* propertyString = createCStringFromNPVariant(&args[1])
    [all...]

Completed in 39 milliseconds