HomeSort by relevance Sort by last modified time
    Searched refs:tab_values (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/tabs/
pinned_tab_codec.cc 158 const base::DictionaryValue* tab_values = NULL; local
159 if (tabs_list->GetDictionary(i, &tab_values)) {
161 if (DecodeTab(*tab_values, &tab))
  /external/chromium_org/chrome/browser/ui/webui/ntp/
recently_closed_tabs_handler.cc 36 scoped_ptr<base::ListValue> tab_values(new base::ListValue());
40 tab_values->Append(tab_value);
45 dictionary->Set("tabs", tab_values.release());
foreign_session_handler.cc 390 scoped_ptr<base::ListValue> tab_values(new base::ListValue());
398 tab_values->Append(tab_value.release());
401 if (tab_values->GetSize() == 0)
414 dictionary->Set("tabs", tab_values.release());
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.cc     [all...]
tabs_api.h 170 base::ListValue* tab_values,

Completed in 84 milliseconds