Searched refs:returnString (Results 1 – 3 of 3) sorted by relevance
46 var returnString = new String("");57 for (i = from2; i < to2; ++i) returnString += a.charAt(i);59 return returnString;
83 static const char* returnString(const String& str) in returnString() function156 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 …]
16662 (returnString):