HomeSort by relevance Sort by last modified time
    Searched defs:WebOptionElement (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/chromium/public/
WebOptionElement.h 44 class WebOptionElement : public WebFormControlElement {
46 WebOptionElement() : WebFormControlElement() { }
47 WebOptionElement(const WebOptionElement& element) : WebFormControlElement(element) { }
49 WebOptionElement& operator=(const WebOptionElement& element)
54 void assign(const WebOptionElement& element) { WebFormControlElement::assign(element); }
67 WebOptionElement(const WTF::PassRefPtr<WebCore::HTMLOptionElement>&);
68 WebOptionElement& operator=(const WTF::PassRefPtr<WebCore::HTMLOptionElement>&);
  /external/webkit/Source/WebKit/chromium/src/
WebOptionElement.cpp 32 #include "WebOptionElement.h"
44 void WebOptionElement::setValue(const WebString& newValue)
49 WebString WebOptionElement::value() const
54 int WebOptionElement::index() const
59 WebString WebOptionElement::text() const
64 bool WebOptionElement::defaultSelected() const
69 void WebOptionElement::setDefaultSelected(bool newSelected)
74 WebString WebOptionElement::label() const
79 bool WebOptionElement::isEnabled() const
84 WebOptionElement::WebOptionElement(const PassRefPtr<HTMLOptionElement>& elem
    [all...]

Completed in 132 milliseconds