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

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebOptionElement.cpp35 #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>()->label();
72 return !(constUnwrap<HTMLOptionElement>()->isDisabledFormControl());
75 WebOptionElement::WebOptionElement(const PassRefPtr<HTMLOptionElement>& elem)
80 WebOptionElement& WebOptionElement::operator=(const PassRefPtr<HTMLOptionElement>& elem)
86 WebOptionElement::operator PassRefPtr<HTMLOptionElement>() cons
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLOptionElement.cpp28 #include "core/html/HTMLOptionElement.h"
49 HTMLOptionElement::HTMLOptionElement(Document& document) function in class:WebCore::HTMLOptionElement
58 PassRefPtr<HTMLOptionElement> HTMLOptionElement::create(Document& document)
60 return adoptRef(new HTMLOptionElement(document));
63 PassRefPtr<HTMLOptionElement> HTMLOptionElement::createForJSConstructor(Document& document, const String& data, const AtomicString& value,
66 RefPtr<HTMLOptionElement> element = adoptRef(new HTMLOptionElement(documen
[all...]

Completed in 57 milliseconds