Searched refs:findText (Results 1 - 17 of 17) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/
H A Dfind_pasteboard.h38 - (NSString*)findText;
/external/chromium/chrome/browser/ui/cocoa/find_bar/
H A Dfind_bar_cocoa_controller.h81 - (void)setFindText:(NSString*)findText;
85 withText:(const string16&)findText;
/external/icu4c/i18n/
H A Dnfrule.h91 int32_t findText(const UnicodeString& str, const UnicodeString& key,
H A Dnfrule.cpp1017 // use findText() to search for "delimiter". It returns a two-
1022 int32_t dPos = findText(text, delimiter, startPos, &dLen);
1024 // if findText() succeeded, isolate the text preceding the
1063 dPos = findText(text, delimiter, dPos + dLen, &dLen);
1312 NFRule::findText(const UnicodeString& str, function in class:NFRule
/external/webkit/Source/WebKit/qt/Api/
H A Dqgraphicswebview.h87 bool findText(const QString& subString, QWebPage::FindFlags options = 0);
H A Dqwebview.h109 bool findText(const QString& subString, QWebPage::FindFlags options = 0);
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.h296 bool findText(const QString &subString, FindFlags options = 0);
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/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_storage.h861 Bool findText );
H A Dstorage.c1788 Bool findText )
1809 if ( findText && di->symtab[mid].isText ) return mid;
1810 if ( (!findText) && (!di->symtab[mid].isText) ) return mid;
H A Ddebuginfo.c1315 If findText==True, only text symbols are searched for.
1316 If findText==False, only data symbols are searched for.
1321 Bool findText )
1329 if (findText) {
1365 di, ptr, match_anywhere_in_sym, findText );
1406 call has come from VG_(get_fnname_raw)(). findText
1414 Bool findText, /*OUT*/PtrdiffT* offsetP )
1420 search_all_symtabs ( a, &di, &sno, match_anywhere_in_sym, findText );
1410 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/Tools/MiniBrowser/qt/
H A DBrowserWindow.cpp331 int index = combo->findText(page()->customUserAgent());
/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/webkit/Tools/QtTestBrowser/
H A Dlauncherwindow.cpp879 int index = combo->findText(page()->userAgentForUrl(QUrl()));
/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 600 milliseconds