OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TooltipAura
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/corewm/
tooltip_aura.h
24
class VIEWS_EXPORT
TooltipAura
: public Tooltip, public WidgetObserver {
26
explicit
TooltipAura
(gfx::ScreenType screen_type);
27
virtual ~
TooltipAura
();
74
DISALLOW_COPY_AND_ASSIGN(
TooltipAura
);
tooltip_aura.cc
50
TooltipAura
::
TooltipAura
(gfx::ScreenType screen_type)
64
TooltipAura
::~
TooltipAura
() {
69
void
TooltipAura
::TrimTooltipToFit(const gfx::FontList& font_list,
144
int
TooltipAura
::GetMaxWidth(const gfx::Point& location) const {
152
void
TooltipAura
::SetTooltipBounds(const gfx::Point& mouse_pos,
175
void
TooltipAura
::DestroyWidget() {
183
void
TooltipAura
::SetText(aura::Window* window,
214
void
TooltipAura
::Show()
[
all
...]
Completed in 32 milliseconds