/external/smack/src/com/kenai/jbosh/ |
BOSHClientResponseListener.java | 35 void responseReceived(BOSHMessageEvent event);
|
BOSHClient.java | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/loader/cache/ |
RawResource.h | 55 virtual void responseReceived(const ResourceResponse&); 82 virtual void responseReceived(Resource*, const ResourceResponse&) { }
|
RawResource.cpp | 72 client->responseReceived(this, m_response); 94 void RawResource::responseReceived(const ResourceResponse& response) 97 Resource::responseReceived(response); 100 c->responseReceived(this, m_response);
|
ImageResourceTest.cpp | 78 cachedImage->responseReceived(ResourceResponse(KURL(), "multipart/x-mixed-replace", 0, String(), String())); 87 cachedImage->responseReceived(ResourceResponse(KURL(), "image/svg+xml", svgDataLength, String(), String()));
|
ImageResource.h | 80 virtual void responseReceived(const ResourceResponse&);
|
ImageResource.cpp | 372 void ImageResource::responseReceived(const ResourceResponse& response) 378 Resource::responseReceived(response);
|
Resource.h | 187 virtual void responseReceived(const ResourceResponse&);
|
Resource.cpp | 301 void Resource::responseReceived(const ResourceResponse& response)
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLImportLoader.h | 78 virtual void responseReceived(Resource*, const ResourceResponse&) OVERRIDE;
|
HTMLImportLoader.cpp | 61 void HTMLImportLoader::responseReceived(Resource*, const ResourceResponse& response)
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
DocumentThreadableLoader.h | 82 virtual void responseReceived(Resource*, const ResourceResponse&);
|
DocumentLoader.h | 202 virtual void responseReceived(Resource*, const ResourceResponse&) OVERRIDE;
|
ResourceLoader.cpp | 291 m_resource->responseReceived(response.toResourceResponse());
|
DocumentLoader.cpp | 378 responseReceived(0, response); 527 void DocumentLoader::responseReceived(Resource* resource, const ResourceResponse& response) 799 cachedResource->responseReceived(archiveResource->response()); [all...] |
DocumentThreadableLoader.cpp | 268 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 | 173 void NetworkResourcesData::responseReceived(const String& requestId, const String& frameId, const ResourceResponse& response)
|
InspectorResourceAgent.cpp | 351 m_resourcesData->responseReceived(requestId, m_pageAgent->frameId(loader->frame()), response); 353 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 | 272 this.responseReceived(requestId, frameId, loaderId, time, PageAgent.ResourceType.Other, redirectResponse); 303 responseReceived: function(requestId, frameId, loaderId, time, resourceType, response)
|