OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RunClosureAfterAllPendingUIEvents
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/ui/base/test/
ui_controls_aura.cc
79
void
RunClosureAfterAllPendingUIEvents
(const base::Closure& closure) {
80
instance_->
RunClosureAfterAllPendingUIEvents
(closure);
ui_controls.h
92
void
RunClosureAfterAllPendingUIEvents
(const base::Closure& closure);
ui_controls_aura.h
51
virtual void
RunClosureAfterAllPendingUIEvents
(
ui_controls_win.cc
70
void
RunClosureAfterAllPendingUIEvents
(const base::Closure& closure) {
/external/chromium_org/ui/aura/test/
ui_controls_factory_aurax11.cc
134
RunClosureAfterAllPendingUIEvents
(closure);
158
RunClosureAfterAllPendingUIEvents
(closure);
203
RunClosureAfterAllPendingUIEvents
(closure);
209
virtual void
RunClosureAfterAllPendingUIEvents
(
ui_controls_factory_aurawin.cc
75
virtual void
RunClosureAfterAllPendingUIEvents
(const base::Closure& closure) {
/external/chromium_org/ash/test/
ui_controls_factory_ash.cc
131
virtual void
RunClosureAfterAllPendingUIEvents
(
136
ui_controls->
RunClosureAfterAllPendingUIEvents
(closure);
/external/chromium_org/chrome/test/base/
view_event_test_base.cc
94
ui_controls::
RunClosureAfterAllPendingUIEvents
(
Completed in 963 milliseconds