| OLD | NEW | 
|---|
| 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  Loading... | 
| 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 | 
| OLD | NEW | 
|---|