Home
last modified time | relevance | path

Searched refs:kWindowIdKey (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/tabs/
Dtabs_interactive_test.cc103 keys::kWindowIdKey)); in IN_PROC_BROWSER_TEST_F()
120 keys::kWindowIdKey)); in IN_PROC_BROWSER_TEST_F()
Dtabs_constants.cc48 const char kWindowIdKey[] = "windowId"; variable
Dtabs_constants.h51 extern const char kWindowIdKey[];
Dash_panel_contents.cc107 tab_value->SetInteger(extensions::tabs_constants::kWindowIdKey, window_id); in CreateTabValue()
119 tab_value->SetInteger(extensions::tabs_constants::kWindowIdKey, window_id); in CreateTabValue()
Dtabs_event_router.cc267 object_args->SetInteger(tabs_constants::kWindowIdKey, in TabClosingAt()
294 object_args->Set(tabs_constants::kWindowIdKey, in ActiveTabChanged()
343 tabs_constants::kWindowIdKey, in TabSelectionChanged()
370 object_args->Set(tabs_constants::kWindowIdKey, in TabMoved()
Dtabs_test.cc413 EXPECT_EQ(window_id, utils::GetInteger(result_tab, keys::kWindowIdKey)); in IN_PROC_BROWSER_TEST_F()
430 EXPECT_NE(window_id, utils::GetInteger(result_tab, keys::kWindowIdKey)); in IN_PROC_BROWSER_TEST_F()
/external/chromium/chrome/browser/extensions/
Dextension_tabs_module_constants.cc39 const char kWindowIdKey[] = "windowId"; variable
Dextension_tabs_module_constants.h43 extern const char kWindowIdKey[];
Dextension_tabs_module.cc127 result->SetInteger(keys::kWindowIdKey, in CreateTabValue()
669 if (args->HasKey(keys::kWindowIdKey)) { in RunImpl()
671 keys::kWindowIdKey, &window_id)); in RunImpl()
971 if (update_props->HasKey(keys::kWindowIdKey)) { in RunImpl()
975 keys::kWindowIdKey, &window_id)); in RunImpl()
Dextension_browser_event_router.cc360 object_args->Set(tab_keys::kWindowIdKey, Value::CreateIntegerValue( in TabSelectedAt()
379 object_args->Set(tab_keys::kWindowIdKey, Value::CreateIntegerValue( in TabMoved()
/external/chromium_org/chrome/browser/extensions/
Dextension_tab_util.cc135 result->SetInteger(keys::kWindowIdKey, GetWindowIdOfTab(contents)); in CreateTabValue()
/external/chromium_org/chrome/browser/ui/panels/
Dpanel.cc119 tab_value->SetInteger(extensions::tabs_constants::kWindowIdKey, in CreateTabValue()