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

  /external/chromium_org/ui/wm/public/
scoped_tooltip_disabler.cc 13 ScopedTooltipDisabler::ScopedTooltipDisabler(aura::Window* window)
23 ScopedTooltipDisabler::~ScopedTooltipDisabler() {
27 void ScopedTooltipDisabler::EnableTooltips() {
37 void ScopedTooltipDisabler::OnWindowDestroying(aura::Window* window) {
scoped_tooltip_disabler.h 14 class AURA_EXPORT ScopedTooltipDisabler : aura::WindowObserver {
19 explicit ScopedTooltipDisabler(aura::Window* window);
20 virtual ~ScopedTooltipDisabler();
33 DISALLOW_COPY_AND_ASSIGN(ScopedTooltipDisabler);

Completed in 60 milliseconds