Searched refs:contextID (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/examples/api/input.ime/basic/
H A Dmain.js12 console.log('onFocus:' + context.contextID);
13 context_id = context.contextID;
15 ime_api.onBlur.addListener(function(contextID) {
16 console.log('onBlur:' + contextID);
31 chrome.input.ime.commitText({"contextID": context_id,
/external/chromium_org/chrome/browser/resources/chromeos/braille_ime/
H A Dbraille_ime.js32 * {type: 'replaceText', contextID: number, deleteBefore: number,
35 * and inserts {@code newText}. {@code contextID} identifies the text field
193 * @param {number} contextID Input field context ID.
196 onBlur_: function(contextID) {
197 this.log_('onBlur', contextID + '');
350 * @type {{contextID: number, deleteBefore: number,
354 this.replaceText_(message.contextID, message.deleteBefore,
411 * @param {number} contextID Context for the input field to replace the
417 replaceText_: function(contextID, deleteBefore, toInsert) {
420 {contextID
[all...]
H A Dexterns.js32 * 'contextID' (number) and 'text' (string) keys.
39 * 'contextID' (number) and 'text' (string) keys.
162 InputContext.prototype.contextID;
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
H A Dbraille_input_handler.js38 * @type {{contextID: number, type: string}?}
341 contextID: this.inputContext_.contextID,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dglxapi.h133 GLXContext (*ImportContextEXT)(Display *dpy, GLXContextID contextID);
H A Drealglx.h210 _real_glXImportContextEXT(Display *dpy, GLXContextID contextID);
H A Dglxapi.c738 glXImportContextEXT(Display *dpy, GLXContextID contextID) argument
744 return (t->ImportContextEXT)(dpy, contextID);
H A Dfakeglx.c2495 Fake_glXImportContextEXT(Display *dpy, GLXContextID contextID) argument
2498 (void) contextID;
/external/mesa3d/src/mesa/drivers/x11/
H A Dglxapi.h133 GLXContext (*ImportContextEXT)(Display *dpy, GLXContextID contextID);
H A Drealglx.h210 _real_glXImportContextEXT(Display *dpy, GLXContextID contextID);
H A Dglxapi.c738 glXImportContextEXT(Display *dpy, GLXContextID contextID) argument
744 return (t->ImportContextEXT)(dpy, contextID);
H A Dfakeglx.c2495 Fake_glXImportContextEXT(Display *dpy, GLXContextID contextID) argument
2498 (void) contextID;
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxcmds.c572 * \param contextID ID of the context to be tested.
577 __glXIsDirect(Display * dpy, GLXContextID contextID) argument
595 (c, contextID),
614 req->context = contextID;
1418 glXImportContextEXT(Display *dpy, GLXContextID contextID) argument
1441 * "If <contextID> does not refer to a valid context, then a BadContext
1442 * error is generated; if <contextID> refers to direct rendering
1446 * If contextID is None, generate BadContext on the client-side. Other
1450 if (contextID == None) {
1451 __glXSendError(dpy, GLXBadContext, contextID, X_GLXIsDirec
[all...]
/external/mesa3d/src/glx/
H A Dglxcmds.c572 * \param contextID ID of the context to be tested.
577 __glXIsDirect(Display * dpy, GLXContextID contextID) argument
595 (c, contextID),
614 req->context = contextID;
1418 glXImportContextEXT(Display *dpy, GLXContextID contextID) argument
1441 * "If <contextID> does not refer to a valid context, then a BadContext
1442 * error is generated; if <contextID> refers to direct rendering
1446 * If contextID is None, generate BadContext on the client-side. Other
1450 if (contextID == None) {
1451 __glXSendError(dpy, GLXBadContext, contextID, X_GLXIsDirec
[all...]
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dglxext.h669 extern GLXContext glXImportContextEXT (Display *dpy, GLXContextID contextID);
675 typedef GLXContext ( * PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID);
/external/mesa3d/include/GL/
H A Dglxext.h669 extern GLXContext glXImportContextEXT (Display *dpy, GLXContextID contextID);
675 typedef GLXContext ( * PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c2290 glXImportContextEXT(Display *dpy, GLXContextID contextID) argument
2293 (void) contextID;
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c2290 glXImportContextEXT(Display *dpy, GLXContextID contextID) argument
2293 (void) contextID;
/external/chromium_org/third_party/closure_compiler/externs/
H A Dchrome_extensions.js3141 * 'contextID' (number) key.
3149 * 'contextID' (number) and 'text' (string) keys.
3157 * 'contextID' (number) and 'text' (string) keys.
3175 * parameters An object with 'contextID' (number) and 'candidates'
3184 * parameters An object with 'contextID' (number), 'text' (string),
3194 * 'contextID' (number) and 'candidateID' (number) keys.
5135 InputContext.prototype.contextID;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1191 milliseconds