Searched refs:WebOptionElement (Results 1 – 12 of 12) sorted by relevance
45 void WebOptionElement::setValue(const WebString& newValue) in setValue()50 WebString WebOptionElement::value() const in value()55 int WebOptionElement::index() const in index()60 WebString WebOptionElement::text() const in text()65 WebString WebOptionElement::label() const in label()70 bool WebOptionElement::isEnabled() const in isEnabled()75 WebOptionElement::WebOptionElement(const PassRefPtr<HTMLOptionElement>& elem) in WebOptionElement() function in blink::WebOptionElement80 WebOptionElement& WebOptionElement::operator=(const PassRefPtr<HTMLOptionElement>& elem) in operator =()86 WebOptionElement::operator PassRefPtr<HTMLOptionElement>() const in operator PassRefPtr<HTMLOptionElement>()
194 'WebOptionElement.cpp',
216 third_party/WebKit/Source/web/WebOptionElement.cpp \
44 class WebOptionElement : public WebElement {46 WebOptionElement() : WebElement() { } in WebOptionElement() function47 WebOptionElement(const WebOptionElement& element) : WebElement(element) { } in WebOptionElement() function49 WebOptionElement& operator=(const WebOptionElement& element)54 void assign(const WebOptionElement& element) { WebElement::assign(element); } in assign()65 WebOptionElement(const WTF::PassRefPtr<WebCore::HTMLOptionElement>&);66 WebOptionElement& operator=(const WTF::PassRefPtr<WebCore::HTMLOptionElement>&);
19 using WebKit::WebOptionElement;58 option_strings.push_back(list_items[i].to<WebOptionElement>().value()); in FormField()
54 using blink::WebOptionElement;89 for (WebOptionElement option = options.firstItem().to<WebOptionElement>(); in GetDataListSuggestions()90 !option.isNull(); option = options.nextItem().to<WebOptionElement>()) { in GetDataListSuggestions()
45 using blink::WebOptionElement;455 const WebOptionElement option = list_items[i].toConst<WebOptionElement>(); in GetOptionStringsFromElement()810 const WebOptionElement option_element = in WebFormControlElementToFormField()811 list_items[i].toConst<WebOptionElement>(); in WebFormControlElementToFormField()