OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:userEventWasHandled
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
ExecutionContextClient.h
57
virtual void
userEventWasHandled
() { }
ExecutionContext.h
76
void
userEventWasHandled
();
ExecutionContext.cpp
262
void ExecutionContext::
userEventWasHandled
()
266
m_client->
userEventWasHandled
();
Document.h
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/events/
EventTarget.cpp
308
bool
userEventWasHandled
= false;
334
if (!
userEventWasHandled
&& UserGestureIndicator::processingUserGesture())
335
userEventWasHandled
= true;
339
if (
userEventWasHandled
) {
341
context->
userEventWasHandled
();
Completed in 127 milliseconds