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

/external/webkit/Source/WebKit/chromium/public/
H A DWebLabelElement.h44 class WebLabelElement : public WebElement { class in namespace:WebKit
46 WebLabelElement() : WebElement() { } function in class:WebKit::WebLabelElement
47 WebLabelElement(const WebLabelElement& element) : WebElement(element) { } function in class:WebKit::WebLabelElement
49 WebLabelElement& operator=(const WebLabelElement& element)
55 void assign(const WebLabelElement& element) { WebElement::assign(element); }
60 WebLabelElement(const WTF::PassRefPtr<WebCore::HTMLLabelElement>&);
61 WebLabelElement& operator=(const WTF::PassRefPtr<WebCore::HTMLLabelElement>&);
/external/webkit/Source/WebKit/chromium/src/
H A DWebLabelElement.cpp32 #include "WebLabelElement.h"
43 WebElement WebLabelElement::correspondingControl()
48 WebLabelElement::WebLabelElement(const PassRefPtr<HTMLLabelElement>& elem) function in class:WebKit::WebLabelElement
53 WebLabelElement& WebLabelElement::operator=(const PassRefPtr<HTMLLabelElement>& elem)
59 WebLabelElement::operator PassRefPtr<HTMLLabelElement>() const

Completed in 165 milliseconds