Searched defs:xhr (Results 1 – 7 of 7) sorted by relevance
/external/webkit/WebCore/manual-tests/inspector-wrappers/ |
D | inspector-wrappers-test-utils.js | 16 function xhr(win) { function
|
/external/webkit/WebCore/bindings/js/ |
D | JSEventTarget.cpp | 84 if (XMLHttpRequest* xhr = target->toXMLHttpRequest()) in toJS() local
|
/external/webkit/WebCore/bindings/v8/ |
D | WorkerContextExecutionProxy.cpp | 289 XMLHttpRequest* xhr = target->toXMLHttpRequest(); in convertEventTargetToV8Object() local
|
/external/webkit/SunSpider/tests/parse-only/ |
D | jquery-1.3.2.js | 3670 handleError: function( s, xhr, status, e ) { argument 3683 httpSuccess: function( xhr ) { argument 3693 httpNotModified: function( xhr, url ) { argument 3703 httpData: function( xhr, type, s ) { argument
|
D | concat-jquery-mootools-prototype.js | 3670 handleError: function( s, xhr, status, e ) { argument 3683 httpSuccess: function( xhr ) { argument 3693 httpNotModified: function( xhr, url ) { argument 3703 httpData: function( xhr, type, s ) { argument
|
/external/webkit/WebCore/inspector/front-end/ |
D | ResourcesPanel.js | 1007 …b: 119}, images: {r: 164, g: 60, b: 255}, scripts: {r: 255, g: 121, b: 0}, xhr: {r: 231, g: 231, b… property
|
D | inspector.js | 365 xhr: new WebInspector.ResourceCategory(WebInspector.UIString("XHR"), "xhr"), property
|