Searched refs:in_tab_close_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/touch/tabs/
H A Dtouch_tab_strip.cc25 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_;
H A Dtouch_tab_strip.h101 bool in_tab_close_; member in class:TouchTabStrip
/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc124 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_) {
948 in_tab_close_
[all...]
H A Dtab_strip.h256 bool in_tab_close_; member in class:TabStrip

Completed in 66 milliseconds