HomeSort by relevance Sort by last modified time
    Searched refs:isProcessingUserGesture (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebUserGestureTokenTest.cpp 52 EXPECT_FALSE(WebUserGestureIndicator::isProcessingUserGesture());
57 EXPECT_TRUE(WebUserGestureIndicator::isProcessingUserGesture());
62 EXPECT_FALSE(WebUserGestureIndicator::isProcessingUserGesture());
66 EXPECT_TRUE(WebUserGestureIndicator::isProcessingUserGesture());
68 EXPECT_FALSE(WebUserGestureIndicator::isProcessingUserGesture());
75 EXPECT_FALSE(WebUserGestureIndicator::isProcessingUserGesture());
  /external/chromium_org/third_party/WebKit/public/web/
WebUserGestureIndicator.h 43 WEBKIT_EXPORT static bool isProcessingUserGesture();
  /external/chromium_org/third_party/WebKit/Source/web/
WebUserGestureIndicator.cpp 41 bool WebUserGestureIndicator::isProcessingUserGesture()
ChromeClientImpl.cpp 422 if (WebUserGestureIndicator::isProcessingUserGesture())
433 if (WebUserGestureIndicator::isProcessingUserGesture())
448 if (WebUserGestureIndicator::isProcessingUserGesture())
    [all...]
  /external/chromium_org/content/renderer/
render_view_mouse_lock_dispatcher.cc 29 bool user_gesture = WebUserGestureIndicator::isProcessingUserGesture();
notification_provider.cc 77 if (!WebUserGestureIndicator::isProcessingUserGesture())
render_view_impl.cc     [all...]
render_frame_impl.cc 604 request.setHasUserGesture(WebUserGestureIndicator::isProcessingUserGesture());
    [all...]
  /external/chromium_org/chrome/renderer/extensions/
request_sender.cc 96 WebKit::WebUserGestureIndicator::isProcessingUserGesture();
webstore_bindings.cc 123 if (!WebUserGestureIndicator::isProcessingUserGesture()) {
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestPlugin.cpp 542 m_delegate->printMessage(std::string("* ") + (WebUserGestureIndicator::isProcessingUserGesture() ? "" : "not ") + "handling user gesture\n");
WebTestProxy.cpp 176 bool isUserGesture = WebUserGestureIndicator::isProcessingUserGesture();
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc     [all...]

Completed in 494 milliseconds