Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/tests/mozilla/js1_2/String/
Dslice.js46 var returnString = new String("");
57 for (i = from2; i < to2; ++i) returnString += a.charAt(i);
59 return returnString;
/external/webkit/WebCore/accessibility/gtk/
DAccessibilityObjectWrapperAtk.cpp83 static const char* returnString(const String& str) in returnString() function
156 return returnString(name); in nameFromChildren()
163 return returnString(coreObject->stringValue()); in webkit_accessible_get_name()
169 return returnString(nameFromChildren(label)); in webkit_accessible_get_name()
178 return returnString(alt); in webkit_accessible_get_name()
182 return returnString(coreObject->stringValue()); in webkit_accessible_get_name()
192 return returnString(coreObject->accessibilityDescription()); in webkit_accessible_get_description()
198 return returnString(summary); in webkit_accessible_get_description()
205 return returnString(title); in webkit_accessible_get_description()
207 return returnString(coreObject->accessibilityDescription()); in webkit_accessible_get_description()
[all …]
/external/webkit/WebCore/
DChangeLog-2008-08-1016662 (returnString):