Home
last modified time | relevance | path

Searched refs:findString (Results 1 – 25 of 83) sorted by relevance

1234

/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
DFind.cpp75 WKRetainPtr<WKStringRef> findString(AdoptWK, WKStringCreateWithUTF8CString("Hello")); in TEST() local
76 WKPageCountStringMatches(webView.page(), findString.get(), true, 100); in TEST()
/external/skia/tests/
DMetaDataTest.cpp42 REPORTER_ASSERT(reporter, !m1.findString("hello")); in TestMetaData()
63 REPORTER_ASSERT(reporter, !strcmp(m1.findString("hello"), "world")); in TestMetaData()
111 REPORTER_ASSERT(reporter, !m1.findString("hello")); in TestMetaData()
/external/skia/src/animator/
DSkDisplayPost.cpp71 const char* target = fEvent.findString("id"); in dump()
141 SkDebugf("string=\"%s\" ", meta.findString(name)); in dump()
181 SkString preserveID(fEvent.findString("id")); in enable()
221 isAnimatorEvent = fEvent.findString("id") != NULL; in enable()
DSkDisplayEvent.cpp223 input->string.set(meta.findString(name)); in populateInput()
282 const char* SkMetaData::findString(char const* ) const {return 0;} in findString() function in SkMetaData
/external/skia/include/core/
DSkMetaData.h55 const char* findString(const char name[]) const;
69 const char* v = this->findString(name); in hasString()
/external/skia/include/views/
DSkEvent.h136 const char* findString(const char name[]) const { return fMeta.findString(name); } in findString() function
/external/skia/src/views/
DSkOSMenu.cpp208 const char* text = evt.findString(gList_Items_Str); in FindListItems()
233 return evt.isType(gMenuEventType) && evt.findString(label); in FindAction()
254 const char* text = evt.findString(slotName); in FindText()
DSkEvent.cpp221 const char* value = md.findString(name); in dump()
450 const char* idStr = evt->findString("id"); in ServiceQueueTimer()
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DFindController.h51 void findString(const String&, FindOptions, unsigned maxMatchCount);
DFindController.cpp91 void FindController::findString(const String& string, FindOptions options, unsigned maxMatchCount) in findString() function in WebKit::FindController
95 bool found = m_webPage->corePage()->findString(string, core(options)); in findString()
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DPDFViewController.h70 void findString(const String&, FindOptions, unsigned maxMatchCount);
DPDFViewController.mm241 …PDFSelection *foundSelection = [document findString:string fromSelection:selectionForInitialSearch…
246 … foundSelection = [document findString:string fromSelection:initialSelection withOptions:options];
249 foundSelection = [document findString:string fromSelection:nil withOptions:options];
261 return [[[_pdfView document] findString:string withOptions:options] count];
605 void PDFViewController::findString(const String& string, FindOptions options, unsigned maxMatchCoun…
/external/webkit/Source/WebCore/page/
DPage.cpp497 bool Page::findString(const String& target, TextCaseSensitivity caseSensitivity, FindDirection dire… in findString() function in WebCore::Page
499 …return findString(target, (caseSensitivity == TextCaseInsensitive ? CaseInsensitive : 0) | (direct… in findString()
502 bool Page::findString(const String& target, FindOptions options) in findString() function in WebCore::Page
511 if (frame->editor()->findString(target, (options & ~WrapAround) | StartInSelection)) { in findString()
523 … bool found = startFrame->editor()->findString(target, options | WrapAround | StartInSelection); in findString()
DPage.h209 bool findString(const String&, FindOptions);
211 bool findString(const String&, TextCaseSensitivity, FindDirection, bool shouldWrap);
/external/skia/include/utils/
DSkJSON.h91 bool findString(const char name[], SkString* = NULL) const;
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DLayoutTestController.h110 bool findString(JSStringRef, JSValueRef optionsArray);
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DDumpRenderTreeSupportGtk.h94 static bool findString(WebKitWebView*, const gchar*, WebKitFindOptions);
DDumpRenderTreeSupportGtk.cpp683 bool DumpRenderTreeSupportGtk::findString(WebKitWebView* webView, const gchar* targetString, WebKit… in findString() function in DumpRenderTreeSupportGtk
685 return core(webView)->findString(String::fromUTF8(targetString), findOptions); in findString()
/external/webkit/Source/WebCore/editing/
DEditor.h345 bool findString(const String&, FindOptions);
347 … bool findString(const String&, bool forward, bool caseFlag, bool wrapFlag, bool startInSelection);
/external/apache-harmony/regex/src/test/java/org/apache/harmony/tests/java/util/regex/
DPattern2Test.java1056 String findString = "\\Qimport\\E"; in testCompile2() local
1058 Pattern pattern = Pattern.compile(findString, 0); in testCompile2()
1145 String findString = "\\Qpublic\\E"; in testCompile4() local
1149 Pattern pattern = Pattern.compile(findString, 0); in testCompile4()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DDumpRenderTreeSupportQt.h92 static bool findString(QWebPage* page, const QString& string, const QStringList& optionArray); in Q_DECLARE_METATYPE()
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
DLayoutTestController.idl93 boolean findString(in DOMString target, in object optionsArray);
/external/webkit/Tools/DumpRenderTree/wx/
DLayoutTestControllerWx.cpp575 bool LayoutTestController::findString(JSContextRef context, JSStringRef target, JSObjectRef options… in findString() function in LayoutTestController
/external/webkit/Tools/DumpRenderTree/qt/
DLayoutTestControllerQt.h174 bool findString(const QString& string, const QStringList& optionArray);
/external/skia/src/core/
DSkMetaData.cpp201 const char* SkMetaData::findString(const char name[]) const in findString() function in SkMetaData

1234