HomeSort by relevance Sort by last modified time
    Searched refs:responseReceived (Results 1 - 25 of 29) sorted by null

1 2

  /external/smack/src/com/kenai/jbosh/
BOSHClientResponseListener.java 35 void responseReceived(BOSHMessageEvent event);
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
RawResource.h 54 virtual void responseReceived(const ResourceResponse&) OVERRIDE;
79 virtual void responseReceived(Resource*, const ResourceResponse&) { }
RawResource.cpp 71 client->responseReceived(this, m_response);
100 void RawResource::responseReceived(const ResourceResponse& response)
103 Resource::responseReceived(response);
106 c->responseReceived(this, m_response);
ImageResourceTest.cpp 62 cachedImage->responseReceived(ResourceResponse(KURL(), "multipart/x-mixed-replace", 0, nullAtom, String()));
71 cachedImage->responseReceived(ResourceResponse(KURL(), "image/svg+xml", svgDataLength, nullAtom, String()));
144 cachedImage->responseReceived(ResourceResponse(KURL(), "multipart/x-mixed-replace", 0, nullAtom, String()));
170 cachedImage->responseReceived(ResourceResponse(KURL(), "image/jpeg", jpegDataLength, nullAtom, String()));
ImageResource.h 93 virtual void responseReceived(const ResourceResponse&) OVERRIDE;
RawResourceTest.cpp 83 newResource->responseReceived(response);
ImageResource.cpp 401 void ImageResource::responseReceived(const ResourceResponse& response)
414 Resource::responseReceived(response);
Resource.h 176 virtual void responseReceived(const ResourceResponse&);
ResourceLoader.cpp 357 m_resource->responseReceived(resourceResponse);
ResourceFetcher.cpp 160 resource->responseReceived(response);
396 resource->responseReceived(response);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/imports/
HTMLImportLoader.h 107 virtual void responseReceived(Resource*, const ResourceResponse&) OVERRIDE;
HTMLImportLoader.cpp 82 void HTMLImportLoader::responseReceived(Resource* resource, const ResourceResponse& response)
  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentThreadableLoader.h 74 virtual void responseReceived(Resource*, const ResourceResponse&) OVERRIDE;
DocumentLoader.h 169 virtual void responseReceived(Resource*, const ResourceResponse&) OVERRIDE FINAL;
DocumentLoader.cpp 434 void DocumentLoader::responseReceived(Resource* resource, const ResourceResponse& response)
661 cachedResource->responseReceived(archiveResource->response());
DocumentThreadableLoader.cpp 272 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") {
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
NetworkResourcesData.h 156 void responseReceived(const String& requestId, const String& frameId, const ResourceResponse&);
NetworkResourcesData.cpp 177 void NetworkResourcesData::responseReceived(const String& requestId, const String& frameId, const ResourceResponse& response)
InspectorResourceAgent.cpp 385 m_resourcesData->responseReceived(requestId, m_pageAgent->frameId(loader->frame()), response);
389 m_frontend->responseReceived(requestId, m_pageAgent->frameId(loader->frame()), m_pageAgent->loaderId(loader), currentTime(), InspectorPageAgent::resourceTypeJson(type), resourceResponse);
    [all...]
  /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...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkMonitor.java 646 * @param responseReceived - whether or not we received a valid HTTP response to our request.
652 private void sendNetworkConditionsBroadcast(boolean responseReceived, boolean isCaptivePortal,
717 latencyBroadcast.putExtra(EXTRA_RESPONSE_RECEIVED, responseReceived);
720 if (responseReceived) {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
NetworkManager.js 266 this.responseReceived(requestId, frameId, loaderId, time, PageAgent.ResourceType.Other, redirectResponse);
297 responseReceived: function(requestId, frameId, loaderId, time, resourceType, response)

Completed in 618 milliseconds

1 2