OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedTooltipDisabler
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/ui/wm/public/
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
);
scoped_tooltip_disabler.cc
13
ScopedTooltipDisabler
::
ScopedTooltipDisabler
(aura::Window* window)
23
ScopedTooltipDisabler
::~
ScopedTooltipDisabler
() {
27
void
ScopedTooltipDisabler
::EnableTooltips() {
37
void
ScopedTooltipDisabler
::OnWindowDestroying(aura::Window* window) {
tooltip_client.h
15
class
ScopedTooltipDisabler
;
28
// must use
ScopedTooltipDisabler
to enable/disabled tooltips.
32
friend class
ScopedTooltipDisabler
;
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_win.h
18
class
ScopedTooltipDisabler
;
267
scoped_ptr<aura::client::
ScopedTooltipDisabler
> tooltip_disabler_;
desktop_window_tree_host_win.cc
922
new aura::client::
ScopedTooltipDisabler
(window()));
[
all
...]
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.h
41
class
ScopedTooltipDisabler
;
623
scoped_ptr<aura::client::
ScopedTooltipDisabler
> tooltip_disabler_;
render_widget_host_view_aura.cc
[
all
...]
Completed in 431 milliseconds