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

/external/webkit/Source/WebCore/dom/
H A DInputElement.h35 class InputElement { class in namespace:WebCore
37 virtual ~InputElement() { }
66 // Returns true if the specified string can be set as the value of InputElement.
85 static String sanitizeValueForTextField(const InputElement*, const String&);
88 static void dispatchFocusEvent(InputElement*, Element*);
89 static void dispatchBlurEvent(InputElement*, Element*);
90 static void updateFocusAppearance(InputElementData&, InputElement*, Element*, bool restorePreviousSelection);
91 static void updateSelectionRange(InputElement*, Element*, int start, int end);
92 static void aboutToUnload(InputElement*, Element*);
93 static void setValueFromRenderer(InputElementData&, InputElement*, Elemen
[all...]

Completed in 61 milliseconds