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

/macosx-10.9.5/WebKit-7537.78.2/qt/tests/qwebpage/
H A Dtst_qwebpage.cpp1726 QList<QInputMethodEvent::Attribute> inputAttributes; local
1730 QInputMethodEvent eventText("QtWebKit", inputAttributes);
1737 QInputMethodEvent eventText("", inputAttributes);
1747 inputAttributes << QInputMethodEvent::Attribute(QInputMethodEvent::Selection, 3, 2, QVariant());
1748 QInputMethodEvent eventSelection("",inputAttributes);
1767 inputAttributes << QInputMethodEvent::Attribute(QInputMethodEvent::Selection, 6, -5, QVariant());
1768 QInputMethodEvent eventSelection3("",inputAttributes);
1806 inputAttributes << QInputMethodEvent::Attribute(QInputMethodEvent::Selection, 0, 0, QVariant());
1807 QInputMethodEvent eventSelection4("", inputAttributes);

Completed in 199 milliseconds