Searched defs:inputType (Results 1 - 5 of 5) sorted by relevance

/external/webkit/WebKit/chromium/src/
H A DWebInputElement.cpp69 WebInputElement::InputType WebInputElement::inputType() const function in class:WebKit::WebInputElement
71 return static_cast<InputType>(constUnwrap<HTMLInputElement>()->inputType());
/external/webkit/WebKit/android/nav/
H A DCachedInput.h46 WebCore::HTMLInputElement::InputType inputType() const { return mInputType; } function in class:android::CachedInput
H A DCacheBuilder.cpp1180 HTMLInputElement::InputType inputType = input->inputType(); local
1188 cachedInput.setInputType(inputType);
1194 } else if (inputType == HTMLInputElement::HIDDEN)
/external/webkit/WebCore/html/
H A DHTMLInputElement.h86 virtual bool isEnumeratable() const { return inputType() != IMAGE; }
96 virtual bool isChecked() const { return checked() && (inputType() == CHECKBOX || inputType() == RADIO); }
188 InputType inputType() const { return static_cast<InputType>(m_type); } function in class:WebCore::HTMLInputElement
192 bool respectHeightAndWidthAttrs() const { return inputType() == IMAGE || inputType() == HIDDEN; }
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DDescriptors.java1433 public Descriptor getInputType() { return inputType; }
1450 private Descriptor inputType; field in class:Descriptors.MethodDescriptor
1475 inputType = (Descriptor)input;

Completed in 230 milliseconds