HomeSort by relevance Sort by last modified time
    Searched defs:sendEnd (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/network/
ResourceLoadTiming.h 53 timing->sendEnd = sendEnd;
70 && sendEnd == other.sendEnd
89 int sendEnd;
104 , sendEnd(0)
  /external/webkit/Source/WebKit/chromium/src/
WebURLLoadTiming.cpp 136 int WebURLLoadTiming::sendEnd() const
138 return m_private->sendEnd;
143 m_private->sendEnd = end;
  /frameworks/base/core/java/com/android/internal/http/multipart/
Part.java 292 protected void sendEnd(OutputStream out) throws IOException {
293 LOG.trace("enter sendEnd(OutputStream out)");
313 sendEnd(out);
336 sendEnd(overhead);

Completed in 411 milliseconds