Home
last modified time | relevance | path

Searched refs:SearchInputType (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/html/
DSearchInputType.cpp38 PassOwnPtr<InputType> SearchInputType::create(HTMLInputElement* element) in create()
40 return adoptPtr(new SearchInputType(element)); in create()
43 const AtomicString& SearchInputType::formControlType() const in formControlType()
48 bool SearchInputType::shouldRespectSpeechAttribute() in shouldRespectSpeechAttribute()
53 bool SearchInputType::isSearchField() const in isSearchField()
DSearchInputType.h38 class SearchInputType : public BaseTextInputType {
43 SearchInputType(HTMLInputElement* element) : BaseTextInputType(element) { } in SearchInputType() function
DInputType.cpp97 map->add(InputTypeNames::search(), SearchInputType::create); in createInputTypeFactoryMap()
/external/webkit/Source/WebCore/
DAndroid.mk358 html/SearchInputType.cpp \
DCMakeLists.txt837 html/SearchInputType.cpp
DGNUmakefile.list.am1872 Source/WebCore/html/SearchInputType.cpp \
1873 Source/WebCore/html/SearchInputType.h \
DWebCore.pro759 html/SearchInputType.cpp \
DGNUmakefile.am1906 Source/WebCore/html/SearchInputType.cpp \
1907 Source/WebCore/html/SearchInputType.h \
DWebCore.gypi3035 'html/SearchInputType.cpp',
3036 'html/SearchInputType.h',
DChangeLog-2011-02-1634087 * html/SearchInputType.cpp:
34088 (WebCore::SearchInputType::shouldRespectSpeechAttribute): Added.
34089 (WebCore::SearchInputType::isSearchField): Added.
34090 * html/SearchInputType.h: Ditto.
DChangeLog-2010-12-0644369 * html/SearchInputType.cpp: Added.
44370 (WebCore::SearchInputType::create):
44371 (WebCore::SearchInputType::formControlType):
44372 * html/SearchInputType.h: Added.
44373 (WebCore::SearchInputType::SearchInputType):
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj5763 …11251F12D003EF269 /* SearchInputType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F55B3D9D12…
5764 …D21251F12D003EF269 /* SearchInputType.h in Headers */ = {isa = PBXBuildFile; fileRef = F55B3D9E125…
12318 …03EF269 /* SearchInputType.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
12319 …2D003EF269 /* SearchInputType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
16165 F55B3D9D1251F12D003EF269 /* SearchInputType.cpp */,
16166 F55B3D9E1251F12D003EF269 /* SearchInputType.h */,
22392 F55B3DD21251F12D003EF269 /* SearchInputType.h in Headers */,
25233 F55B3DD11251F12D003EF269 /* SearchInputType.cpp in Sources */,