OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nestability
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/base/test/
test_pending_task.cc
11
TestPendingTask::TestPendingTask() :
nestability
(NESTABLE) {}
18
TestNestability
nestability
)
23
nestability
(
nestability
) {}
30
if (
nestability
!= other.
nestability
)
31
return (
nestability
== NESTABLE);
42
switch (
nestability
) {
44
state->SetString("
nestability
", "NESTABLE");
47
state->SetString("
nestability
", "NON_NESTABLE")
[
all
...]
test_pending_task.h
28
TestNestability
nestability
);
38
// Note that two tasks may both have the same
nestability
and delay.
56
TestNestability
nestability
;
member in struct:base::TestPendingTask
/external/chromium_org/cc/test/
ordered_simple_task_runner.h
30
TestNestability
nestability
);
ordered_simple_task_runner.cc
37
TestNestability
nestability
)
38
: base::TestPendingTask(location, task, post_time, delay,
nestability
),
Completed in 233 milliseconds