Home | History | Annotate | Download | only in web

Lines Matching defs:HTMLOptionElement

35 #include "core/html/HTMLOptionElement.h"
47 unwrap<HTMLOptionElement>()->setValue(newValue);
52 return constUnwrap<HTMLOptionElement>()->value();
57 return constUnwrap<HTMLOptionElement>()->index();
62 return constUnwrap<HTMLOptionElement>()->text();
67 return constUnwrap<HTMLOptionElement>()->hasAttribute(selectedAttr);
72 unwrap<HTMLOptionElement>()->setAttribute(selectedAttr, newSelected ? "" : 0);
77 return constUnwrap<HTMLOptionElement>()->label();
82 return !(constUnwrap<HTMLOptionElement>()->isDisabledFormControl());
85 WebOptionElement::WebOptionElement(const PassRefPtr<HTMLOptionElement>& elem)
90 WebOptionElement& WebOptionElement::operator=(const PassRefPtr<HTMLOptionElement>& elem)
96 WebOptionElement::operator PassRefPtr<HTMLOptionElement>() const