OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestPanelMouseWatcher
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/panels/
test_panel_mouse_watcher.cc
9
TestPanelMouseWatcher
::
TestPanelMouseWatcher
()
13
TestPanelMouseWatcher
::~
TestPanelMouseWatcher
() {
17
void
TestPanelMouseWatcher
::Start() {
22
void
TestPanelMouseWatcher
::Stop() {
27
bool
TestPanelMouseWatcher
::IsActive() const {
31
void
TestPanelMouseWatcher
::NotifyMouseMovement(
37
gfx::Point
TestPanelMouseWatcher
::GetMousePosition() const {
test_panel_mouse_watcher.h
13
class
TestPanelMouseWatcher
: public PanelMouseWatcher {
15
TestPanelMouseWatcher
();
16
virtual ~
TestPanelMouseWatcher
();
28
DISALLOW_COPY_AND_ASSIGN(
TestPanelMouseWatcher
);
Completed in 38 milliseconds