Home
last modified time | relevance | path

Searched refs:optionArray (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
DDumpRenderTreeSupportQt.h92 static bool findString(QWebPage* page, const QString& string, const QStringList& optionArray); in Q_DECLARE_METATYPE()
DDumpRenderTreeSupportQt.cpp502 …derTreeSupportQt::findString(QWebPage* page, const QString& string, const QStringList& optionArray) in findString() argument
506 const int optionCount = optionArray.size(); in findString()
508 const QString& option = optionArray.at(i); in findString()
/external/webkit/Tools/DumpRenderTree/qt/
DLayoutTestControllerQt.h174 bool findString(const QString& string, const QStringList& optionArray);
DLayoutTestControllerQt.cpp734 bool LayoutTestController::findString(const QString& string, const QStringList& optionArray) in findString() argument
736 return DumpRenderTreeSupportQt::findString(m_drt->webPage(), string, optionArray); in findString()