OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebLabelElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/chromium/public/
WebLabelElement.h
44
class
WebLabelElement
: public WebElement {
46
WebLabelElement
() : WebElement() { }
47
WebLabelElement
(const
WebLabelElement
& element) : WebElement(element) { }
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/
WebLabelElement.cpp
32
#include "
WebLabelElement
.h"
43
WebElement
WebLabelElement
::correspondingControl()
48
WebLabelElement
::
WebLabelElement
(const PassRefPtr<HTMLLabelElement>& elem)
53
WebLabelElement
&
WebLabelElement
::operator=(const PassRefPtr<HTMLLabelElement>& elem)
59
WebLabelElement
::operator PassRefPtr<HTMLLabelElement>() const
Completed in 129 milliseconds