Searched refs:keepAlive (Results 1 - 21 of 21) sorted by relevance

/external/apache-http/src/org/apache/http/
H A DConnectionReuseStrategy.java73 boolean keepAlive(HttpResponse response, HttpContext context); method in interface:ConnectionReuseStrategy
/external/apache-http/src/org/apache/http/impl/
H A DNoConnectionReuseStrategy.java54 public boolean keepAlive(final HttpResponse response, final HttpContext context) { method in class:NoConnectionReuseStrategy
H A DDefaultConnectionReuseStrategy.java78 public boolean keepAlive(final HttpResponse response, method in class:DefaultConnectionReuseStrategy
/external/webkit/Source/WebCore/plugins/
H A DPluginViewNone.cpp148 void PluginView::keepAlive(NPP) function in class:WebCore::PluginView
H A DPluginView.h276 static void keepAlive(NPP);
278 void keepAlive();
H A DPluginView.cpp1394 void PluginView::keepAlive() function in class:WebCore::PluginView
1404 void PluginView::keepAlive(NPP instance) function in class:WebCore::PluginView
1410 view->keepAlive();
/external/okhttp/src/main/java/com/squareup/okhttp/
H A DConnectionPool.java26 * <li>{@code http.keepAlive} true if HTTP and SPDY connections should be
47 String keepAlive = System.getProperty("http.keepAlive");
52 if (keepAlive != null && !Boolean.parseBoolean(keepAlive)) {
/external/webkit/Source/WebCore/bindings/js/
H A DJSDOMWindowBase.cpp90 frame->keepAlive();
H A DScriptController.cpp149 m_frame->keepAlive();
/external/apache-http/src/org/apache/http/protocol/
H A DHttpService.java212 if (!this.connStrategy.keepAlive(response, context)) {
/external/webkit/Source/WebCore/page/
H A DFrame.h155 void keepAlive(); // Used to keep the frame alive when running a script that might destroy it.
H A DFrame.cpp571 void Frame::keepAlive() function in class:WebCore::Frame
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptController.cpp239 m_frame->keepAlive();
H A DV8Proxy.cpp414 m_frame->keepAlive();
463 // Frame::keepAlive method adds the ref count of the frame and sets a
466 m_frame->keepAlive();
514 m_frame->keepAlive();
/external/apache-http/src/org/apache/http/impl/client/
H A DDefaultRequestDirector.java468 reuse = reuseStrategy.keepAlive(response, context);
769 if (this.reuseStrategy.keepAlive(response, context)) {
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
H A DDefaultRequestDirector.java509 reuse = reuseStrategy.keepAlive(response, context);
797 if (this.reuseStrategy.keepAlive(response, context)) {
/external/webkit/Source/WebCore/platform/chromium/
H A DPopupMenuChromium.cpp1018 RefPtr<PopupListBox> keepAlive(this);
1066 RefPtr<PopupListBox> keepAlive(this);
/external/webkit/Source/WebCore/bridge/
H A DNP_jsobject.cpp271 PluginView::keepAlive(instance);
/external/webkit/Source/WebCore/svg/animation/
H A DSVGSMILElement.cpp201 RefPtr<SVGSMILElement> keepAlive(this);
/external/robolectric/lib/main/
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
/external/smack/asmack-master/lib/
H A Dhttpcore-4.1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...

Completed in 1633 milliseconds