OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:singleton_index
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/
browser_navigator.cc
412
int
singleton_index
= GetIndexOfSingletonTab(params);
local
416
if (!params->target_contents &&
singleton_index
< 0) {
469
} else if (
singleton_index
== -1) {
486
if (
singleton_index
>= 0) {
487
TabContents* target = params->browser->GetTabContentsAt(
singleton_index
);
497
params->browser->ActivateTabAt(
singleton_index
, user_initiated);
/external/chromium_org/chrome/browser/ui/
browser_navigator.cc
583
int
singleton_index
= chrome::GetIndexOfSingletonTab(params);
local
591
if (!params->target_contents &&
singleton_index
< 0) {
673
} else if (
singleton_index
== -1) {
690
if (
singleton_index
>= 0) {
692
params->browser->tab_strip_model()->GetWebContentsAt(
singleton_index
);
710
params->browser->tab_strip_model()->ActivateTabAt(
singleton_index
,
Completed in 240 milliseconds