OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:in_tab_close_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/touch/tabs/
touch_tab_strip.cc
25
in_tab_close_
(false),
66
if (!
in_tab_close_
&& IsAnimating()) {
72
in_tab_close_
= true;
103
in_tab_close_
= false;
131
return
in_tab_close_
;
touch_tab_strip.h
101
bool
in_tab_close_
;
member in class:TouchTabStrip
/external/chromium/chrome/browser/ui/views/tabs/
tab_strip.cc
124
in_tab_close_
(false),
202
if (!
in_tab_close_
&& IsAnimating()) {
218
in_tab_close_
= true;
223
if (
in_tab_close_
&& model_index != GetModelCount())
233
if (!IsAnimating() && (!
in_tab_close_
|| tiny_tabs)) {
436
in_tab_close_
= false;
467
return
in_tab_close_
;
697
in_tab_close_
= false;
930
!
in_tab_close_
) {
[
all
...]
tab_strip.h
256
bool
in_tab_close_
;
member in class:TabStrip
Completed in 74 milliseconds