Home
last modified time | relevance | path

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

/dports/graphics/okular/okular-21.12.3/part/
H A Dsearchwidget.cpp41 m_lineEdit->setSearchType(Okular::Document::GoogleAll); in SearchWidget()
89 m_lineEdit->setSearchType(Okular::Document::GoogleAll); in slotMenuChaged()
/dports/graphics/okular/okular-21.12.3/core/
H A Ddocument.h623 GoogleAll, ///< Search complete document (all words in google style) enumerator
H A Ddocument.cpp1840 const bool matchAll = search->cachedType == Document::GoogleAll; in doContinueGooglesDocumentSearch()
3662 else if (type == GoogleAll || type == GoogleAny) { in searchText()