OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dispatch_details
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/widget/
root_view.cc
360
ui::EventDispatchDetails
dispatch_details
=
local
362
if (
dispatch_details
.dispatcher_destroyed)
391
ui::EventDispatchDetails
dispatch_details
=
local
393
if (
dispatch_details
.dispatcher_destroyed)
437
ui::EventDispatchDetails
dispatch_details
=
local
439
if (
dispatch_details
.dispatcher_destroyed)
455
ui::EventDispatchDetails
dispatch_details
=
local
457
if (
dispatch_details
.dispatcher_destroyed)
504
ui::EventDispatchDetails
dispatch_details
=
local
506
if (
dispatch_details
.dispatcher_destroyed
518
ui::EventDispatchDetails
dispatch_details
=
local
536
ui::EventDispatchDetails
dispatch_details
=
local
554
ui::EventDispatchDetails
dispatch_details
=
local
567
ui::EventDispatchDetails
dispatch_details
=
local
681
ui::EventDispatchDetails
dispatch_details
= DispatchEvent(p, ¬ify_event);
local
[
all
...]
/external/chromium_org/ui/aura/
window_event_dispatcher.cc
680
DispatchDetails
dispatch_details
;
local
685
dispatch_details
= OnEventFromSource(mouse_event.get());
690
if (
dispatch_details
.dispatcher_destroyed)
691
return
dispatch_details
;
699
dispatch_details
= OnEventFromSource(held_move_event_.get());
701
if (!
dispatch_details
.dispatcher_destroyed)
705
if (!
dispatch_details
.dispatcher_destroyed)
707
return
dispatch_details
;
[
all
...]
Completed in 161 milliseconds