OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TransparentActivateWindowButton
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/wm/overview/
transparent_activate_window_button.h
15
class
TransparentActivateWindowButton
: public views::ButtonListener {
17
explicit
TransparentActivateWindowButton
(aura::Window* activate_window);
18
virtual ~
TransparentActivateWindowButton
();
38
DISALLOW_COPY_AND_ASSIGN(
TransparentActivateWindowButton
);
transparent_activate_window_button.cc
52
TransparentActivateWindowButton
::
TransparentActivateWindowButton
(
61
void
TransparentActivateWindowButton
::SetBounds(const gfx::Rect& bounds) {
65
void
TransparentActivateWindowButton
::SendFocusAlert() const {
70
TransparentActivateWindowButton
::~
TransparentActivateWindowButton
() {
73
void
TransparentActivateWindowButton
::ButtonPressed(views::Button* sender,
Completed in 203 milliseconds