Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DTextEvent.cpp39 … TextEvent::create(PassRefPtr<AbstractView> view, const String& data, TextEventInputType inputType) in create() argument
41 return adoptRef(new TextEvent(view, data, inputType)); in create()
66 …xtEvent::TextEvent(PassRefPtr<AbstractView> view, const String& data, TextEventInputType inputType) in TextEvent() argument
68 , m_inputType(inputType) in TextEvent()
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
Dlist_selection_controller.js189 var inputType = e.target.type;
191 if (inputType == 'checkbox' || inputType == 'radio') {
/external/protobuf/java/src/main/java/com/google/protobuf/
DDescriptors.java1433 public Descriptor getInputType() { return inputType; } in getInputType()
1450 private Descriptor inputType; field in Descriptors.MethodDescriptor
1475 inputType = (Descriptor)input; in crossLink()
/external/webkit/Source/WebCore/page/
DEventHandler.cpp2845 …ler::handleTextInputEvent(const String& text, Event* underlyingEvent, TextEventInputType inputType) in handleTextInputEvent() argument
2865 RefPtr<TextEvent> event = TextEvent::create(m_frame->domWindow(), text, inputType); in handleTextInputEvent()
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-168500 [Chromium] Remove WebInputElement::InputType and inputType()
8503 * DEPS: Roll Chromium revision to 60132, which removed all usage of inputType().
8504 * public/WebInputElement.h: Remove InputType and inputType().
8507 * src/WebInputElement.cpp: Remove inputType().
8680 Deprecate the inputType function on HTMLInputElement
8684 (WebKit::WebInputElement::inputType):
8689 Use deprecatedInputType instead of inputType.
8930 Reduce use of HTMLInputElement::inputType so we can remove it later
27001 (WebKit::WebInputElement::inputType):
/external/webkit/Source/WebCore/
DChangeLog-2006-05-101652 (WebCore::HTMLInputElement::setInputType): Ditto. Also call inputType() != PASSWORD
5642 …TMLInputElement::isKeyboardFocusable): Uses isNonWidgetTextField instead of checking the inputType.
5645 (WebCore::HTMLInputElement::constrainValue): Uses isTextField instead of checking inputType.
5652 …eldInnerElement::defaultEventHandler): Uses isNonWidgetTextField instead of checking the inputType.
6599 (WebCore::HTMLInputElement::isKeyboardFocusable): Use inputType() instead of using m_type
6619 (WebCore::HTMLInputElement::parseMappedAttribute): Use inputType() instead of using m_type
6626 (WebCore::HTMLInputElement::isSuccessfulSubmitButton): Use inputType() instead of using
6633 (WebCore::HTMLInputElement::valueWithDefault): Use inputType() instead of using
6638 (WebCore::HTMLInputElement::storesValueSeparateFromAttribute): Use inputType() instead of
15899 (DOM::HTMLInputElementImpl::inputType):
DChangeLog-2010-12-0650981 Deprecate the inputType function on HTMLInputElement
51051 deprecatedInputType function instead of m_type. Renamed inputType function
53129 Reduce use of HTMLInputElement::inputType so we can remove it later
DChangeLog-2006-12-3122073 New. Checks for input with inputType() of PASSWORD.
DChangeLog-2007-10-1439018 …(WebCore::HTMLInputElement::~HTMLInputElement): Deregister from the document if inputType == PASSW…
/external/webkit/Source/WebKit/win/
DChangeLog3083 Reduce use of HTMLInputElement::inputType so we can remove it later
/external/webkit/Source/WebKit/mac/
DChangeLog5363 Reduce use of HTMLInputElement::inputType so we can remove it later
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-163929 Reduce use of HTMLInputElement::inputType so we can remove it later