OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:other_tab
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/tabs/
base_tab_strip.cc
327
BaseTab*
other_tab
= base_tab_at_tab_index(i);
local
328
if (IsTabSelected(
other_tab
) && !
other_tab
->closing()) {
329
tabs.push_back(
other_tab
);
330
if (
other_tab
== tab) {
/external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc
1112
Tab*
other_tab
= tab_at(i);
local
[
all
...]
Completed in 341 milliseconds