Searched refs:setIgnoreTextChanges (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
H A DWebAutofillClient.h59 virtual void setIgnoreTextChanges(bool ignore) { } function in class:blink::WebAutofillClient
/external/chromium_org/components/autofill/content/renderer/
H A Dautofill_agent.h88 virtual void setIgnoreTextChanges(bool ignore);
H A Dautofill_agent.cc308 void AutofillAgent::setIgnoreTextChanges(bool ignore) { function in class:autofill::AutofillAgent
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp2146 m_autofillClient->setIgnoreTextChanges(true);
2151 m_autofillClient->setIgnoreTextChanges(false);
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebViewTest.cpp1292 virtual void setIgnoreTextChanges(bool ignore) OVERRIDE { m_ignoreTextChanges = ignore; }

Completed in 1833 milliseconds