Searched refs:firstTextInput (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/qt/docs/webkitsnippets/webelement/
H A Dmain.cpp71 QWebElement firstTextInput = document.findFirst("input[type=text]"); local
72 QString storedText = firstTextInput.attribute("value");
85 QWebElement firstTextInput = document.findFirst("input[type=text]"); local

Completed in 72 milliseconds