OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_handlers
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/content/browser/renderer_host/input/
input_router_client.h
43
virtual void OnHasTouchEventHandlers(bool
has_handlers
) = 0;
mock_input_router_client.cc
49
bool
has_handlers
) {
50
has_touch_handler_ =
has_handlers
;
mock_input_router_client.h
28
virtual void OnHasTouchEventHandlers(bool
has_handlers
) OVERRIDE;
touch_event_queue.h
111
void OnHasTouchEventHandlers(bool
has_handlers
);
134
bool
has_handlers
() const {
function in class:content::TouchEventQueue
input_router_impl.cc
255
return touch_event_queue_.
has_handlers
() || !touch_event_queue_.empty();
496
void InputRouterImpl::OnHasTouchEventHandlers(bool
has_handlers
) {
498
"
has_handlers
",
has_handlers
);
506
if (!
has_handlers
)
509
touch_event_queue_.OnHasTouchEventHandlers(
has_handlers
);
510
client_->OnHasTouchEventHandlers(
has_handlers
);
input_router_impl_perftest.cc
79
virtual void OnHasTouchEventHandlers(bool
has_handlers
) OVERRIDE {}
245
void OnHasTouchEventHandlers(bool
has_handlers
) {
247
ViewHostMsg_HasTouchEventHandlers(0,
has_handlers
));
input_router_impl.h
156
void OnHasTouchEventHandlers(bool
has_handlers
);
touch_event_queue.cc
614
void TouchEventQueue::OnHasTouchEventHandlers(bool
has_handlers
) {
618
if (
has_handlers
) {
input_router_impl_unittest.cc
302
void OnHasTouchEventHandlers(bool
has_handlers
) {
304
ViewHostMsg_HasTouchEventHandlers(0,
has_handlers
));
[
all
...]
touch_event_queue_unittest.cc
194
void OnHasTouchEventHandlers(bool
has_handlers
) {
195
queue_->OnHasTouchEventHandlers(
has_handlers
);
[
all
...]
/external/chromium_org/content/renderer/
render_widget.h
494
virtual void hasTouchEventHandlers(bool
has_handlers
);
render_widget.cc
[
all
...]
/external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.h
676
virtual void OnHasTouchEventHandlers(bool
has_handlers
) OVERRIDE;
[
all
...]
render_widget_host_impl.cc
[
all
...]
Completed in 362 milliseconds