HomeSort by relevance Sort by last modified time
    Searched refs:WebInputElement (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/public/web/
WebPasswordGeneratorClient.h 36 class WebInputElement;
40 virtual void openPasswordGenerator(WebInputElement&) = 0;
WebInputElement.h 45 class WebInputElement : public WebFormControlElement {
53 WebInputElement() : WebFormControlElement() { }
54 WebInputElement(const WebInputElement& element) : WebFormControlElement(element) { }
56 WebInputElement& operator=(const WebInputElement& element)
61 void assign(const WebInputElement& element) { WebFormControlElement::assign(element); }
119 WebInputElement(const WTF::PassRefPtr<WebCore::HTMLInputElement>&);
120 WebInputElement& operator=(const WTF::PassRefPtr<WebCore::HTMLInputElement>&);
125 WEBKIT_EXPORT WebInputElement* toWebInputElement(WebElement*)
    [all...]
WebSearchableFormData.h 36 #include "WebInputElement.h"
47 WEBKIT_EXPORT WebSearchableFormData(const WebFormElement&, const WebInputElement& selectedInputElement = WebInputElement());
WebAutofillClient.h 38 class WebInputElement;
91 virtual void textFieldDidEndEditing(const WebInputElement&) { }
92 virtual void textFieldDidChange(const WebInputElement&) { }
93 virtual void textFieldDidReceiveKeyDown(const WebInputElement&, const WebKeyboardEvent&) { }
WebFormElement.h 43 class WebInputElement;
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputElement.cpp 32 #include "WebInputElement.h"
50 bool WebInputElement::isTextField() const
55 bool WebInputElement::isText() const
60 bool WebInputElement::isPasswordField() const
65 bool WebInputElement::isImageButton() const
70 bool WebInputElement::isRadioButton() const
75 bool WebInputElement::isCheckbox() const
80 bool WebInputElement::autoComplete() const
85 int WebInputElement::maxLength() const
90 bool WebInputElement::isActivatedSubmit() cons
    [all...]
  /external/chromium_org/components/autofill/content/renderer/
page_click_listener.h 9 class WebInputElement;
22 virtual void InputElementClicked(const WebKit::WebInputElement& element,
form_autofill_util.h 16 class WebInputElement;
52 bool IsTextInput(const WebKit::WebInputElement* element);
58 bool IsCheckableElement(const WebKit::WebInputElement* element);
62 bool IsAutofillableInputElement(const WebKit::WebInputElement* element);
105 bool FindFormAndFieldForInputElement(const WebKit::WebInputElement& element,
113 const WebKit::WebInputElement& element);
130 const WebKit::WebInputElement& element);
136 bool ClearPreviewedFormWithElement(const WebKit::WebInputElement& element,
140 bool FormWithElementIsAutofilled(const WebKit::WebInputElement& element);
password_autofill_agent.h 14 #include "third_party/WebKit/public/web/WebInputElement.h"
17 class WebInputElement;
34 bool TextFieldDidEndEditing(const WebKit::WebInputElement& element);
35 bool TextDidChangeInTextField(const WebKit::WebInputElement& element);
36 bool TextFieldHandlingKeyDown(const WebKit::WebInputElement& element,
49 bool ShowSuggestions(const WebKit::WebInputElement& element);
64 WebKit::WebInputElement password_field;
92 const WebKit::WebInputElement& user_input);
95 WebKit::WebInputElement* username_element,
96 WebKit::WebInputElement* password_element
    [all...]
form_cache.h 18 class WebInputElement;
53 bool ClearFormWithElement(const WebKit::WebInputElement& element);
70 std::map<const WebKit::WebInputElement, bool> initial_checked_state_;
page_click_tracker.cc 14 #include "third_party/WebKit/public/web/WebInputElement.h"
23 using WebKit::WebInputElement;
32 // Casts |node| to a WebInputElement.
33 // Returns an empty (isNull()) WebInputElement if |node| is not a text field.
34 const WebInputElement GetTextWebInputElement(const WebNode& node) {
36 return WebInputElement();
39 return WebInputElement();
40 const WebInputElement* input = WebKit::toWebInputElement(&element);
42 return WebInputElement();
84 const WebInputElement input_element
    [all...]
autofill_agent.h 23 #include "third_party/WebKit/public/web/WebInputElement.h"
78 virtual void InputElementClicked(const WebKit::WebInputElement& element,
86 const WebKit::WebInputElement& element) OVERRIDE;
88 const WebKit::WebInputElement& element) OVERRIDE;
90 const WebKit::WebInputElement& element,
147 void TextFieldDidChangeImpl(const WebKit::WebInputElement& element);
160 void ShowSuggestions(const WebKit::WebInputElement& element,
167 void QueryAutofillSuggestions(const WebKit::WebInputElement& element,
189 void SetNodeText(const base::string16& value, WebKit::WebInputElement* node);
208 WebKit::WebInputElement element_
    [all...]
password_generation_manager.h 13 #include "third_party/WebKit/public/web/WebInputElement.h"
51 virtual void openPasswordGenerator(WebKit::WebInputElement& element) OVERRIDE;
75 std::vector<WebKit::WebInputElement> passwords_;
password_autofill_agent.cc 37 typedef std::map<base::string16, WebKit::WebInputElement>
80 WebKit::WebInputElement input_element =
81 temp_elements[i].to<WebKit::WebInputElement>();
160 bool IsElementEditable(const WebKit::WebInputElement& element) {
174 WebKit::WebInputElement element = it->second;
188 WebKit::WebInputElement element = it->second;
197 void SetElementAutofilled(WebKit::WebInputElement* element, bool autofilled) {
229 const WebKit::WebInputElement& element) {
242 WebKit::WebInputElement password = iter->second.password_field;
246 WebKit::WebInputElement username = element; // We need a non-const
    [all...]
password_generation_manager.cc 19 #include "third_party/WebKit/public/web/WebInputElement.h"
32 std::vector<WebKit::WebInputElement>* passwords) {
39 WebKit::WebInputElement* input_element =
124 std::vector<WebKit::WebInputElement> passwords;
154 WebKit::WebInputElement& element) {
192 for (std::vector<WebKit::WebInputElement>::iterator it = passwords_.begin();
form_cache.cc 22 #include "third_party/WebKit/public/web/WebInputElement.h"
30 using WebKit::WebInputElement;
113 const WebInputElement input_element =
114 element.toConst<WebInputElement>();
178 bool FormCache::ClearFormWithElement(const WebInputElement& element) {
188 WebInputElement* input_element = toWebInputElement(&control_element);
214 WebInputElement input_element = control_element.to<WebInputElement>();
216 std::map<const WebInputElement, bool>::const_iterator it =
form_autofill_util.cc 27 #include "third_party/WebKit/public/web/WebInputElement.h"
40 using WebKit::WebInputElement;
86 const WebInputElement* input_element = toWebInputElement(&element);
100 bool SatisfiesRequireAutocomplete(const WebInputElement& input_element) {
513 const WebInputElement* input_element = toWebInputElement(element);
536 WebInputElement* input_element = toWebInputElement(field);
571 // is no provision for setSuggestedCheckedValue in WebInputElement.
572 WebInputElement* input_element = toWebInputElement(field);
607 bool IsTextInput(const WebInputElement* element) {
617 bool IsCheckableElement(const WebInputElement* element)
    [all...]
autofill_agent.cc 49 using WebKit::WebInputElement;
71 void GetDataListSuggestions(const WebKit::WebInputElement& element,
115 gfx::RectF GetScaledBoundingBox(float scale, WebInputElement* element) {
284 const WebInputElement* element = toWebInputElement(&web_element);
347 void AutofillAgent::InputElementClicked(const WebInputElement& element,
374 void AutofillAgent::textFieldDidEndEditing(const WebInputElement& element) {
380 void AutofillAgent::textFieldDidChange(const WebInputElement& element) {
400 void AutofillAgent::TextFieldDidChangeImpl(const WebInputElement& element) {
421 void AutofillAgent::textFieldDidReceiveKeyDown(const WebInputElement& element,
633 void AutofillAgent::ShowSuggestions(const WebInputElement& element
    [all...]
  /external/chromium_org/chrome/renderer/autofill/
password_generation_manager_browsertest.cc 20 using WebKit::WebInputElement;
76 void SimulateClickOnDecoration(WebKit::WebInputElement* input_element) {
82 bool DecorationIsVisible(WebKit::WebInputElement* input_element) {
143 WebInputElement password_element = element.to<WebInputElement>();
152 WebInputElement first_password_element = element.to<WebInputElement>();
167 first_password_element = element.to<WebInputElement>();
180 first_password_element = element.to<WebInputElement>();
189 first_password_element = element.to<WebInputElement>();
    [all...]
autofill_renderer_browsertest.cc 13 #include "third_party/WebKit/public/web/WebInputElement.h"
17 using WebKit::WebInputElement;
61 expected.max_length = WebInputElement::defaultMaxLength();
67 expected.max_length = WebInputElement::defaultMaxLength();
74 expected.max_length = WebInputElement::defaultMaxLength();
88 WebInputElement firstname =
89 document.getElementById("firstname").to<WebInputElement>();
117 expected.max_length = WebInputElement::defaultMaxLength();
123 expected.max_length = WebInputElement::defaultMaxLength();
184 expected.max_length = WebInputElement::defaultMaxLength()
    [all...]
form_autofill_browsertest.cc 26 #include "third_party/WebKit/public/web/WebInputElement.h"
35 using WebKit::WebInputElement;
114 WebInputElement::defaultMaxLength() : 0;
145 const WebInputElement& element);
147 typedef WebString (WebInputElement::*GetValueFunction)(void) const;
167 WebInputElement input_element = element.to<WebInputElement>();
186 expected.max_length = WebInputElement::defaultMaxLength();
214 WebInputElement input_element = GetMainFrame()->document().getElementById(
215 ASCIIToUTF16(field_case.name)).to<WebInputElement>();
    [all...]
password_autofill_agent_browsertest.cc 19 #include "third_party/WebKit/public/web/WebInputElement.h"
28 using WebKit::WebInputElement;
122 username_element_ = element.to<WebKit::WebInputElement>();
125 password_element_ = element.to<WebKit::WebInputElement>();
156 void SimulateKeyDownEvent(const WebInputElement& element,
189 WebInputElement username_element_;
190 WebInputElement password_element_;
244 username_element_ = element.to<WebKit::WebInputElement>();
247 password_element_ = element.to<WebKit::WebInputElement>();
315 username_element_ = element.to<WebKit::WebInputElement>();
    [all...]
  /external/chromium/webkit/glue/
form_field.cc 10 #include "third_party/WebKit/Source/WebKit/chromium/public/WebInputElement.h"
18 using WebKit::WebInputElement;
45 const WebInputElement& input_element = element.toConst<WebInputElement>();
dom_operations.cc 16 #include "third_party/WebKit/Source/WebKit/chromium/public/WebInputElement.h"
28 using WebKit::WebInputElement;
159 const WebInputElement input = element.toConst<WebInputElement>();
294 WebInputElement input_element = element.to<WebInputElement>();
  /external/chromium_org/content/renderer/
input_tag_speech_dispatcher.cc 15 #include "third_party/WebKit/public/web/WebInputElement.h"
24 using WebKit::WebInputElement;
135 WebKit::WebInputElement* input_element = WebKit::toWebInputElement(&element);
141 if (input_element->getSpeechInputState() == WebInputElement::Idle) {

Completed in 424 milliseconds

1 2 3