OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FormAssociatedElement
(Results
1 - 25
of
28
) sorted by null
1
2
/external/chromium_org/third_party/WebKit/Source/core/html/
FormAssociatedElement.cpp
26
#include "core/html/
FormAssociatedElement
.h"
42
static PassOwnPtr<FormAttributeTargetObserver> create(const AtomicString& id,
FormAssociatedElement
*);
46
FormAttributeTargetObserver(const AtomicString& id,
FormAssociatedElement
*);
48
FormAssociatedElement
* m_element;
51
FormAssociatedElement
::
FormAssociatedElement
()
56
FormAssociatedElement
::~
FormAssociatedElement
()
61
ValidityState*
FormAssociatedElement
::validity()
69
void
FormAssociatedElement
::didMoveToNewDocument(Document& oldDocument
[
all
...]
FormAssociatedElement.h
42
class
FormAssociatedElement
{
44
virtual ~
FormAssociatedElement
();
92
FormAssociatedElement
();
121
HTMLElement* toHTMLElement(
FormAssociatedElement
*);
122
HTMLElement& toHTMLElement(
FormAssociatedElement
&);
123
const HTMLElement* toHTMLElement(const
FormAssociatedElement
*);
124
const HTMLElement& toHTMLElement(const
FormAssociatedElement
&);
ValidityState.h
28
#include "core/html/
FormAssociatedElement
.h"
36
static PassOwnPtr<ValidityState> create(
FormAssociatedElement
* control)
60
ValidityState(
FormAssociatedElement
* control) : m_control(control)
65
FormAssociatedElement
* m_control;
HTMLFieldSetElement.h
31
class
FormAssociatedElement
;
41
const Vector<
FormAssociatedElement
*>& associatedElements() const;
61
mutable Vector<
FormAssociatedElement
*> m_associatedElements;
HTMLFormControlsCollection.h
31
class
FormAssociatedElement
;
53
const Vector<
FormAssociatedElement
*>& formControlElements() const;
HTMLFormElement.h
41
class
FormAssociatedElement
;
67
void registerFormElement(
FormAssociatedElement
&);
68
void removeFormElement(
FormAssociatedElement
*);
117
const Vector<
FormAssociatedElement
*>& associatedElements() const { return m_associatedElements; }
146
unsigned formElementIndex(
FormAssociatedElement
&);
154
bool checkInvalidControlsAndCollectUnhandled(Vector<RefPtr<
FormAssociatedElement
> >*, HTMLFormControlElement::CheckValidityDispatchEvents = HTMLFormControlElement::CheckValidityDispatchEventsAllowed);
169
Vector<
FormAssociatedElement
*> m_associatedElements;
HTMLFormControlElementWithState.h
55
DEFINE_TYPE_CASTS(HTMLFormControlElementWithState,
FormAssociatedElement
, control, control->isFormControlElementWithState(), control.isFormControlElementWithState());
HTMLFormControlsCollection.cpp
54
const Vector<
FormAssociatedElement
*>& HTMLFormControlsCollection::formControlElements() const
71
const Vector<
FormAssociatedElement
*>& elementsArray = formControlElements();
75
FormAssociatedElement
* element = elementsArray[offset];
83
static HTMLElement* firstNamedItem(const Vector<
FormAssociatedElement
*>& elementsArray,
127
const Vector<
FormAssociatedElement
*>& elementsArray = formControlElements();
130
FormAssociatedElement
* associatedElement = elementsArray[i];
HTMLFormControlElement.h
27
#include "core/html/
FormAssociatedElement
.h"
39
// HTMLFormControlElement is the default implementation of
FormAssociatedElement
,
42
class HTMLFormControlElement : public LabelableElement, public
FormAssociatedElement
{
94
bool checkValidity(Vector<RefPtr<
FormAssociatedElement
> >* unhandledInvalidControls = 0, CheckValidityDispatchEvents = CheckValidityDispatchEventsAllowed);
189
DEFINE_TYPE_CASTS(HTMLFormControlElement,
FormAssociatedElement
, control, control->isFormControlElement(), control.isFormControlElement());
HTMLObjectElement.h
26
#include "core/html/
FormAssociatedElement
.h"
33
class HTMLObjectElement FINAL : public HTMLPlugInElement, public
FormAssociatedElement
{
116
inline const HTMLObjectElement* toHTMLObjectElement(const
FormAssociatedElement
* element)
120
// We need to assert after the cast because
FormAssociatedElement
doesn't
126
inline const HTMLObjectElement& toHTMLObjectElement(const
FormAssociatedElement
& element)
130
// We need to assert after the cast because
FormAssociatedElement
doesn't
DOMFormData.cpp
55
FormAssociatedElement
* element = form->associatedElements()[i];
HTMLFormControlElement.cpp
255
FormAssociatedElement
::didMoveToNewDocument(oldDocument);
265
FormAssociatedElement
::insertedInto(insertionPoint);
275
FormAssociatedElement
::removedFrom(insertionPoint);
302
return
FormAssociatedElement
::form();
454
bool HTMLFormControlElement::checkValidity(Vector<RefPtr<
FormAssociatedElement
> >* unhandledInvalidControls, CheckValidityDispatchEvents dispatchEvents)
496
FormAssociatedElement
::setCustomValidity(error);
HTMLFormElement.cpp
143
Vector<
FormAssociatedElement
*> associatedElements(m_associatedElements);
178
FormAssociatedElement
*
formAssociatedElement
= m_associatedElements[i];
179
if (!
formAssociatedElement
->isFormControlElement())
181
HTMLFormControlElement* control = toHTMLFormControlElement(
formAssociatedElement
);
227
Vector<RefPtr<
FormAssociatedElement
> > unhandledInvalidControls;
240
FormAssociatedElement
* unhandledAssociatedElement = unhandledInvalidControls[i].get();
253
FormAssociatedElement
* unhandledAssociatedElement = unhandledInvalidControls[i].get();
313
FormAssociatedElement
* control = m_associatedElements[i];
355
FormAssociatedElement
* associatedElement = m_associatedElements[i]
[
all
...]
HTMLObjectElement.cpp
318
FormAssociatedElement
::insertedInto(insertionPoint);
325
FormAssociatedElement
::removedFrom(insertionPoint);
433
FormAssociatedElement
::didMoveToNewDocument(oldDocument);
454
return
FormAssociatedElement
::form();
HTMLFieldSetElement.cpp
129
const Vector<
FormAssociatedElement
*>& HTMLFieldSetElement::associatedElements() const
HTMLLabelElement.cpp
32
#include "core/html/
FormAssociatedElement
.h"
90
return
FormAssociatedElement
::findAssociatedForm(this, 0);
/external/chromium_org/third_party/WebKit/Source/web/
WebFormElement.cpp
92
const Vector<
FormAssociatedElement
*>& associatedElements = form->associatedElements();
93
for (Vector<
FormAssociatedElement
*>::const_iterator it = associatedElements.begin(); it != associatedElements.end(); ++it) {
WebSearchableFormData.cpp
84
const Vector<
FormAssociatedElement
*>& element = form->associatedElements();
85
for (Vector<
FormAssociatedElement
*>::const_iterator i(element.begin()); i != element.end(); ++i) {
158
const Vector<
FormAssociatedElement
*>& element = form->associatedElements();
159
for (Vector<
FormAssociatedElement
*>::const_iterator i(element.begin()); i != element.end(); ++i) {
201
Vector<
FormAssociatedElement
*> elements = form->associatedElements();
202
for (Vector<
FormAssociatedElement
*>::const_iterator i(elements.begin()); i != elements.end(); ++i) {
WebPasswordFormUtils.cpp
64
const Vector<
FormAssociatedElement
*>& formElements = form->associatedElements();
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
FormController.h
33
class
FormAssociatedElement
;
FormController.cpp
313
const Vector<
FormAssociatedElement
*>& controls = form.associatedElements();
490
const Vector<
FormAssociatedElement
*>& elements = form.associatedElements();
/external/chromium_org/third_party/WebKit/Source/core/loader/
FormSubmission.cpp
211
FormAssociatedElement
* control = form->associatedElements()[i];
/external/chromium_org/third_party/WebKit/Source/core/
webcore_html.target.darwin-arm.mk
28
third_party/WebKit/Source/core/html/
FormAssociatedElement
.cpp \
webcore_html.target.darwin-mips.mk
28
third_party/WebKit/Source/core/html/
FormAssociatedElement
.cpp \
webcore_html.target.darwin-x86.mk
28
third_party/WebKit/Source/core/html/
FormAssociatedElement
.cpp \
Completed in 771 milliseconds
1
2