OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTMLFormControlElement
(Results
1 - 25
of
33
) sorted by null
1
2
/external/chromium_org/third_party/WebKit/Source/web/
WebFormControlElement.cpp
34
#include "core/html/
HTMLFormControlElement
.h"
44
return !constUnwrap<
HTMLFormControlElement
>()->isDisabledFormControl();
49
return constUnwrap<
HTMLFormControlElement
>()->isReadOnly();
54
return constUnwrap<
HTMLFormControlElement
>()->name();
59
return constUnwrap<
HTMLFormControlElement
>()->type();
64
unwrap<
HTMLFormControlElement
>()->dispatchFormControlChangeEvent();
69
return constUnwrap<
HTMLFormControlElement
>()->isAutofilled();
74
unwrap<
HTMLFormControlElement
>()->setAutofilled(autofilled);
79
return constUnwrap<
HTMLFormControlElement
>()->nameForAutofill();
84
return WebFormElement(constUnwrap<
HTMLFormControlElement
>()->form())
[
all
...]
WebPasswordFormUtils.h
39
class
HTMLFormControlElement
;
54
WebCore::
HTMLFormControlElement
* submit;
WebSearchableFormData.cpp
39
#include "core/html/
HTMLFormControlElement
.h"
81
HTMLFormControlElement
* GetButtonToActivate(HTMLFormElement* form)
83
HTMLFormControlElement
* firstSubmitButton = 0;
88
HTMLFormControlElement
* control = toHTMLFormControlElement(*i);
137
bool IsInDefaultState(
HTMLFormControlElement
* formElement)
163
HTMLFormControlElement
* control = toHTMLFormControlElement(*i);
206
HTMLFormControlElement
* control = toHTMLFormControlElement(*i);
272
HTMLFormControlElement
* firstSubmitButton = GetButtonToActivate(formElement.get());
WebFormElement.cpp
37
#include "core/html/
HTMLFormControlElement
.h"
90
Vector<RefPtr<
HTMLFormControlElement
> > formControlElements;
WebPasswordFormUtils.cpp
68
HTMLFormControlElement
* control = toHTMLFormControlElement(formElements[i]);
WebPasswordFormData.cpp
116
HTMLFormControlElement
* submit,
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
ValidationMessage.h
40
class
HTMLFormControlElement
;
44
// FIXME: Fold this class into
HTMLFormControlElement
. This class is very small.
48
static PassOwnPtr<ValidationMessage> create(
HTMLFormControlElement
*);
55
ValidationMessage(
HTMLFormControlElement
*);
58
HTMLFormControlElement
* m_element;
ValidationMessage.cpp
34
#include "core/html/
HTMLFormControlElement
.h"
41
ALWAYS_INLINE ValidationMessage::ValidationMessage(
HTMLFormControlElement
* element)
53
PassOwnPtr<ValidationMessage> ValidationMessage::create(
HTMLFormControlElement
* element)
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFormControlElement.cpp
26
#include "core/html/
HTMLFormControlElement
.h"
48
HTMLFormControlElement
::
HTMLFormControlElement
(const QualifiedName& tagName, Document& document, HTMLFormElement* form)
68
HTMLFormControlElement
::~
HTMLFormControlElement
()
73
String
HTMLFormControlElement
::formEnctype() const
81
void
HTMLFormControlElement
::setFormEnctype(const AtomicString& value)
86
String
HTMLFormControlElement
::formMethod() const
94
void
HTMLFormControlElement
::setFormMethod(const AtomicString& value)
99
bool
HTMLFormControlElement
::formNoValidate() cons
[
all
...]
HTMLLegendElement.h
31
class
HTMLFormControlElement
;
43
HTMLFormControlElement
* associatedControl();
HTMLFormControlElementWithState.cpp
38
:
HTMLFormControlElement
(tagName, doc, f)
50
return
HTMLFormControlElement
::insertedInto(insertionPoint);
57
HTMLFormControlElement
::removedFrom(insertionPoint);
90
HTMLFormControlElement
::finishParsingChildren();
HTMLFormControlElement.h
39
//
HTMLFormControlElement
is the default implementation of FormAssociatedElement,
40
// and form-associated element implementations should use
HTMLFormControlElement
42
class
HTMLFormControlElement
: public LabelableElement, public FormAssociatedElement {
44
virtual ~
HTMLFormControlElement
();
109
static
HTMLFormControlElement
* enclosingFormControlElement(Node*);
117
HTMLFormControlElement
(const QualifiedName& tagName, Document&, HTMLFormElement*);
188
DEFINE_NODE_TYPE_CASTS_WITH_FUNCTION(
HTMLFormControlElement
);
189
DEFINE_TYPE_CASTS(
HTMLFormControlElement
, FormAssociatedElement, control, control->isFormControlElement(), control.isFormControlElement());
HTMLFormControlElementWithState.h
27
#include "core/html/
HTMLFormControlElement
.h"
33
class HTMLFormControlElementWithState : public
HTMLFormControlElement
{
HTMLLegendElement.cpp
31
#include "core/html/
HTMLFormControlElement
.h"
49
HTMLFormControlElement
* HTMLLegendElement::associatedControl()
75
if (
HTMLFormControlElement
* control = associatedControl())
81
if (
HTMLFormControlElement
* control = associatedControl())
HTMLButtonElement.cpp
43
:
HTMLFormControlElement
(buttonTag, document, form)
94
return
HTMLFormControlElement
::isPresentationAttribute(name);
108
HTMLFormControlElement
::parseAttribute(name, value);
152
HTMLFormControlElement
::defaultEventHandler(event);
159
return
HTMLFormControlElement
::willRespondToMouseClickEvents();
194
return attribute.name() == formactionAttr ||
HTMLFormControlElement
::isURLAttribute(attribute);
204
return m_type == SUBMIT &&
HTMLFormControlElement
::recalcWillValidate();
HTMLOutputElement.cpp
40
:
HTMLFormControlElement
(HTMLNames::outputTag, document, form)
70
HTMLFormControlElement
::parseAttribute(name, value);
85
HTMLFormControlElement
::childrenChanged(createdByParser, beforeChange, afterChange, childCountDelta);
HTMLFormElement.h
28
#include "core/html/
HTMLFormControlElement
.h"
43
class
HTMLFormControlElement
;
97
HTMLFormControlElement
* defaultButton() const;
154
bool checkInvalidControlsAndCollectUnhandled(Vector<RefPtr<FormAssociatedElement> >*,
HTMLFormControlElement
::CheckValidityDispatchEvents =
HTMLFormControlElement
::CheckValidityDispatchEventsAllowed);
HTMLOutputElement.h
35
#include "core/html/
HTMLFormControlElement
.h"
39
class HTMLOutputElement FINAL : public
HTMLFormControlElement
{
HTMLFieldSetElement.cpp
41
:
HTMLFormControlElement
(fieldsetTag, document, form)
63
HTMLFormControlElement
::disabledAttributeChanged();
69
HTMLFormControlElement
::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
HTMLButtonElement.h
27
#include "core/html/
HTMLFormControlElement
.h"
31
class HTMLButtonElement FINAL : public
HTMLFormControlElement
{
50
//
HTMLFormControlElement
always creates one, but buttons don't need it.
HTMLFieldSetElement.h
27
#include "core/html/
HTMLFormControlElement
.h"
34
class HTMLFieldSetElement FINAL : public
HTMLFormControlElement
{
HTMLKeygenElement.cpp
77
HTMLFormControlElement
::parseAttribute(name, value);
HTMLFormElement.cpp
181
HTMLFormControlElement
* control = toHTMLFormControlElement(formAssociatedElement);
203
static inline
HTMLFormControlElement
* submitElementFromEvent(const Event* event)
218
HTMLFormControlElement
* submitElement = submitElementFromEvent(event);
351
RefPtr<
HTMLFormControlElement
> firstSuccessfulSubmitButton;
359
HTMLFormControlElement
* control = toHTMLFormControlElement(associatedElement);
679
HTMLFormControlElement
* HTMLFormElement::defaultButton() const
684
HTMLFormControlElement
* control = toHTMLFormControlElement(m_associatedElements[i]);
700
return !checkInvalidControlsAndCollectUnhandled(0,
HTMLFormControlElement
::CheckValidityDispatchEventsNone);
703
bool HTMLFormElement::checkInvalidControlsAndCollectUnhandled(Vector<RefPtr<FormAssociatedElement> >* unhandledInvalidControls,
HTMLFormControlElement
::CheckValidityDispatchEvents dispatchEvents)
707
//
HTMLFormControlElement
::checkValidity() might change m_associatedElements
[
all
...]
HTMLDialogElement.cpp
33
#include "core/html/
HTMLFormControlElement
.h"
57
HTMLFormControlElement
* control = toHTMLFormControlElement(node);
/external/chromium_org/third_party/WebKit/public/web/
WebFormControlElement.h
39
namespace WebCore { class
HTMLFormControlElement
; }
75
WebFormControlElement(const WTF::PassRefPtr<WebCore::
HTMLFormControlElement
>&);
76
WebFormControlElement& operator=(const WTF::PassRefPtr<WebCore::
HTMLFormControlElement
>&);
77
operator WTF::PassRefPtr<WebCore::
HTMLFormControlElement
>() const;
Completed in 102 milliseconds
1
2