Home
last modified time | relevance | path

Searched defs:firstUserGestureObserved (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
DWebAutofillClient.h56 virtual void firstUserGestureObserved() { } in firstUserGestureObserved() function
/external/chromium_org/components/autofill/content/renderer/
Dautofill_agent.cc417 void AutofillAgent::firstUserGestureObserved() { in firstUserGestureObserved() function in autofill::AutofillAgent
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebViewTest.cpp1300 virtual void firstUserGestureObserved() OVERRIDE { ++m_userGestureNotificationsCount; } in firstUserGestureObserved() function in __anon0a8675690111::MockAutofillClient