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 120 std::map<aura::Window*, int> tooltip_shown_timeout_map_; member in class:views::corewm::TooltipController
tooltip_controller.cc 236 tooltip_shown_timeout_map_[target] = timeout_in_ms;
318 tooltip_shown_timeout_map_.erase(tooltip_window_);
530 tooltip_shown_timeout_map_.find(tooltip_window_);
531 if (it == tooltip_shown_timeout_map_.end())

Completed in 107 milliseconds