Searched defs:tab_ids (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_cookies_unittest.cc152 ListValue* tab_ids = new ListValue(); local
154 extension_cookies_helpers::CreateCookieStoreValue(&profile, tab_ids));
158 EXPECT_EQ(tab_ids, value);
H A Dextension_cookies_helpers.cc72 ListValue* tab_ids) {
74 DCHECK(tab_ids);
77 result->Set(keys::kTabIdsKey, tab_ids);
122 void AppendToTabIdList(Browser* browser, ListValue* tab_ids) { argument
124 DCHECK(tab_ids);
127 tab_ids->Append(Value::CreateIntegerValue(
71 CreateCookieStoreValue(Profile* profile, ListValue* tab_ids) argument

Completed in 55 milliseconds