Searched defs:WebLabelElement (Results 1 – 2 of 2) sorted by relevance
46 WebLabelElement() : WebElement() { } in WebLabelElement() function47 WebLabelElement(const WebLabelElement& element) : WebElement(element) { } in WebLabelElement() function
48 WebLabelElement::WebLabelElement(const PassRefPtr<HTMLLabelElement>& elem) in WebLabelElement() function in blink::WebLabelElement