OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HTMLFormControlElementWithState
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFormControlElementWithState.h
33
class
HTMLFormControlElementWithState
: public HTMLFormControlElement {
35
virtual ~
HTMLFormControlElementWithState
();
47
HTMLFormControlElementWithState
(const QualifiedName& tagName, Document&, HTMLFormElement*);
55
DEFINE_TYPE_CASTS(
HTMLFormControlElementWithState
, FormAssociatedElement, control, control->isFormControlElementWithState(), control.isFormControlElementWithState());
HTMLFormControlElementWithState.cpp
26
#include "core/html/
HTMLFormControlElementWithState
.h"
38
HTMLFormControlElementWithState
::
HTMLFormControlElementWithState
(const QualifiedName& tagName, Document& doc, HTMLFormElement* f)
43
HTMLFormControlElementWithState
::~
HTMLFormControlElementWithState
()
47
Node::InsertionNotificationRequest
HTMLFormControlElementWithState
::insertedInto(ContainerNode* insertionPoint)
54
void
HTMLFormControlElementWithState
::removedFrom(ContainerNode* insertionPoint)
61
bool
HTMLFormControlElementWithState
::shouldAutocomplete() const
68
void
HTMLFormControlElementWithState
::notifyFormStateChanged()
77
bool
HTMLFormControlElementWithState
::shouldSaveAndRestoreFormControlState() cons
[
all
...]
Completed in 1348 milliseconds