OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTMLFormElement
(Results
26 - 50
of
99
) sorted by null
1
2
3
4
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
InputTypeView.h
48
class
HTMLFormElement
;
88
virtual PassRefPtr<
HTMLFormElement
> formForSubmission() const;
FormController.cpp
25
#include "core/html/
HTMLFormElement
.h"
36
static inline
HTMLFormElement
* ownerFormForState(const HTMLFormControlElementWithState& control)
298
void willDeleteForm(
HTMLFormElement
*);
303
typedef HashMap<
HTMLFormElement
*, AtomicString> FormToKeyMap;
309
static inline void recordFormStructure(const
HTMLFormElement
& form, StringBuilder& builder)
331
static inline String formSignature(const
HTMLFormElement
& form)
347
HTMLFormElement
* form = ownerFormForState(control);
369
void FormKeyGenerator::willDeleteForm(
HTMLFormElement
* form)
468
void FormController::willDeleteForm(
HTMLFormElement
* form)
488
void FormController::restoreControlStateIn(
HTMLFormElement
& form
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/
WebSearchableFormData.cpp
40
#include "core/html/
HTMLFormElement
.h"
54
void GetFormEncoding(const
HTMLFormElement
* form, WTF::TextEncoding* encoding)
71
bool IsHTTPFormSubmit(const
HTMLFormElement
* form)
81
HTMLFormControlElement* GetButtonToActivate(
HTMLFormElement
* form)
149
// Look for a suitable search text field in a given
HTMLFormElement
155
HTMLInputElement* findSuitableSearchInputElement(const
HTMLFormElement
* form)
191
// Build a search string based on a given
HTMLFormElement
and HTMLInputElement
197
bool buildSearchString(const
HTMLFormElement
* form, Vector<char>* encodedString, WTF::TextEncoding* encoding, const HTMLInputElement* textElement)
242
RefPtr<
HTMLFormElement
> formElement = form.operator PassRefPtr<
HTMLFormElement
>();
[
all
...]
WebPasswordFormUtils.cpp
47
#include "core/html/
HTMLFormElement
.h"
58
void findPasswordFormFields(
HTMLFormElement
* form, PasswordFormFields* fields)
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLElement.h
32
class
HTMLFormElement
;
80
virtual
HTMLFormElement
* formOwner() const { return 0; }
82
HTMLFormElement
* findFormAncestor() const;
HTMLFormControlElement.h
34
class
HTMLFormElement
;
65
virtual
HTMLFormElement
* formOwner() const OVERRIDE;
117
HTMLFormControlElement(const QualifiedName& tagName, Document&,
HTMLFormElement
*);
DOMFormData.cpp
35
#include "core/html/
HTMLFormElement
.h"
47
DOMFormData::DOMFormData(
HTMLFormElement
* form)
HTMLLabelElement.h
40
virtual
HTMLFormElement
* formOwner() const OVERRIDE;
HTMLButtonElement.idl
24
[ImplementedAs=formOwner] readonly attribute
HTMLFormElement
form;
HTMLOutputElement.cpp
39
inline HTMLOutputElement::HTMLOutputElement(Document& document,
HTMLFormElement
* form)
49
PassRefPtr<HTMLOutputElement> HTMLOutputElement::create(Document& document,
HTMLFormElement
* form)
FormAssociatedElement.cpp
31
#include "core/html/
HTMLFormElement
.h"
101
HTMLFormElement
* FormAssociatedElement::findAssociatedForm(const HTMLElement* element,
HTMLFormElement
* currentAssociatedForm)
109
HTMLFormElement
* newForm = 0;
130
void FormAssociatedElement::setForm(
HTMLFormElement
* newForm)
163
HTMLFormElement
* originalForm = m_form;
175
HTMLFormElement
* originalForm = m_form;
HTMLFieldSetElement.cpp
40
inline HTMLFieldSetElement::HTMLFieldSetElement(Document& document,
HTMLFormElement
* form)
47
PassRefPtr<HTMLFieldSetElement> HTMLFieldSetElement::create(Document& document,
HTMLFormElement
* form)
HTMLFormElement.idl
21
interface
HTMLFormElement
: HTMLElement {
HTMLTextAreaElement.h
37
static PassRefPtr<HTMLTextAreaElement> create(Document&,
HTMLFormElement
*);
63
HTMLTextAreaElement(Document&,
HTMLFormElement
*);
HTMLFormControlElementWithState.cpp
28
#include "core/html/
HTMLFormElement
.h"
37
HTMLFormControlElementWithState::HTMLFormControlElementWithState(const QualifiedName& tagName, Document& doc,
HTMLFormElement
* f)
HTMLLegendElement.cpp
85
HTMLFormElement
* HTMLLegendElement::form() const
HTMLOptionElement.h
67
HTMLFormElement
* form() const;
HTMLButtonElement.cpp
34
#include "core/html/
HTMLFormElement
.h"
42
inline HTMLButtonElement::HTMLButtonElement(Document& document,
HTMLFormElement
* form)
50
PassRefPtr<HTMLButtonElement> HTMLButtonElement::create(Document& document,
HTMLFormElement
* form)
HTMLObjectElement.idl
24
[ImplementedAs=formOwner] readonly attribute
HTMLFormElement
form;
HTMLSelectElement.h
43
static PassRefPtr<HTMLSelectElement> create(Document&,
HTMLFormElement
*, bool createdByParser);
118
HTMLSelectElement(Document&,
HTMLFormElement
*, bool createdByParser);
HTMLSelectElement.idl
25
[ImplementedAs=formOwner] readonly attribute
HTMLFormElement
form;
HTMLTextAreaElement.idl
27
[ImplementedAs=formOwner] readonly attribute
HTMLFormElement
form;
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8LazyEventListener.h
44
class
HTMLFormElement
;
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.h
90
class
HTMLFormElement
;
180
void setForm(
HTMLFormElement
*);
181
HTMLFormElement
* form() const { return m_form.get(); }
182
PassRefPtr<
HTMLFormElement
> takeForm();
235
RefPtr<
HTMLFormElement
> m_form;
/external/chromium_org/third_party/WebKit/Source/core/loader/
FormSubmission.h
47
class
HTMLFormElement
;
94
static PassRefPtr<FormSubmission> create(
HTMLFormElement
*, const Attributes&, PassRefPtr<Event> event, FormSubmissionTrigger);
Completed in 794 milliseconds
1
2
3
4