OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:root_list
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/test/
trace_event_analyzer.cc
707
base::ListValue*
root_list
= NULL;
local
708
if (!root.get() || !root->GetAsList(&
root_list
))
711
for (size_t i = 0; i <
root_list
->GetSize(); ++i) {
713
if (
root_list
->Get(i, &item)) {
/external/libchrome/base/trace_event/
trace_event_unittest.cc
201
ListValue*
root_list
= NULL;
local
203
ASSERT_TRUE(root->GetAsList(&
root_list
));
206
while (
root_list
->GetSize()) {
208
root_list
->Remove(0, &item);
[
all
...]
Completed in 73 milliseconds