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 118 bool tooltips_enabled_; member in class:views::corewm::TooltipController
tooltip_controller.cc 206 tooltips_enabled_(true) {
240 if (tooltips_enabled_ == enable)
242 tooltips_enabled_ = enable;
446 if (!tooltips_enabled_ || mouse_pressed_ || IsDragDropInProgress() ||

Completed in 67 milliseconds