OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AutoHideEventFilter
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/shelf/
shelf_layout_manager.cc
108
// ShelfLayoutManager::
AutoHideEventFilter
-------------------------------------
111
class ShelfLayoutManager::
AutoHideEventFilter
: public ui::EventHandler {
113
explicit
AutoHideEventFilter
(ShelfLayoutManager* shelf);
114
virtual ~
AutoHideEventFilter
();
127
DISALLOW_COPY_AND_ASSIGN(
AutoHideEventFilter
);
130
ShelfLayoutManager::
AutoHideEventFilter
::
AutoHideEventFilter
(
137
ShelfLayoutManager::
AutoHideEventFilter
::~
AutoHideEventFilter
() {
141
void ShelfLayoutManager::
AutoHideEventFilter
::OnMouseEvent
[
all
...]
shelf_layout_manager.h
209
class
AutoHideEventFilter
;
349
scoped_ptr<
AutoHideEventFilter
> auto_hide_event_filter_;
Completed in 65 milliseconds