OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetQuitTaskForRunLoop
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/content/public/test/
test_utils.h
48
base::Closure
GetQuitTaskForRunLoop
(base::RunLoop* run_loop);
test_utils.cc
129
base::Closure
GetQuitTaskForRunLoop
(base::RunLoop* run_loop) {
176
GetQuitTaskForRunLoop
(&run_loop_).Run();
/external/chromium_org/chrome/browser/chromeos/file_manager/
zip_file_creator_browsertest.cc
64
TestObserver observer(content::
GetQuitTaskForRunLoop
(&run_loop));
89
TestObserver observer(content::
GetQuitTaskForRunLoop
(&run_loop));
/external/chromium_org/chrome/browser/sync/test/integration/
dictionary_helper.cc
55
DictionaryLoadObserver observer(content::
GetQuitTaskForRunLoop
(&run_loop));
/external/chromium_org/chrome/browser/bookmarks/
bookmark_test_helpers.cc
101
BookmarkLoadObserver observer(content::
GetQuitTaskForRunLoop
(&run_loop));
/external/chromium_org/chrome/browser/ui/views/ash/
tab_scrubber_browsertest.cc
228
quit_closure_ = content::
GetQuitTaskForRunLoop
(&run_loop);
/external/chromium_org/chrome/test/base/
testing_profile.cc
543
content::
GetQuitTaskForRunLoop
(&run_loop));
Completed in 4115 milliseconds