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

/external/webkit/Source/WebKit/qt/Api/
H A Dqgraphicswebview.cpp853 bool QGraphicsWebView::findText(const QString &subString, QWebPage::FindFlags options) function in class:QGraphicsWebView
856 return d->page->findText(subString, options);
H A Dqwebview.cpp595 \sa findText(), selectionChanged(), selectedHtml()
611 \sa findText(), selectionChanged(), selectedText()
815 bool QWebView::findText(const QString &subString, QWebPage::FindFlags options) function in class:QWebView
818 return d->page->findText(subString, options);
H A Dqwebpage.cpp1640 This enum describes the options available to the findText() function. The options
1644 \value FindCaseSensitively By default findText() works case insensitive. Specifying this option
1646 \value FindWrapsAroundDocument Makes findText() restart from the beginning of the document if the end
1897 findText() and settings(). More QWebView-like functions can be found in the
3572 bool QWebPage::findText(const QString &subString, FindFlags options) function in class:QWebPage
/external/icu4c/i18n/
H A Dnfrule.cpp1018 // use findText() to search for "delimiter". It returns a two-
1023 int32_t dPos = findText(text, delimiter, startPos, &dLen);
1025 // if findText() succeeded, isolate the text preceding the
1064 dPos = findText(text, delimiter, dPos + dLen, &dLen);
1313 NFRule::findText(const UnicodeString& str, function in class:NFRule
/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c1286 If findText==True, only text symbols are searched for.
1287 If findText==False, only data symbols are searched for.
1292 Bool findText )
1300 if (findText) {
1338 di, ptr, match_anywhere_in_sym, findText );
1379 call has come from VG_(get_fnname_raw)(). findText
1387 Bool findText, /*OUT*/PtrdiffT* offsetP )
1393 search_all_symtabs ( a, &di, &sno, match_anywhere_in_sym, findText );
1383 get_sym_name( Bool do_cxx_demangling, Bool do_z_demangling, Bool do_below_main_renaming, Addr a, Char* buf, Int nbuf, Bool match_anywhere_in_sym, Bool show_offset, Bool findText, PtrdiffT* offsetP ) argument
/external/webkit/Source/WebKit/qt/tests/qwebpage/
H A Dtst_qwebpage.cpp138 void findText();
2669 void tst_QWebPage::findText() function in class:tst_QWebPage
2675 m_page->findText("");
2682 m_page->findText(subString, QWebPage::FindWrapsAroundDocument);
2685 m_page->findText("");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 184 milliseconds