Searched defs:findText (Results 1 - 5 of 5) sorted by relevance
/external/webkit/WebKit/qt/Api/ |
H A D | qwebview.cpp | 559 \sa findText(), selectionChanged() 761 bool QWebView::findText(const QString &subString, QWebPage::FindFlags options) function in class:QWebView 764 return d->page->findText(subString, options);
|
H A D | qgraphicswebview.cpp | 914 bool QGraphicsWebView::findText(const QString &subString, QWebPage::FindFlags options) function in class:QGraphicsWebView 917 return d->page->findText(subString, options);
|
H A D | qwebpage.cpp | 1553 This enum describes the options available to QWebPage's findText() function. The options 1557 \value FindCaseSensitively By default findText() works case insensitive. Specifying this option 1559 \value FindWrapsAroundDocument Makes findText() restart from the beginning of the document if the end 1696 QWebView), triggerAction(), findText() and settings(). More QWebView-like 2983 bool QWebPage::findText(const QString &subString, FindFlags options) function in class:QWebPage
|
/external/chromium/third_party/icu/source/i18n/ |
H A D | nfrule.cpp | 1019 // use findText() to search for "delimiter". It returns a two- 1024 int32_t dPos = findText(text, delimiter, startPos, &dLen); 1026 // if findText() succeeded, isolate the text preceding the 1065 dPos = findText(text, delimiter, dPos + dLen, &dLen); 1314 NFRule::findText(const UnicodeString& str, function in class:NFRule
|
/external/icu4c/i18n/ |
H A D | nfrule.cpp | 1019 // use findText() to search for "delimiter". It returns a two- 1024 int32_t dPos = findText(text, delimiter, startPos, &dLen); 1026 // if findText() succeeded, isolate the text preceding the 1065 dPos = findText(text, delimiter, dPos + dLen, &dLen); 1314 NFRule::findText(const UnicodeString& str, function in class:NFRule
|
Completed in 783 milliseconds