Home
last modified time | relevance | path

Searched defs:propertyString (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
DPluginScriptableObjectOverridesAllProperties.cpp59 char* propertyString = pluginTest()->NPN_UTF8FromIdentifier(propertyName); in getProperty() local
DSlowNPPNew.cpp58 char* propertyString = pluginTest()->NPN_UTF8FromIdentifier(propertyName); in getProperty() local
/external/chromium_org/third_party/WebKit/Source/testing/plugin/
DPluginObject.cpp691 NPUTF8* propertyString = createCStringFromNPVariant(&args[i]); in testGetProperty() local
720 NPUTF8* propertyString = createCStringFromNPVariant(&args[1]); in testHasProperty() local
735 NPUTF8* propertyString = createCStringFromNPVariant(&args[1]); in testHasMethod() local
764 NPUTF8* propertyString = createCStringFromNPVariant(&args[1]); in testGetPropertyReturnValue() local
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp358 String propertyString = m_parsedText.substring(start, end - start).stripWhiteSpace(); in endProperty() local