Searched defs:textElement (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebSearchableFormData.cpp159 HTMLInputElement* textElement = 0; local
181 if (textElement) {
186 textElement = toHTMLInputElement(control);
190 return textElement;
199 bool buildSearchString(const HTMLFormElement* form, Vector<char>* encodedString, WTF::TextEncoding* encoding, const HTMLInputElement* textElement) argument
225 if (control == textElement) {
/external/svox/pico/tts/
H A Dsvox_ssml_parser.cpp559 ((SvoxSsmlParser*)data)->textElement(text, length);
562 void SvoxSsmlParser::textElement(const XML_Char* text, int length) function in class:SvoxSsmlParser
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXObject.h220 RefPtr<AXObject> textElement; member in struct:blink::AccessibilityText
230 , textElement(element)

Completed in 139 milliseconds