HomeSort by relevance Sort by last modified time
    Searched refs:SearchInputType (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/html/
SearchInputType.cpp 32 #include "SearchInputType.h"
38 PassOwnPtr<InputType> SearchInputType::create(HTMLInputElement* element)
40 return adoptPtr(new SearchInputType(element));
43 const AtomicString& SearchInputType::formControlType() const
48 bool SearchInputType::shouldRespectSpeechAttribute()
53 bool SearchInputType::isSearchField() const
SearchInputType.h 38 class SearchInputType : public BaseTextInputType {
43 SearchInputType(HTMLInputElement* element) : BaseTextInputType(element) { }
InputType.cpp 57 #include "SearchInputType.h"
97 map->add(InputTypeNames::search(), SearchInputType::create);
  /external/webkit/Source/WebCore/
Android.mk 358 html/SearchInputType.cpp \
    [all...]

Completed in 4335 milliseconds