Home | History | Annotate | Download | only in base

Lines Matching refs:item2

180   const base::DictionaryValue* item2 = NULL;
181 ASSERT_TRUE(trace_events()->GetDictionary(1, &item2));
186 TraceEntryInfo actual_item2 = GetTraceEntryInfoFromValue(*item2);
234 const base::DictionaryValue* item2 = NULL;
235 ASSERT_TRUE(trace_events()->GetDictionary(1, &item2));
238 TraceEntryInfo actual_item2 = GetTraceEntryInfoFromValue(*item2);
340 const base::DictionaryValue* item2 = NULL;
341 ASSERT_TRUE(trace_events()->GetDictionary(1, &item2));
344 TraceEntryInfo actual_item2 = GetTraceEntryInfoFromValue(*item2);
368 EXPECT_TRUE(item2->GetString("args.params", &item2_params));