OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WebFormControlElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/chromium/public/
WebFormControlElement.h
44
class
WebFormControlElement
: public WebElement {
46
WebFormControlElement
() : WebElement() { }
47
WebFormControlElement
(const
WebFormControlElement
& e) : WebElement(e) { }
49
WebFormControlElement
& operator=(const
WebFormControlElement
& e)
54
void assign(const
WebFormControlElement
& e) { WebElement::assign(e); }
69
WebFormControlElement
(const WTF::PassRefPtr<WebCore::HTMLFormControlElement>&);
70
WebFormControlElement
& operator=(const WTF::PassRefPtr<WebCore::HTMLFormControlElement>&);
/external/webkit/Source/WebKit/chromium/src/
WebFormControlElement.cpp
32
#include "
WebFormControlElement
.h"
41
bool
WebFormControlElement
::isEnabled() const
46
bool
WebFormControlElement
::isReadOnly() const
51
WebString
WebFormControlElement
::formControlName() const
56
WebString
WebFormControlElement
::formControlType() const
61
void
WebFormControlElement
::dispatchFormControlChangeEvent()
66
WebString
WebFormControlElement
::nameForAutofill() const
79
WebFormControlElement
::
WebFormControlElement
(const PassRefPtr<HTMLFormControlElement>& elem)
84
WebFormControlElement
& WebFormControlElement::operator=(const PassRefPtr<HTMLFormControlElement>& elem
[
all
...]
Completed in 27 milliseconds