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

Side by Side Diff: chrome/common/extensions/api/experimental_input_virtual_keyboard.json

Issue 17568003: DOCS ONLY. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1541/src/
Patch Set: Created 7 years, 6 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 [ 5 [
6 { 6 {
7 "namespace": "experimental.input.virtualKeyboard", 7 "namespace": "experimental.input.virtualKeyboard",
8 "nodoc": true, 8 "description": "none",
9 "types": [],
10 "functions": [ 9 "functions": [
11 { 10 {
12 "name": "sendKeyboardEvent", 11 "name": "sendKeyboardEvent",
13 "type": "function", 12 "type": "function",
14 "description": "Sends a keyboard event to Chrome.", 13 "description": "Sends a keyboard event to Chrome.",
15 "parameters": [ 14 "parameters": [
16 { "type": "object", 15 { "type": "object",
17 "name": "event", 16 "name": "event",
18 "properties": { 17 "properties": {
19 "type": { 18 "type": {
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 "name": "callback", 50 "name": "callback",
52 "optional": true, 51 "optional": true,
53 "description": "This function is called when the event processing is completed.", 52 "description": "This function is called when the event processing is completed.",
54 "parameters": [] 53 "parameters": []
55 } 54 }
56 ] 55 ]
57 } 56 }
58 ] 57 ]
59 } 58 }
60 ] 59 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/experimental_infobars.json ('k') | chrome/common/extensions/api/experimental_media_galleries.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698