Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/extensions/api/tabs/
Dtabs_interactive_test.cc105 keys::kWindowIdKey)); in IN_PROC_BROWSER_TEST_F()
122 keys::kWindowIdKey)); in IN_PROC_BROWSER_TEST_F()
Dtabs_constants.cc48 const char kWindowIdKey[] = "windowId"; variable
Dtabs_constants.h52 extern const char kWindowIdKey[];
Dash_panel_contents.cc108 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.cc271 object_args->SetInteger(tabs_constants::kWindowIdKey, in TabClosingAt()
298 object_args->Set(tabs_constants::kWindowIdKey, in ActiveTabChanged()
347 tabs_constants::kWindowIdKey, in TabSelectionChanged()
374 object_args->Set(tabs_constants::kWindowIdKey, in TabMoved()
Dtabs_test.cc419 EXPECT_EQ(window_id, utils::GetInteger(result_tab, keys::kWindowIdKey)); in IN_PROC_BROWSER_TEST_F()
436 EXPECT_NE(window_id, utils::GetInteger(result_tab, keys::kWindowIdKey)); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/extensions/
Dextension_tab_util.cc375 result->SetInteger(keys::kWindowIdKey, GetWindowIdOfTab(contents)); in CreateTabValue()
/external/chromium_org/chrome/browser/ui/panels/
Dpanel.cc123 extensions::tabs_constants::kWindowIdKey, in CreateTabValue()