Home | History | Annotate | Download | only in base

Lines Matching refs:item1

178   const base::DictionaryValue* item1 = NULL;
179 ASSERT_TRUE(trace_events()->GetDictionary(0, &item1));
185 TraceEntryInfo actual_item1 = GetTraceEntryInfoFromValue(*item1);
232 const base::DictionaryValue* item1 = NULL;
233 ASSERT_TRUE(trace_events()->GetDictionary(0, &item1));
237 TraceEntryInfo actual_item1 = GetTraceEntryInfoFromValue(*item1);
273 const base::DictionaryValue* item1 = NULL;
274 ASSERT_TRUE(trace_events()->GetDictionary(0, &item1));
276 TraceEntryInfo actual_item1 = GetTraceEntryInfoFromValue(*item1);
338 const base::DictionaryValue* item1 = NULL;
339 ASSERT_TRUE(trace_events()->GetDictionary(0, &item1));
343 TraceEntryInfo actual_item1 = GetTraceEntryInfoFromValue(*item1);
365 EXPECT_TRUE(item1->GetString("args.params.foo", &item1_params));