Searched refs:suggestedValue (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebInputElement.cpp130 WebString WebInputElement::suggestedValue() const function in class:WebKit::WebInputElement
132 return constUnwrap<HTMLInputElement>()->suggestedValue();
/external/chromium_org/third_party/WebKit/public/web/
H A DWebInputElement.h87 WEBKIT_EXPORT WebString suggestedValue() const;
/external/chromium_org/chrome/renderer/autofill/
H A Dform_autofill_browsertest.cc1071 &WebInputElement::suggestedValue);
2704 EXPECT_TRUE(firstname.suggestedValue().isEmpty());
2709 EXPECT_TRUE(lastname.suggestedValue().isEmpty());
2712 EXPECT_TRUE(email.suggestedValue().isEmpty());
2715 EXPECT_TRUE(email2.suggestedValue().isEmpty());
2718 EXPECT_TRUE(phone.suggestedValue().isEmpty());
2774 EXPECT_TRUE(firstname.suggestedValue().isEmpty());
2781 EXPECT_TRUE(lastname.suggestedValue().isEmpty());
2784 EXPECT_TRUE(email.suggestedValue().isEmpty());
2787 EXPECT_TRUE(email2.suggestedValue()
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLInputElement.h164 const String& suggestedValue() const;
363 virtual bool isEmptySuggestedValue() const { return suggestedValue().isEmpty(); }
H A DTextFieldInputType.cpp505 if (!element()->suggestedValue().isNull()) {
506 element()->setInnerTextValue(element()->suggestedValue());
H A DHTMLInputElement.cpp993 const String& HTMLInputElement::suggestedValue() const function in class:WebCore::HTMLInputElement
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.h156 String suggestedValue(Element* inputElement, ExceptionState&);
H A DInternals.idl114 [RaisesException] DOMString suggestedValue(Element inputElement);
H A DInternals.cpp1002 String Internals::suggestedValue(Element* element, ExceptionState& es) function in class:WebCore::Internals
1014 return toHTMLInputElement(element)->suggestedValue();
/external/chromium_org/components/autofill/content/renderer/
H A Dform_autofill_util.cc584 input_element->suggestedValue().length());
1015 if (input_element->suggestedValue().isEmpty())
H A Dautofill_agent.cc638 element.isPasswordField() || !element.suggestedValue().isEmpty())

Completed in 375 milliseconds