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

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp254 // page load and *userGestureObserved is false, the UserGestureNotifier
255 // will notify the client and set *userGestureObserved to true.
256 UserGestureNotifier(WebAutofillClient*, bool* userGestureObserved);
264 UserGestureNotifier::UserGestureNotifier(WebAutofillClient* client, bool* userGestureObserved) argument
266 , m_userGestureObserved(userGestureObserved)

Completed in 38 milliseconds