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

  /external/chromium_org/content/shell/tools/plugin/Tests/
PluginScriptableObjectOverridesAllProperties.cpp 63 char* propertyString = pluginTest()->NPN_UTF8FromIdentifier(propertyName);
65 int bufferLength = strlen(propertyString) + strlen(message) + 1;
67 snprintf(resultBuffer, bufferLength, "%s%s", message, propertyString);
SlowNPPNew.cpp 62 char* propertyString = pluginTest()->NPN_UTF8FromIdentifier(propertyName);
64 int bufferLength = strlen(propertyString) + strlen(message) + 1;
66 snprintf(resultBuffer, bufferLength, "%s%s", message, propertyString);
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSTransitionData.h 35 , propertyString(string)
46 bool operator==(const TransitionProperty& other) const { return propertyType == other.propertyType && propertyId == other.propertyId && propertyString == other.propertyString; }
50 String propertyString;
  /external/chromium_org/content/shell/tools/plugin/
PluginObject.cpp 779 NPUTF8* propertyString = createCStringFromNPVariant(&args[i]);
781 browser->getstringidentifier(propertyString);
782 free(propertyString);
813 NPUTF8* propertyString = createCStringFromNPVariant(&args[1]);
815 browser->getstringidentifier(propertyString);
816 free(propertyString);
833 NPUTF8* propertyString = createCStringFromNPVariant(&args[1]);
835 browser->getstringidentifier(propertyString);
836 free(propertyString);
869 NPUTF8* propertyString = createCStringFromNPVariant(&args[1])
    [all...]

Completed in 81 milliseconds