OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestPendingTask
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/test/
test_pending_task.cc
11
TestPendingTask
::
TestPendingTask
() : nestability(NESTABLE) {}
13
TestPendingTask
::
TestPendingTask
(
25
TimeTicks
TestPendingTask
::GetTimeToRun() const {
29
bool
TestPendingTask
::ShouldRunBefore(const
TestPendingTask
& other) const {
35
TestPendingTask
::~
TestPendingTask
() {}
37
void
TestPendingTask
::AsValueInto(base::trace_event::TracedValue* state) const
[
all
...]
test_pending_task.h
17
//
TestPendingTask
is a helper class for test TaskRunner
20
struct
TestPendingTask
{
23
TestPendingTask
();
24
TestPendingTask
(const tracked_objects::Location& location,
29
~
TestPendingTask
();
50
bool ShouldRunBefore(const
TestPendingTask
& other) const;
67
std::ostream& operator<<(std::ostream& os, const
TestPendingTask
& task);
68
void PrintTo(const
TestPendingTask
& task, std::ostream* os);
Completed in 5148 milliseconds