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

Side by Side Diff: ui/events/events_stub.cc

Issue 1136503003: Consolidate ui/events/keycodes/dom[34]/ into .../dom/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 7 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
« no previous file with comments | « ui/events/events.gyp ('k') | ui/events/keycodes/dom/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 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 #include "base/logging.h" 5 #include "base/logging.h"
6 #include "base/time/time.h" 6 #include "base/time/time.h"
7 #include "build/build_config.h" 7 #include "build/build_config.h"
8 #include "ui/events/event_utils.h" 8 #include "ui/events/event_utils.h"
9 #include "ui/events/keycodes/dom3/dom_code.h" 9 #include "ui/events/keycodes/dom/dom_code.h"
10 #include "ui/gfx/geometry/point.h" 10 #include "ui/gfx/geometry/point.h"
11 #include "ui/gfx/geometry/vector2d.h" 11 #include "ui/gfx/geometry/vector2d.h"
12 12
13 namespace ui { 13 namespace ui {
14 14
15 // Stub implementations of platform-specific methods in events_util.h, built 15 // Stub implementations of platform-specific methods in events_util.h, built
16 // on platforms that currently do not have a complete implementation of events. 16 // on platforms that currently do not have a complete implementation of events.
17 17
18 void UpdateDeviceList() { 18 void UpdateDeviceList() {
19 NOTIMPLEMENTED(); 19 NOTIMPLEMENTED();
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 return 0; 149 return 0;
150 } 150 }
151 151
152 uint16 UnmodifiedTextFromNative(const base::NativeEvent& native_event) { 152 uint16 UnmodifiedTextFromNative(const base::NativeEvent& native_event) {
153 NOTIMPLEMENTED(); 153 NOTIMPLEMENTED();
154 return 0; 154 return 0;
155 } 155 }
156 156
157 157
158 } // namespace ui 158 } // namespace ui
OLDNEW
« no previous file with comments | « ui/events/events.gyp ('k') | ui/events/keycodes/dom/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698