HomeSort by relevance Sort by last modified time
    Searched refs:tooltips_enabled_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/views/corewm/
tooltip_controller.h 101 bool tooltips_enabled_; member in class:views::corewm::TooltipController
tooltip_controller.cc 121 tooltips_enabled_(true) {
167 if (tooltips_enabled_ == enable)
169 tooltips_enabled_ = enable;
193 if (tooltips_enabled_ &&
264 if (!tooltips_enabled_ ||

Completed in 55 milliseconds