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

1 2

  /external/chromium_org/third_party/WebKit/Source/web/
WebUserGestureIndicator.cpp 32 #include "public/web/WebUserGestureIndicator.h"
39 bool WebUserGestureIndicator::isProcessingUserGesture()
44 bool WebUserGestureIndicator::consumeUserGesture()
49 WebUserGestureToken WebUserGestureIndicator::currentUserGestureToken()
ChromeClientImpl.cpp 91 #include "public/web/WebUserGestureIndicator.h"
426 if (WebUserGestureIndicator::isProcessingUserGesture())
427 WebUserGestureIndicator::currentUserGestureToken().setJavascriptPrompt();
437 if (WebUserGestureIndicator::isProcessingUserGesture())
438 WebUserGestureIndicator::currentUserGestureToken().setJavascriptPrompt();
452 if (WebUserGestureIndicator::isProcessingUserGesture())
453 WebUserGestureIndicator::currentUserGestureToken().setJavascriptPrompt();
blink_web.target.darwin-arm.mk 195 third_party/WebKit/Source/web/WebUserGestureIndicator.cpp \
blink_web.target.darwin-arm64.mk 195 third_party/WebKit/Source/web/WebUserGestureIndicator.cpp \
blink_web.target.darwin-mips.mk 195 third_party/WebKit/Source/web/WebUserGestureIndicator.cpp \
blink_web.target.darwin-mips64.mk 195 third_party/WebKit/Source/web/WebUserGestureIndicator.cpp \
blink_web.target.darwin-x86.mk 195 third_party/WebKit/Source/web/WebUserGestureIndicator.cpp \
blink_web.target.darwin-x86_64.mk 195 third_party/WebKit/Source/web/WebUserGestureIndicator.cpp \
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebUserGestureTokenTest.cpp 37 #include "public/web/WebUserGestureIndicator.h"
53 EXPECT_FALSE(WebUserGestureIndicator::isProcessingUserGesture());
58 EXPECT_TRUE(WebUserGestureIndicator::isProcessingUserGesture());
59 token = WebUserGestureIndicator::currentUserGestureToken();
64 EXPECT_FALSE(WebUserGestureIndicator::isProcessingUserGesture());
68 EXPECT_TRUE(WebUserGestureIndicator::isProcessingUserGesture());
69 WebUserGestureIndicator::consumeUserGesture();
70 EXPECT_FALSE(WebUserGestureIndicator::isProcessingUserGesture());
77 EXPECT_FALSE(WebUserGestureIndicator::isProcessingUserGesture());
  /external/chromium_org/third_party/WebKit/public/web/
WebUserGestureIndicator.h 40 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();
push_messaging_dispatcher.cc 14 #include "third_party/WebKit/public/web/WebUserGestureIndicator.h"
61 blink::WebUserGestureIndicator::isProcessingUserGesture(),
geolocation_dispatcher.cc 15 #include "third_party/WebKit/public/web/WebUserGestureIndicator.h"
89 blink::WebUserGestureIndicator::isProcessingUserGesture()));
notification_provider.cc 14 #include "third_party/WebKit/public/web/WebUserGestureIndicator.h"
22 using blink::WebUserGestureIndicator;
render_view_impl.cc 181 #include "third_party/WebKit/public/web/WebUserGestureIndicator.h"
298 using blink::WebUserGestureIndicator;
    [all...]
render_frame_impl.cc 123 #include "third_party/WebKit/public/web/WebUserGestureIndicator.h"
184 using blink::WebUserGestureIndicator;
    [all...]
  /external/chromium_org/extensions/renderer/
user_gestures_native_handler.cc 10 #include "third_party/WebKit/public/web/WebUserGestureIndicator.h"
31 blink::WebUserGestureIndicator::isProcessingUserGesture()));
45 blink::WebUserGestureIndicator::consumeUserGesture();
request_sender.cc 15 #include "third_party/WebKit/public/web/WebUserGestureIndicator.h"
104 blink::WebUserGestureIndicator::currentUserGestureToken()));
115 blink::WebUserGestureIndicator::isProcessingUserGesture();
messaging_bindings.cc 30 #include "third_party/WebKit/public/web/WebUserGestureIndicator.h"
131 blink::WebUserGestureIndicator::isProcessingUserGesture())));
  /external/chromium_org/content/renderer/media/
midi_dispatcher.cc 13 #include "third_party/WebKit/public/web/WebUserGestureIndicator.h"
42 blink::WebUserGestureIndicator::isProcessingUserGesture()));
media_stream_dispatcher.cc 12 #include "third_party/WebKit/public/web/WebUserGestureIndicator.h"
82 blink::WebUserGestureIndicator::isProcessingUserGesture()));
  /external/chromium_org/chrome/renderer/extensions/
webstore_bindings.cc 19 #include "third_party/WebKit/public/web/WebUserGestureIndicator.h"
28 using blink::WebUserGestureIndicator;
112 if (!WebUserGestureIndicator::isProcessingUserGesture()) {
  /external/chromium_org/content/child/
quota_dispatcher.cc 16 #include "third_party/WebKit/public/web/WebUserGestureIndicator.h"
138 blink::WebUserGestureIndicator::isProcessingUserGesture();
  /external/chromium_org/components/autofill/content/renderer/
password_autofill_agent.cc 33 #include "third_party/WebKit/public/web/WebUserGestureIndicator.h"
740 !blink::WebUserGestureIndicator::isProcessingUserGesture()) {
    [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
test_plugin.cc 25 #include "third_party/WebKit/public/web/WebUserGestureIndicator.h"
691 (blink::WebUserGestureIndicator::isProcessingUserGesture() ? ""

Completed in 883 milliseconds

1 2