Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: ash/common/test/test_palette_delegate.h

Issue 2239743004: Palette tool laser prototype. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@patch
Patch Set: Rebased. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef ASH_COMMON_TEST_TEST_PALETTE_DELEGATE_H_ 5 #ifndef ASH_COMMON_TEST_TEST_PALETTE_DELEGATE_H_
6 #define ASH_COMMON_TEST_TEST_PALETTE_DELEGATE_H_ 6 #define ASH_COMMON_TEST_TEST_PALETTE_DELEGATE_H_
7 7
8 #include "ash/common/palette_delegate.h" 8 #include "ash/common/palette_delegate.h"
9 #include "base/macros.h" 9 #include "base/macros.h"
10 10
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 const EnableListener& on_state_changed) override; 44 const EnableListener& on_state_changed) override;
45 void CreateNote() override; 45 void CreateNote() override;
46 bool HasNoteApp() override; 46 bool HasNoteApp() override;
47 void SetPartialMagnifierState(bool enabled) override; 47 void SetPartialMagnifierState(bool enabled) override;
48 void SetStylusStateChangedCallback( 48 void SetStylusStateChangedCallback(
49 const OnStylusStateChangedCallback& on_stylus_state_changed) override; 49 const OnStylusStateChangedCallback& on_stylus_state_changed) override;
50 bool ShouldAutoOpenPalette() override; 50 bool ShouldAutoOpenPalette() override;
51 bool ShouldShowPalette() override; 51 bool ShouldShowPalette() override;
52 void TakeScreenshot() override; 52 void TakeScreenshot() override;
53 void TakePartialScreenshot() override; 53 void TakePartialScreenshot() override;
54 void OnLaserPointerEnabled() override;
55 void OnLaserPointerDisabled() override;
54 56
55 int create_note_count_ = 0; 57 int create_note_count_ = 0;
56 int has_note_app_count_ = 0; 58 int has_note_app_count_ = 0;
57 bool partial_magnifier_state_ = false; 59 bool partial_magnifier_state_ = false;
58 int take_screenshot_count_ = 0; 60 int take_screenshot_count_ = 0;
59 int take_partial_screenshot_count_ = 0; 61 int take_partial_screenshot_count_ = 0;
60 bool has_note_app_ = false; 62 bool has_note_app_ = false;
61 bool should_auto_open_palette_ = false; 63 bool should_auto_open_palette_ = false;
62 bool should_show_palette_ = false; 64 bool should_show_palette_ = false;
63 65
64 DISALLOW_COPY_AND_ASSIGN(TestPaletteDelegate); 66 DISALLOW_COPY_AND_ASSIGN(TestPaletteDelegate);
65 }; 67 };
66 68
67 } // namespace ash 69 } // namespace ash
68 70
69 #endif // ASH_COMMON_TEST_TEST_PALETTE_DELEGATE_H_ 71 #endif // ASH_COMMON_TEST_TEST_PALETTE_DELEGATE_H_
OLDNEW
« no previous file with comments | « ash/common/system/chromeos/palette/tools/laser_pointer_view.cc ('k') | ash/common/test/test_palette_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698