Searched refs:DisplayChangeNotifier (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/gfx/
H A Ddisplay_change_notifier.h18 // DisplayChangeNotifier is a class implementing the handling of DisplayObserver
20 class GFX_EXPORT DisplayChangeNotifier { class in namespace:gfx
22 DisplayChangeNotifier();
23 ~DisplayChangeNotifier();
37 DISALLOW_COPY_AND_ASSIGN(DisplayChangeNotifier);
H A Ddisplay_change_notifier.cc30 DisplayChangeNotifier::DisplayChangeNotifier() { function in class:gfx::DisplayChangeNotifier
33 DisplayChangeNotifier::~DisplayChangeNotifier() {
36 void DisplayChangeNotifier::AddObserver(DisplayObserver* obs) {
40 void DisplayChangeNotifier::RemoveObserver(DisplayObserver* obs) {
44 void DisplayChangeNotifier::NotifyDisplaysChanged(
H A Ddisplay_change_notifier_unittest.cc64 DisplayChangeNotifier change_notifier;
78 DisplayChangeNotifier change_notifier;
84 TEST(DisplayChangeNotifier, RemoveObserver_Smoke) {
85 DisplayChangeNotifier change_notifier;
101 DisplayChangeNotifier change_notifier;
108 DisplayChangeNotifier change_notifier;
116 DisplayChangeNotifier change_notifier;
200 DisplayChangeNotifier change_notifier;
284 DisplayChangeNotifier change_notifier;
347 DisplayChangeNotifier change_notifie
[all...]
H A Dscreen_win.h55 gfx::DisplayChangeNotifier change_notifier_;
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_screen_x11.h85 gfx::DisplayChangeNotifier change_notifier_;

Completed in 127 milliseconds