OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShouldRunBefore
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/base/test/
test_pending_task_unittest.cc
43
TEST(TestPendingTaskTest,
ShouldRunBefore
) {
49
EXPECT_FALSE(task_after.
ShouldRunBefore
(task_first))
50
<< task_after << ".
ShouldRunBefore
(" << task_first << ")\n";
51
EXPECT_TRUE(task_first.
ShouldRunBefore
(task_after))
52
<< task_first << ".
ShouldRunBefore
(" << task_after << ")\n";
test_pending_task.h
50
bool
ShouldRunBefore
(const TestPendingTask& other) const;
test_pending_task.cc
29
bool TestPendingTask::
ShouldRunBefore
(const TestPendingTask& other) const {
/external/chromium_org/net/quic/test_tools/
test_task_runner.cc
56
return task1.
ShouldRunBefore
(task2);
/external/chromium_org/content/browser/renderer_host/
render_widget_resize_helper.cc
32
bool
ShouldRunBefore
(const WrappedTask& other);
142
bool WrappedTask::
ShouldRunBefore
(const WrappedTask& other) {
233
task_to_execute->
ShouldRunBefore
(*potential_task)) {
/external/chromium_org/cc/test/
ordered_simple_task_runner.cc
60
return
ShouldRunBefore
(other);
Completed in 160 milliseconds