Home | History | Annotate | Download | only in web

Lines Matching refs:BLINK_EXPORT

62         BLINK_EXPORT bool autoComplete() const;
63 BLINK_EXPORT WebString action() const;
64 BLINK_EXPORT WebString name() const;
65 BLINK_EXPORT WebString method() const;
66 BLINK_EXPORT bool wasUserSubmitted() const;
67 BLINK_EXPORT void submit();
69 BLINK_EXPORT void getNamedElements(const WebString&, WebVector<WebNode>&);
70 BLINK_EXPORT void getFormControlElements(WebVector<WebFormControlElement>&) const;
73 BLINK_EXPORT bool checkValidity();
81 BLINK_EXPORT void finishRequestAutocomplete(WebFormElement::AutocompleteResult);