OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DefinitelyProcessingNewUserGesture
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
WebScopedUserGesture.cpp
41
m_indicator.reset(new UserGestureIndicator(
DefinitelyProcessingNewUserGesture
));
PopupContainer.cpp
274
UserGestureIndicator gestureIndicator(
DefinitelyProcessingNewUserGesture
);
281
UserGestureIndicator gestureIndicator(
DefinitelyProcessingNewUserGesture
);
289
UserGestureIndicator gestureIndicator(
DefinitelyProcessingNewUserGesture
);
296
UserGestureIndicator gestureIndicator(
DefinitelyProcessingNewUserGesture
);
339
UserGestureIndicator gestureIndicator(
DefinitelyProcessingNewUserGesture
);
WebPluginContainerImpl.cpp
460
UserGestureIndicator gestureIndicator(popupsAllowed ?
DefinitelyProcessingNewUserGesture
: PossiblyProcessingUserGesture);
487
UserGestureIndicator gestureIndicator(request.hasUserGesture() ?
DefinitelyProcessingNewUserGesture
: PossiblyProcessingUserGesture);
WebLocalFrameImpl.cpp
[
all
...]
WebViewImpl.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/
UserGestureIndicator.h
39
DefinitelyProcessingNewUserGesture
,
UserGestureIndicator.cpp
110
return state ==
DefinitelyProcessingNewUserGesture
|| state == DefinitelyProcessingUserGesture || state == DefinitelyNotProcessingUserGesture;
135
if (state ==
DefinitelyProcessingNewUserGesture
) {
184
return s_topmostIndicator && static_cast<GestureToken*>(s_topmostIndicator->currentToken())->hasGestures() && (s_state ==
DefinitelyProcessingNewUserGesture
|| s_state == DefinitelyProcessingUserGesture);
/external/chromium_org/third_party/WebKit/Source/web/tests/
WebUserGestureTokenTest.cpp
57
UserGestureIndicator indicator(
DefinitelyProcessingNewUserGesture
);
/external/chromium_org/third_party/WebKit/Source/modules/notifications/
Notification.cpp
116
UserGestureIndicator gestureIndicator(
DefinitelyProcessingNewUserGesture
);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorFrontendHost.cpp
95
UserGestureIndicator gestureIndicator(
DefinitelyProcessingNewUserGesture
);
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObject.cpp
638
UserGestureIndicator gestureIndicator(
DefinitelyProcessingNewUserGesture
);
AXNodeObject.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
NPV8Object.cpp
381
UserGestureIndicator gestureIndicator(popupsAllowed ?
DefinitelyProcessingNewUserGesture
: PossiblyProcessingUserGesture);
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaElement.cpp
[
all
...]
Completed in 119 milliseconds