OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WebInputElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/chromium/public/
WebInputElement.h
43
class
WebInputElement
: public WebFormControlElement {
45
WebInputElement
() : WebFormControlElement() { }
46
WebInputElement
(const
WebInputElement
& element) : WebFormControlElement(element) { }
48
WebInputElement
& operator=(const
WebInputElement
& element)
53
void assign(const
WebInputElement
& element) { WebFormControlElement::assign(element); }
85
WebInputElement
(const WTF::PassRefPtr<WebCore::HTMLInputElement>&);
86
WebInputElement
& operator=(const WTF::PassRefPtr<WebCore::HTMLInputElement>&);
91
WEBKIT_API
WebInputElement
* toWebInputElement(WebElement*)
[
all
...]
/external/webkit/Source/WebKit/chromium/src/
WebInputElement.cpp
32
#include "
WebInputElement
.h"
43
bool
WebInputElement
::isTextField() const
48
bool
WebInputElement
::isText() const
53
bool
WebInputElement
::isPasswordField() const
58
bool
WebInputElement
::isImageButton() const
63
bool
WebInputElement
::autoComplete() const
68
int
WebInputElement
::maxLength() const
73
bool
WebInputElement
::isActivatedSubmit() const
78
void
WebInputElement
::setActivatedSubmit(bool activated)
83
int
WebInputElement
::size() cons
[
all
...]
Completed in 427 milliseconds