Home
last modified time | relevance | path

Searched refs:tab_ids (Results 1 – 3 of 3) sorted by relevance

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