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 - 4
of
4
) 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
);
/external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.h
402
// |
is_first_tab
| is set to true.
403
void StoppedDraggingTab(Tab* tab, bool*
is_first_tab
);
tab_strip.cc
2059
bool
is_first_tab
= true;
local
[
all
...]
Completed in 28 milliseconds