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

Side by Side Diff: Source/platform/KeyCodeConversionAndroid.cpp

Issue 111403004: Move remaining KeyCode files to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years 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 | Annotate | Revision Log
« no previous file with comments | « Source/platform/KeyCodeConversion.h ('k') | Source/platform/KeyCodeConversionGtk.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright 2007, The Android Open Source Project 2 * Copyright 2007, The Android Open Source Project
3 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved. 3 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.
4 * Copyright (C) 2006 Michael Emmel mike.emmel@gmail.com 4 * Copyright (C) 2006 Michael Emmel mike.emmel@gmail.com
5 * Copyright (C) 2007 Holger Hans Peter Freyther 5 * Copyright (C) 2007 Holger Hans Peter Freyther
6 * Copyright (C) 2008 Collabora, Ltd. All rights reserved. 6 * Copyright (C) 2008 Collabora, Ltd. All rights reserved.
7 * All rights reserved. 7 * All rights reserved.
8 * 8 *
9 * Redistribution and use in source and binary forms, with or without 9 * Redistribution and use in source and binary forms, with or without
10 * modification, are permitted provided that the following conditions 10 * modification, are permitted provided that the following conditions
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 case AKEYCODE_CHANNEL_UP: 320 case AKEYCODE_CHANNEL_UP:
321 return VKEY_PRIOR; 321 return VKEY_PRIOR;
322 case AKEYCODE_CHANNEL_DOWN: 322 case AKEYCODE_CHANNEL_DOWN:
323 return VKEY_NEXT; 323 return VKEY_NEXT;
324 default: 324 default:
325 return 0; 325 return 0;
326 } 326 }
327 } 327 }
328 328
329 } // namespace WebCore 329 } // namespace WebCore
OLDNEW
« no previous file with comments | « Source/platform/KeyCodeConversion.h ('k') | Source/platform/KeyCodeConversionGtk.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698