HomeSort by relevance Sort by last modified time
    Searched refs:resultNode (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
user_event_detail.js 23 * resultNode is added to the event. If this node exists, then ChromeVox will
46 * resultNode: (undefined|Node),
55 * resultNode: The result of the action if it has been performed and there is a
109 this.resultNode = null;
110 if (detailObj.resultNode &&
111 cvox.DomUtil.isAttachedToDocument(detailObj.resultNode)) {
112 this.resultNode = detailObj.resultNode;
user_commands.js 326 var resultNode = cmdStruct.resultNode || null;
329 if (resultNode) {
331 resultNode, true);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.cpp     [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
xslt.c     [all...]
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromePageScript.js 53 cvox.UserEventDetail.Status.FAILURE}this.resultNode=null;a.resultNode&&cvox.DomUtil.isAttachedToDocument(a.resultNode)&&(this.resultNode=a.resultNode)};cvox.UserEventDetail.Category={JUMP:"ATJumpEvent",CUSTOM:"ATCustomEvent"};cvox.UserEventDetail.Status={PENDING:"PENDING",SUCCESS:"SUCCESS",FAILURE:"FAILURE"};cvox.UserEventDetail.JUMP_COMMANDS="nextCheckbox previousCheckbox nextRadio previousRadio nextSlider previousSlider nextGraphic previousGraphic nextButton previousButton nextComboBox previousComboBox nextEditText previousEditText nextHeading previousHeading nextHeading1 previousHeading1 nextHeading2 previousHeading2 nextHeading3 previousHeading3 nextHeading4 previousHeading4 nextHeading5 previousHeading5 nextHeading6 previousHeading6 nextLink previousLink nextMath previousMath nextTable previousTable nextList previousList nextListItem previousListItem nextFormField previousFormField nextLandmark previousLandmark nextSection previousSection nextControl previousControl".split(" ");
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 159 milliseconds