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

  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebUserGestureTokenTest.cpp 37 #include "WebUserGestureIndicator.h"
65 EXPECT_FALSE(WebUserGestureIndicator::isProcessingUserGesture());
70 EXPECT_TRUE(WebUserGestureIndicator::isProcessingUserGesture());
71 token = WebUserGestureIndicator::currentUserGestureToken();
75 EXPECT_FALSE(WebUserGestureIndicator::isProcessingUserGesture());
79 EXPECT_TRUE(WebUserGestureIndicator::isProcessingUserGesture());
80 WebUserGestureIndicator::consumeUserGesture();
81 EXPECT_FALSE(WebUserGestureIndicator::isProcessingUserGesture());
88 EXPECT_FALSE(WebUserGestureIndicator::isProcessingUserGesture());
93 WebUserGestureIndicator::setHandler(&handler)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebUserGestureIndicator.cpp 32 #include "WebUserGestureIndicator.h"
70 bool WebUserGestureIndicator::isProcessingUserGesture()
75 bool WebUserGestureIndicator::consumeUserGesture()
80 WebUserGestureToken WebUserGestureIndicator::currentUserGestureToken()
85 void WebUserGestureIndicator::setHandler(WebUserGestureHandler* handler)
ChromeClientImpl.cpp 66 #include "WebUserGestureIndicator.h"
424 if (WebUserGestureIndicator::isProcessingUserGesture())
425 WebUserGestureIndicator::currentUserGestureToken().setJavascriptPrompt();
435 if (WebUserGestureIndicator::isProcessingUserGesture())
436 WebUserGestureIndicator::currentUserGestureToken().setJavascriptPrompt();
450 if (WebUserGestureIndicator::isProcessingUserGesture())
451 WebUserGestureIndicator::currentUserGestureToken().setJavascriptPrompt();
    [all...]
webkit.target.darwin-arm.mk 256 third_party/WebKit/Source/web/WebUserGestureIndicator.cpp \
webkit.target.darwin-mips.mk 256 third_party/WebKit/Source/web/WebUserGestureIndicator.cpp \
webkit.target.darwin-x86.mk 256 third_party/WebKit/Source/web/WebUserGestureIndicator.cpp \
webkit.target.linux-arm.mk 256 third_party/WebKit/Source/web/WebUserGestureIndicator.cpp \
webkit.target.linux-mips.mk 256 third_party/WebKit/Source/web/WebUserGestureIndicator.cpp \
webkit.target.linux-x86.mk 256 third_party/WebKit/Source/web/WebUserGestureIndicator.cpp \
  /external/chromium_org/third_party/WebKit/public/web/
WebUserGestureIndicator.h 46 class WebUserGestureIndicator {
  /external/chromium_org/content/renderer/
render_view_mouse_lock_dispatcher.cc 10 #include "third_party/WebKit/public/web/WebUserGestureIndicator.h"
14 using blink::WebUserGestureIndicator;
29 bool user_gesture = WebUserGestureIndicator::isProcessingUserGesture();
notification_provider.cc 15 #include "third_party/WebKit/public/web/WebUserGestureIndicator.h"
25 using blink::WebUserGestureIndicator;
83 if (!WebUserGestureIndicator::isProcessingUserGesture())
render_frame_impl.cc 55 #include "third_party/WebKit/public/web/WebUserGestureIndicator.h"
86 using blink::WebUserGestureIndicator;
814 WebUserGestureIndicator::isProcessingUserGesture() ?
    [all...]
render_view_impl.cc 193 #include "third_party/WebKit/public/web/WebUserGestureIndicator.h"
327 using blink::WebUserGestureIndicator;
    [all...]
  /external/chromium_org/chrome/renderer/extensions/
request_sender.cc 14 #include "third_party/WebKit/public/web/WebUserGestureIndicator.h"
96 blink::WebUserGestureIndicator::isProcessingUserGesture();
webstore_bindings.cc 18 #include "third_party/WebKit/public/web/WebUserGestureIndicator.h"
27 using blink::WebUserGestureIndicator;
128 if (!WebUserGestureIndicator::isProcessingUserGesture()) {
messaging_bindings.cc 33 #include "third_party/WebKit/public/web/WebUserGestureIndicator.h"
121 blink::WebUserGestureIndicator::isProcessingUserGesture())));
dispatcher.cc 96 #include "third_party/WebKit/public/web/WebUserGestureIndicator.h"
191 blink::WebUserGestureIndicator::isProcessingUserGesture()));
206 blink::WebUserGestureIndicator::consumeUserGesture();
    [all...]
  /external/chromium_org/components/autofill/content/renderer/
password_autofill_agent.cc 30 #include "third_party/WebKit/public/web/WebUserGestureIndicator.h"
487 if (!blink::WebUserGestureIndicator::isProcessingUserGesture() &&
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestPlugin.cpp 38 #include "public/web/WebUserGestureIndicator.h"
543 m_delegate->printMessage(std::string("* ") + (WebUserGestureIndicator::isProcessingUserGesture() ? "" : "not ") + "handling user gesture\n");
WebTestProxy.cpp 68 #include "public/web/WebUserGestureIndicator.h"
116 bool isUserGesture = WebUserGestureIndicator::isProcessingUserGesture();
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc 110 #include "third_party/WebKit/public/web/WebUserGestureIndicator.h"
175 using blink::WebUserGestureIndicator;
    [all...]

Completed in 633 milliseconds