OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tooltip_shown_timeout_map_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/corewm/
tooltip_controller.cc
150
tooltip_shown_timeout_map_
[target] = timeout_in_ms;
229
tooltip_shown_timeout_map_
.erase(tooltip_window_);
330
tooltip_shown_timeout_map_
.find(tooltip_window_);
331
if (it ==
tooltip_shown_timeout_map_
.end())
tooltip_controller.h
97
std::map<aura::Window*, int>
tooltip_shown_timeout_map_
;
member in class:views::corewm::TooltipController
Completed in 943 milliseconds