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

  /external/chromium_org/ui/views/corewm/
tooltip_controller.h 103 std::map<aura::Window*, int> tooltip_shown_timeout_map_; member in class:views::corewm::TooltipController
tooltip_controller.cc 163 tooltip_shown_timeout_map_[target] = timeout_in_ms;
242 tooltip_shown_timeout_map_.erase(tooltip_window_);
351 tooltip_shown_timeout_map_.find(tooltip_window_);
352 if (it == tooltip_shown_timeout_map_.end())

Completed in 46 milliseconds