/external/smack/src/com/kenai/jbosh/ |
BOSHClientResponseListener.java | 35 void responseReceived(BOSHMessageEvent event);
|
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
RawResource.h | 57 virtual void responseReceived(const ResourceResponse&); 96 virtual void responseReceived(Resource*, const ResourceResponse&) { }
|
RawResource.cpp | 71 client->responseReceived(this, m_response); 93 void RawResource::responseReceived(const ResourceResponse& response) 96 Resource::responseReceived(response); 99 c->responseReceived(this, m_response);
|
ImageResourceTest.cpp | 61 cachedImage->responseReceived(ResourceResponse(KURL(), "multipart/x-mixed-replace", 0, String(), String())); 70 cachedImage->responseReceived(ResourceResponse(KURL(), "image/svg+xml", svgDataLength, String(), String()));
|
RawResourceTest.cpp | 83 newResource->responseReceived(response);
|
ImageResource.h | 92 virtual void responseReceived(const ResourceResponse&);
|
ImageResource.cpp | 377 void ImageResource::responseReceived(const ResourceResponse& response) 390 Resource::responseReceived(response);
|
Resource.h | 188 virtual void responseReceived(const ResourceResponse&);
|
ResourceLoader.cpp | 308 m_resource->responseReceived(response.toResourceResponse());
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLImportChild.h | 80 virtual void responseReceived(Resource*, const ResourceResponse&) OVERRIDE { }
|
HTMLImportLoader.h | 80 virtual void responseReceived(Resource*, const ResourceResponse&) OVERRIDE;
|
HTMLImportLoader.cpp | 70 void HTMLImportLoader::responseReceived(Resource* resource, const ResourceResponse& response)
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
DocumentThreadableLoader.h | 81 virtual void responseReceived(Resource*, const ResourceResponse&);
|
DocumentLoader.h | 195 virtual void responseReceived(Resource*, const ResourceResponse&) OVERRIDE;
|
DocumentLoader.cpp | 349 responseReceived(0, response); 499 void DocumentLoader::responseReceived(Resource* resource, const ResourceResponse& response) 761 cachedResource->responseReceived(archiveResource->response()); [all...] |
DocumentThreadableLoader.cpp | 260 void DocumentThreadableLoader::responseReceived(Resource* resource, const ResourceResponse& response)
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/live-headers/ |
headers.js | 41 } else if (message == "Network.responseReceived") {
|
/frameworks/base/core/java/android/net/ |
CaptivePortalTracker.java | 440 * @param responseReceived - whether or not we received a valid HTTP response to our request. 443 private void sendNetworkConditionsBroadcast(boolean responseReceived, boolean isCaptivePortal, 500 latencyBroadcast.putExtra(EXTRA_RESPONSE_RECEIVED, responseReceived); 503 if (responseReceived) {
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
NetworkResourcesData.h | 152 void responseReceived(const String& requestId, const String& frameId, const ResourceResponse&);
|
NetworkResourcesData.cpp | 172 void NetworkResourcesData::responseReceived(const String& requestId, const String& frameId, const ResourceResponse& response)
|
InspectorResourceAgent.cpp | 363 m_resourcesData->responseReceived(requestId, m_pageAgent->frameId(loader->frame()), response); 365 m_frontend->responseReceived(requestId, m_pageAgent->frameId(loader->frame()), m_pageAgent->loaderId(loader), currentTime(), InspectorPageAgent::resourceTypeJson(type), resourceResponse);
|
/external/smack/src/org/jivesoftware/smack/ |
BOSHPacketReader.java | 63 public void responseReceived(BOSHMessageEvent event) {
|
BOSHConnection.java | 617 public void responseReceived(BOSHMessageEvent event) {
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPTransactionStack.java | [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
NetworkManager.js | 261 this.responseReceived(requestId, frameId, loaderId, time, PageAgent.ResourceType.Other, redirectResponse); 292 responseReceived: function(requestId, frameId, loaderId, time, resourceType, response)
|