Home
last modified time | relevance | path

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

/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
DLeaksLoader.js45 getResource(url, function(xhr) { argument
53 getResource(url, function(xhr) { argument
DRecentBuildsLoader.js35 getResource(url, function(xhr) { argument
/external/webkit/Source/WebCore/manual-tests/inspector-wrappers/
Dinspector-wrappers-test-utils.js16 function xhr(win) { function
/external/chromium/chrome/browser/resources/picasaweb_uploader/js/
Dpicasa_client.js165 function xhrCallback(xhr) { argument
259 this.sendRequest('GET', url + '?alt=json', headers, null, function(xhr) { argument
279 return this.sendRequest('POST', url, headers, body, function(xhr) { argument
/external/webkit/Source/WebCore/bindings/js/
DJSEventTarget.cpp129 if (XMLHttpRequest* xhr = target->toXMLHttpRequest()) in toJS() local
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
Dchrome_ex_oauth.js154 ChromeExOAuth.sendRequest(method, signedUrl, headers, body, function (xhr) { argument
511 ChromeExOAuth.prototype.onRequestToken = function(callback, xhr) { argument
577 ChromeExOAuth.prototype.onAccessToken = function(callback, xhr) { argument
/external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
Dchrome_ex_oauth.js154 ChromeExOAuth.sendRequest(method, signedUrl, headers, body, function (xhr) { argument
511 ChromeExOAuth.prototype.onRequestToken = function(callback, xhr) { argument
577 ChromeExOAuth.prototype.onAccessToken = function(callback, xhr) { argument
/external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
Dchrome_ex_oauth.js154 ChromeExOAuth.sendRequest(method, signedUrl, headers, body, function (xhr) { argument
511 ChromeExOAuth.prototype.onRequestToken = function(callback, xhr) { argument
577 ChromeExOAuth.prototype.onAccessToken = function(callback, xhr) { argument
/external/webkit/Source/WebCore/bindings/cpp/
DWebDOMEventTarget.cpp145 if (WebCore::XMLHttpRequest* xhr = value->toXMLHttpRequest()) in toWebKit() local
/external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
Dbackground.js354 CalendarManager.genResponseChangeFunc = function(xhr) { argument
/external/webkit/Source/WebCore/inspector/
DInspectorResourceAgent.cpp86 static const char xhr[] = "XHR"; variable
/external/webkit/PerformanceTests/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/Source/WebCore/inspector/front-end/
Dinspector.js445xhr: new WebInspector.ResourceCategory("xhr", WebInspector.UIString("XHR"), "rgb(231,231,10)"), property