Home
last modified time | relevance | path

Searched refs:FindWrapsAroundDocument (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.h188 FindWrapsAroundDocument = 4, enumerator
Dqwebpage.cpp3597 const bool shouldWrap = options & FindWrapsAroundDocument; in findText()
/external/webkit/Source/WebKit/qt/tests/qwebpage/
Dtst_qwebpage.cpp2682 m_page->findText(subString, QWebPage::FindWrapsAroundDocument); in findText()