OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_first_tab
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/tabs/
base_tab_strip.cc
497
bool
is_first_tab
= true;
local
499
StoppedDraggingTab(tabs[i], &
is_first_tab
);
543
void BaseTabStrip::StoppedDraggingTab(BaseTab* tab, bool*
is_first_tab
) {
550
if (*
is_first_tab
) {
551
*
is_first_tab
= false;
base_tab_strip.h
249
// |
is_first_tab
| is set to true.
250
void StoppedDraggingTab(BaseTab* tab, bool*
is_first_tab
);
Completed in 791 milliseconds