Searched refs:tabs_list (Results 1 – 3 of 3) sorted by relevance
153 const base::ListValue* tabs_list = NULL; in ReadPinnedTabs() local154 if (!value->GetAsList(&tabs_list)) in ReadPinnedTabs()157 for (size_t i = 0, max = tabs_list->GetSize(); i < max; ++i) { in ReadPinnedTabs()159 if (tabs_list->GetDictionary(i, &tab_values)) { in ReadPinnedTabs()
307 ListValue* tabs_list = static_cast<ListValue*>(tabs_value); in GetInitialLoadTimes() local309 for (size_t i = 0; i < tabs_list->GetSize(); i++) { in GetInitialLoadTimes()315 if (!tabs_list->Get(i, &tab_value) || in GetInitialLoadTimes()
103 base::ListValue* tabs_list = new base::ListValue(); in GetTabsForProcess() local110 return tabs_list; in GetTabsForProcess()129 tabs_list->Append(new base::FundamentalValue(tab_id)); in GetTabsForProcess()133 return tabs_list; in GetTabsForProcess()