Home
last modified time | relevance | path

Searched refs:canChangeFromAnotherType (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/html/
DFileInputType.h55 virtual bool canChangeFromAnotherType() const;
DFileInputType.cpp114 bool FileInputType::canChangeFromAnotherType() const in canChangeFromAnotherType() function in WebCore::FileInputType
DInputType.h82 virtual bool canChangeFromAnotherType() const;
DInputType.cpp452 bool InputType::canChangeFromAnotherType() const in canChangeFromAnotherType() function in WebCore::InputType
DHTMLInputElement.cpp452 if (hadType && !newType->canChangeFromAnotherType()) { in updateType()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1633800 (WebCore::FileInputType::canChangeFromAnotherType): Added.
33829 InputType::canChangeFromAnotherType. Streamlined the logic for
33998 (WebCore::InputType::canChangeFromAnotherType): Added.