OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UserGestureIndicator
(Results
26 - 36
of
36
) sorted by null
1
2
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
NPV8Object.cpp
43
#include "platform/
UserGestureIndicator
.h"
346
// FIXME: Is this branch still needed after switching to using
UserGestureIndicator
?
356
UserGestureIndicator
gestureIndicator(popupsAllowed ? DefinitelyProcessingNewUserGesture : PossiblyProcessingUserGesture);
/external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoader.cpp
55
#include "platform/
UserGestureIndicator
.h"
391
if (!DOMWindow::allowPopUp(m_frame) && !
UserGestureIndicator
::processingUserGesture())
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp
175
#include "platform/
UserGestureIndicator
.h"
845
UserGestureIndicator
gestureIndicator(DefinitelyProcessingNewUserGesture);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorPageAgent.cpp
75
#include "platform/
UserGestureIndicator
.h"
459
UserGestureIndicator
indicator(DefinitelyProcessingNewUserGesture);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/frame/
DOMWindow.cpp
97
#include "platform/
UserGestureIndicator
.h"
299
if (
UserGestureIndicator
::processingUserGesture())
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk
89
third_party/WebKit/Source/platform/
UserGestureIndicator
.cpp \
[
all
...]
blink_platform.target.darwin-mips.mk
88
third_party/WebKit/Source/platform/
UserGestureIndicator
.cpp \
[
all
...]
blink_platform.target.darwin-x86.mk
88
third_party/WebKit/Source/platform/
UserGestureIndicator
.cpp \
[
all
...]
blink_platform.target.linux-arm.mk
89
third_party/WebKit/Source/platform/
UserGestureIndicator
.cpp \
[
all
...]
blink_platform.target.linux-mips.mk
88
third_party/WebKit/Source/platform/
UserGestureIndicator
.cpp \
[
all
...]
blink_platform.target.linux-x86.mk
88
third_party/WebKit/Source/platform/
UserGestureIndicator
.cpp \
[
all
...]
Completed in 767 milliseconds
1
2