Home
last modified time | relevance | path

Searched defs:xhr (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebCore/manual-tests/inspector-wrappers/
Dinspector-wrappers-test-utils.js16 function xhr(win) { function
/external/webkit/WebCore/bindings/js/
DJSEventTarget.cpp84 if (XMLHttpRequest* xhr = target->toXMLHttpRequest()) in toJS() local
/external/webkit/WebCore/bindings/v8/
DWorkerContextExecutionProxy.cpp289 XMLHttpRequest* xhr = target->toXMLHttpRequest(); in convertEventTargetToV8Object() local
/external/webkit/SunSpider/tests/parse-only/
Djquery-1.3.2.js3670 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
Dconcat-jquery-mootools-prototype.js3670 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/
DResourcesPanel.js1007 …b: 119}, images: {r: 164, g: 60, b: 255}, scripts: {r: 255, g: 121, b: 0}, xhr: {r: 231, g: 231, b… property
Dinspector.js365 xhr: new WebInspector.ResourceCategory(WebInspector.UIString("XHR"), "xhr"), property