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

  /external/webkit/Source/WebKit/chromium/src/
WebSearchableFormData.cpp 160 HTMLInputElement* textElement = 0;
195 if (textElement) {
200 textElement = static_cast<HTMLInputElement*>(formElement);
212 if (formElement == textElement)
219 return textElement;
  /external/svox/pico/tts/
svox_ssml_parser.cpp 559 ((SvoxSsmlParser*)data)->textElement(text, length);
562 void SvoxSsmlParser::textElement(const XML_Char* text, int length)
  /packages/apps/Mms/src/com/android/mms/model/
SmilHelper.java 223 SMILMediaElement textElement = createMediaElement(
225 par.appendChild(textElement);

Completed in 329 milliseconds