Home
last modified time | relevance | path

Searched refs:newTabButtonShowingHoverImage_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/tabs/
Dtab_strip_controller.h91 BOOL newTabButtonShowingHoverImage_; variable
Dtab_strip_controller.mm395 newTabButtonShowingHoverImage_ = NO;
1722 if (shouldShowHover && !newTabButtonShowingHoverImage_) {
1723 newTabButtonShowingHoverImage_ = YES;
1726 } else if (!shouldShowHover && newTabButtonShowingHoverImage_) {
1727 newTabButtonShowingHoverImage_ = NO;