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

/external/webkit/Source/WebKit/qt/tests/qwebpage/
H A Dtst_qwebpage.cpp2431 const QString applicationNameMarker = QString::fromUtf8("StrangeName\342\210\236"); local
2432 QCoreApplication::setApplicationName(applicationNameMarker);
2433 QVERIFY(page.userAgentForUrl(QUrl()).contains(applicationNameMarker));

Completed in 49 milliseconds