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
100
// ShelfLayoutManager::
AutoHideEventFilter
-------------------------------------
103
class ShelfLayoutManager::
AutoHideEventFilter
: public ui::EventHandler {
105
explicit
AutoHideEventFilter
(ShelfLayoutManager* shelf);
106
virtual ~
AutoHideEventFilter
();
119
DISALLOW_COPY_AND_ASSIGN(
AutoHideEventFilter
);
122
ShelfLayoutManager::
AutoHideEventFilter
::
AutoHideEventFilter
(
129
ShelfLayoutManager::
AutoHideEventFilter
::~
AutoHideEventFilter
() {
133
void ShelfLayoutManager::
AutoHideEventFilter
::OnMouseEvent
[
all
...]
shelf_layout_manager.h
219
class
AutoHideEventFilter
;
360
scoped_ptr<
AutoHideEventFilter
> auto_hide_event_filter_;
Completed in 83 milliseconds