Searched refs:TextCaseSensitivity (Results 1 – 10 of 10) sorted by relevance
/external/webkit/Source/WebCore/platform/text/ |
D | RegularExpression.cpp | 39 static PassRefPtr<Private> create(const String& pattern, TextCaseSensitivity caseSensitivity) in create() 50 Private(const String& pattern, TextCaseSensitivity caseSensitivity) in Private() 57 …PassOwnPtr<JSC::Yarr::BytecodePattern> compile(const String& patternString, TextCaseSensitivity ca… in compile() 74 RegularExpression::RegularExpression(const String& pattern, TextCaseSensitivity caseSensitivity) in RegularExpression()
|
D | RegularExpression.h | 36 RegularExpression(const String&, TextCaseSensitivity);
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebRegularExpression.cpp | 47 TextCaseSensitivity sensitivity = static_cast<TextCaseSensitivity>(caseSensitivity); in WebRegularExpression()
|
/external/webkit/Source/WebCore/page/ |
D | Page.h | 211 bool findString(const String&, TextCaseSensitivity, FindDirection, bool shouldWrap); 214 …unsigned markAllMatchesForText(const String&, TextCaseSensitivity, bool shouldHighlight, unsigned);
|
D | Page.cpp | 497 bool Page::findString(const String& target, TextCaseSensitivity caseSensitivity, FindDirection dire… in findString() 531 unsigned int Page::markAllMatchesForText(const String& target, TextCaseSensitivity caseSensitivity,… in markAllMatchesForText()
|
/external/webkit/Source/JavaScriptCore/wtf/text/ |
D | StringImpl.h | 59 enum TextCaseSensitivity { TextCaseSensitive, TextCaseInsensitive }; enum 411 using WTF::TextCaseSensitivity;
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitwebview.cpp | 4057 TextCaseSensitivity caseSensitivity = caseSensitive ? TextCaseSensitive : TextCaseInsensitive; in webkit_web_view_search_text() 4079 TextCaseSensitivity caseSensitivity = caseSensitive ? TextCaseSensitive : TextCaseInsensitive; in webkit_web_view_mark_text_matches()
|
/external/webkit/Source/WebKit/efl/ewk/ |
D | ewk_view.cpp | 1422 WTF::TextCaseSensitivity sensitive; in ewk_view_text_search() 1454 WTF::TextCaseSensitivity sensitive; in ewk_view_text_matches_mark()
|
/external/webkit/Source/WebKit/qt/Api/ |
D | qwebpage.cpp | 3574 ::TextCaseSensitivity caseSensitivity = ::TextCaseInsensitive; in findText()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 55727 * page/Page.h: Moved TextCaseSensitivity from here to StringImpl.h in platform. 55774 constructor argument to use TextCaseSensitivity instead to make it less likely 55785 TextCaseSensitivity and not have a default value. Removed the default constructor, 55788 * platform/text/StringImpl.h: Moved the TextCaseSensitivity enum here from
|