OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nestability
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/base/test/
test_pending_task.cc
12
TestPendingTask::TestPendingTask() :
nestability
(NESTABLE) {}
18
TestNestability
nestability
)
23
nestability
(
nestability
) {}
34
if (
nestability
!= other.
nestability
)
35
return (
nestability
== NESTABLE);
48
switch (
nestability
) {
50
state->SetString("
nestability
", "NESTABLE");
53
state->SetString("
nestability
", "NON_NESTABLE")
[
all
...]
test_pending_task.h
30
TestNestability
nestability
);
42
// Note that two tasks may both have the same
nestability
and delay.
60
TestNestability
nestability
;
member in struct:base::TestPendingTask
test_mock_time_task_runner.cc
141
TestNestability
nestability
);
166
TestNestability
nestability
)
171
nestability
),
Completed in 96 milliseconds