Searched refs:kTabIdsKey (Results 1 – 10 of 10) sorted by relevance
16 const char kTabIdsKey[] = "tabIds"; variable
19 extern const char kTabIdsKey[];
98 dict.Set(keys::kTabIdsKey, tab_ids); in CreateCookieStore()
23 const char kTabIdsKey[] = "tabIds"; variable
27 extern const char kTabIdsKey[];
77 result->Set(keys::kTabIdsKey, tab_ids); in CreateCookieStoreValue()
157 EXPECT_TRUE(cookie_store_value->Get(keys::kTabIdsKey, &value)); in TEST_F()
40 const char kTabIdsKey[] = "tabIds"; variable
43 extern const char kTabIdsKey[];
347 select_info->Set(tabs_constants::kTabIdsKey, all_tabs.release()); in TabSelectionChanged()