Home | History | Annotate | Download | only in prerender

Lines Matching refs:entry_value

51   scoped_ptr<base::Value> entry_value;
58 entry_value.reset(history.GetEntriesAsValue());
59 ASSERT_TRUE(entry_value.get() != NULL);
60 ASSERT_TRUE(entry_value->GetAsList(&entry_list));
74 entry_value.reset(history.GetEntriesAsValue());
75 ASSERT_TRUE(entry_value.get() != NULL);
76 ASSERT_TRUE(entry_value->GetAsList(&entry_list));
89 entry_value.reset(history.GetEntriesAsValue());
90 ASSERT_TRUE(entry_value.get() != NULL);
91 ASSERT_TRUE(entry_value->GetAsList(&entry_list));
106 entry_value.reset(history.GetEntriesAsValue());
107 ASSERT_TRUE(entry_value.get() != NULL);
108 ASSERT_TRUE(entry_value->GetAsList(&entry_list));
117 entry_value.reset(history.GetEntriesAsValue());
118 ASSERT_TRUE(entry_value.get() != NULL);
119 ASSERT_TRUE(entry_value->GetAsList(&entry_list));