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

/external/chromium_org/third_party/WebKit/public/web/
H A DWebAutofillClient.h56 virtual void firstUserGestureObserved() { } function in class:blink::WebAutofillClient
/external/chromium_org/components/autofill/content/renderer/
H A Dautofill_agent.h92 virtual void firstUserGestureObserved();
H A Dautofill_agent.cc417 void AutofillAgent::firstUserGestureObserved() { function in class:autofill::AutofillAgent
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp276 m_client->firstUserGestureObserved();
2027 m_autofillClient->firstUserGestureObserved();
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebViewTest.cpp1300 virtual void firstUserGestureObserved() OVERRIDE { ++m_userGestureNotificationsCount; }

Completed in 185 milliseconds