/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/ |
D | Find.cpp | 75 WKRetainPtr<WKStringRef> findString(AdoptWK, WKStringCreateWithUTF8CString("Hello")); in TEST() local 76 WKPageCountStringMatches(webView.page(), findString.get(), true, 100); in TEST()
|
/external/skia/tests/ |
D | MetaDataTest.cpp | 42 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/ |
D | SkDisplayPost.cpp | 71 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()
|
D | SkDisplayEvent.cpp | 223 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/ |
D | SkMetaData.h | 55 const char* findString(const char name[]) const; 69 const char* v = this->findString(name); in hasString()
|
/external/skia/include/views/ |
D | SkEvent.h | 136 const char* findString(const char name[]) const { return fMeta.findString(name); } in findString() function
|
/external/skia/src/views/ |
D | SkOSMenu.cpp | 208 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()
|
D | SkEvent.cpp | 221 const char* value = md.findString(name); in dump() 450 const char* idStr = evt->findString("id"); in ServiceQueueTimer()
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
D | FindController.h | 51 void findString(const String&, FindOptions, unsigned maxMatchCount);
|
D | FindController.cpp | 91 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/ |
D | PDFViewController.h | 70 void findString(const String&, FindOptions, unsigned maxMatchCount);
|
D | PDFViewController.mm | 241 …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/ |
D | Page.cpp | 497 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()
|
D | Page.h | 209 bool findString(const String&, FindOptions); 211 bool findString(const String&, TextCaseSensitivity, FindDirection, bool shouldWrap);
|
/external/skia/include/utils/ |
D | SkJSON.h | 91 bool findString(const char name[], SkString* = NULL) const;
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/ |
D | LayoutTestController.h | 110 bool findString(JSStringRef, JSValueRef optionsArray);
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | DumpRenderTreeSupportGtk.h | 94 static bool findString(WebKitWebView*, const gchar*, WebKitFindOptions);
|
D | DumpRenderTreeSupportGtk.cpp | 683 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/ |
D | Editor.h | 345 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/ |
D | Pattern2Test.java | 1056 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/ |
D | DumpRenderTreeSupportQt.h | 92 static bool findString(QWebPage* page, const QString& string, const QStringList& optionArray); in Q_DECLARE_METATYPE()
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/ |
D | LayoutTestController.idl | 93 boolean findString(in DOMString target, in object optionsArray);
|
/external/webkit/Tools/DumpRenderTree/wx/ |
D | LayoutTestControllerWx.cpp | 575 bool LayoutTestController::findString(JSContextRef context, JSStringRef target, JSObjectRef options… in findString() function in LayoutTestController
|
/external/webkit/Tools/DumpRenderTree/qt/ |
D | LayoutTestControllerQt.h | 174 bool findString(const QString& string, const QStringList& optionArray);
|
/external/skia/src/core/ |
D | SkMetaData.cpp | 201 const char* SkMetaData::findString(const char name[]) const in findString() function in SkMetaData
|