HomeSort by relevance Sort by last modified time
    Searched full:tab_ids (Results 1 - 11 of 11) sorted by null

  /external/chromium/chrome/browser/extensions/
extension_cookies_helpers.cc 72 ListValue* tab_ids) {
74 DCHECK(tab_ids);
77 result->Set(keys::kTabIdsKey, tab_ids);
122 void AppendToTabIdList(Browser* browser, ListValue* tab_ids) {
124 DCHECK(tab_ids);
127 tab_ids->Append(Value::CreateIntegerValue(
extension_cookies_unittest.cc 152 ListValue* tab_ids = new ListValue(); local
154 extension_cookies_helpers::CreateCookieStoreValue(&profile, tab_ids));
158 EXPECT_EQ(tab_ids, value);
extension_cookies_helpers.h 47 ListValue* tab_ids);
74 void AppendToTabIdList(Browser* browser, ListValue* tab_ids);
  /external/chromium_org/chrome/browser/extensions/api/cookies/
cookies_helpers.cc 93 base::ListValue* tab_ids) {
95 DCHECK(tab_ids);
98 dict.Set(keys::kTabIdsKey, tab_ids);
149 void AppendToTabIdList(Browser* browser, base::ListValue* tab_ids) {
151 DCHECK(tab_ids);
154 tab_ids->Append(Value::CreateIntegerValue(
cookies_unittest.cc 147 std::vector<int> tab_ids; local
151 EXPECT_EQ(tab_ids, cookie_store->tab_ids);
cookies_helpers.h 63 base::ListValue* tab_ids);
89 void AppendToTabIdList(Browser* browser, base::ListValue* tab_ids);
  /external/chromium_org/tools/json_schema_compiler/
model_test.py 84 self.assertEquals('tab_ids', param.unix_name)
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.cc 1471 std::vector<int>& tab_ids = *params->tab_ids.as_integers; local
1652 std::vector<int>& tab_ids = *params->tab_ids.as_integers; local
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
tab_node_pool.h 118 // Stores mapping of node ids associated with tab_ids, these are the used
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
webNavigation.html 82 <h2 id="tab_ids">A note about tab IDs</h2>
  /external/chromium_org/chrome/test/automation/
automation_json_requests.cc 442 *error = Error("Returned id in 'tab_ids' is not an integer");

Completed in 581 milliseconds