Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/webui/
Dshown_sections_handler.cc28 bool old_had_it = (old_mode & THUMB) && !(old_mode & MENU_THUMB); in NotifySectionDisabled() local
31 if (old_had_it && !new_has_it) { in NotifySectionDisabled()
37 if (new_has_it && !old_had_it) { in NotifySectionDisabled()