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

/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebViewTest.cpp1288 , m_userGestureNotificationsCount(0) { }
1300 virtual void firstUserGestureObserved() OVERRIDE { ++m_userGestureNotificationsCount; }
1310 int getUserGestureNotificationsCount() { return m_userGestureNotificationsCount; }
1316 int m_userGestureNotificationsCount; member in class:__anon11422::MockAutofillClient

Completed in 261 milliseconds