Searched refs:tab_ids (Results 1 – 3 of 3) sorted by relevance
72 ListValue* tab_ids) { in CreateCookieStoreValue() argument74 DCHECK(tab_ids); in CreateCookieStoreValue()77 result->Set(keys::kTabIdsKey, tab_ids); in CreateCookieStoreValue()122 void AppendToTabIdList(Browser* browser, ListValue* tab_ids) { in AppendToTabIdList() argument124 DCHECK(tab_ids); in AppendToTabIdList()127 tab_ids->Append(Value::CreateIntegerValue( in AppendToTabIdList()
47 ListValue* tab_ids);74 void AppendToTabIdList(Browser* browser, ListValue* tab_ids);
152 ListValue* tab_ids = new ListValue(); in TEST_F() local154 extension_cookies_helpers::CreateCookieStoreValue(&profile, tab_ids)); in TEST_F()158 EXPECT_EQ(tab_ids, value); in TEST_F()