Home | History | Annotate | Download | only in extensions

Lines Matching defs:window_id

57                                           const int window_id,
96 return tab_contents->controller().window_id().id();
256 int window_id;
257 EXTENSION_FUNCTION_VALIDATE(args_->GetInteger(0, &window_id));
259 Browser* browser = GetBrowserInProfileWithId(profile(), window_id,
263 keys::kWindowNotFoundError, base::IntToString(window_id));
523 int window_id;
524 EXTENSION_FUNCTION_VALIDATE(args_->GetInteger(0, &window_id));
528 Browser* browser = GetBrowserInProfileWithId(profile(), window_id,
532 keys::kWindowNotFoundError, base::IntToString(window_id));
590 int window_id;
591 EXTENSION_FUNCTION_VALIDATE(args_->GetInteger(0, &window_id));
593 Browser* browser = GetBrowserInProfileWithId(profile(), window_id,
615 int window_id = -1;
618 EXTENSION_FUNCTION_VALIDATE(args_->GetInteger(0, &window_id));
619 browser = GetBrowserInProfileWithId(profile(), window_id,
644 int window_id = -1;
646 EXTENSION_FUNCTION_VALIDATE(args_->GetInteger(0, &window_id));
647 browser = GetBrowserInProfileWithId(profile(), window_id,
668 int window_id = -1;
671 keys::kWindowIdKey, &window_id));
672 browser = GetBrowserInProfileWithId(profile(), window_id,
973 int window_id;
975 keys::kWindowIdKey, &window_id));
976 target_browser = GetBrowserInProfileWithId(profile(), window_id,
1068 int window_id = -1;
1071 EXTENSION_FUNCTION_VALIDATE(args_->GetInteger(0, &window_id));
1072 browser = GetBrowserInProfileWithId(profile(), window_id,
1311 const int window_id,
1321 ExtensionTabUtil::GetWindowId(*browser) == window_id)
1327 keys::kWindowNotFoundError, base::IntToString(window_id));