Home
last modified time | relevance | path

Searched refs:keepAlive (Results 1 – 25 of 27) sorted by relevance

12

/external/okhttp/src/main/java/libcore/net/http/
DHttpConnectionPool.java50 String keepAlive = System.getProperty("http.keepAlive"); in HttpConnectionPool() local
51 if (keepAlive != null && !Boolean.parseBoolean(keepAlive)) { in HttpConnectionPool()
/external/apache-http/src/org/apache/http/
DConnectionReuseStrategy.java73 boolean keepAlive(HttpResponse response, HttpContext context); in keepAlive() method
/external/apache-http/src/org/apache/http/impl/
DNoConnectionReuseStrategy.java54 public boolean keepAlive(final HttpResponse response, final HttpContext context) { in keepAlive() method in NoConnectionReuseStrategy
DDefaultConnectionReuseStrategy.java78 public boolean keepAlive(final HttpResponse response, in keepAlive() method in DefaultConnectionReuseStrategy
/external/webkit/Source/WebCore/plugins/
DPluginViewNone.cpp148 void PluginView::keepAlive(NPP) in keepAlive() function in WebCore::PluginView
DPluginView.h276 static void keepAlive(NPP);
278 void keepAlive();
DPluginView.cpp1394 void PluginView::keepAlive() in keepAlive() function in WebCore::PluginView
1404 void PluginView::keepAlive(NPP instance) in keepAlive() function in WebCore::PluginView
1410 view->keepAlive(); in keepAlive()
/external/webkit/LayoutTests/fast/leaks/
D003.html-disabled38 // Finish the test on a time-out, to allow the Frame keepAlive timer to fire
/external/webkit/Source/WebCore/bindings/js/
DJSDOMWindowBase.cpp90 frame->keepAlive(); in globalExec()
DScriptController.cpp149 m_frame->keepAlive(); in evaluateInWorld()
/external/webkit/Source/WebCore/bindings/v8/
DV8Proxy.cpp414 m_frame->keepAlive(); in runScript()
466 m_frame->keepAlive(); in callFunction()
514 m_frame->keepAlive(); in newInstance()
DScriptController.cpp239 m_frame->keepAlive(); in evaluate()
/external/apache-http/src/org/apache/http/protocol/
DHttpService.java212 if (!this.connStrategy.keepAlive(response, context)) { in handleRequest()
/external/webkit/Source/WebCore/page/
DFrame.h155 … void keepAlive(); // Used to keep the frame alive when running a script that might destroy it.
DFrame.cpp571 void Frame::keepAlive() in keepAlive() function in WebCore::Frame
/external/chromium/chrome/browser/ui/cocoa/
Dconfirm_quit_panel_controller.mm214 scoped_nsobject<ConfirmQuitPanelController> keepAlive([self retain]);
311 scoped_nsobject<ConfirmQuitPanelController> keepAlive([self retain]);
/external/apache-http/src/org/apache/http/impl/client/
DDefaultRequestDirector.java468 reuse = reuseStrategy.keepAlive(response, context); in execute()
769 if (this.reuseStrategy.keepAlive(response, context)) { in createTunnelToTarget()
/external/webkit/Source/WebCore/platform/chromium/
DPopupMenuChromium.cpp1018 RefPtr<PopupListBox> keepAlive(this); in abandon() local
1066 RefPtr<PopupListBox> keepAlive(this); in acceptIndex() local
/external/webkit/Source/WebCore/bridge/
DNP_jsobject.cpp271 PluginView::keepAlive(instance); in _NPN_Evaluate()
/external/webkit/Source/WebCore/svg/animation/
DSVGSMILElement.cpp201 RefPtr<SVGSMILElement> keepAlive(this); in removedFromDocument() local
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1457931 each page to cancel keepAlive only for its child frames, because a frame
57932 can be removed from the page before we get a chance to cancel its keepAlive.
57933 So, the page destructor has to cancel keepAlive for all frames. This is safe
57938 (WebCore::Frame::keepAlive):
58027 The extra reference belonged to the Frame keepAlive timer (so this was
58029 Frame keepAlive timers upon the destruction of the last Page, but an SVG
58032 The fix here is to have each individual page cancel the keepAlive timers
58038 the name "keepAlive".
58040 (WebCore::Page::~Page): Made each page cancel its child keepAlive timers
DChangeLog-2010-05-2420369 Fix the Mac builders for now by restoring the keepAlive function.
20372 (WebCore::PluginView::keepAlive):
49822 call PluginView::keepAlive() to hold a ref to this instance (and release
49841 (WebCore::PluginView::keepAlive):
49844 (WebCore::PluginView::keepAlive):
49845 Find the PluginView in the map, and call its keepAlive() function.
49862 (WebCore::PluginView::keepAlive):
DChangeLog-2006-05-1028981 (Frame::keepAlive):
29254 (KJSProxyImpl::interpreter): Don't do keepAlive.
29287 (Frame::keepAlive): In debug mode, add proper support for
35309 (Frame::keepAlive):
DChangeLog-2005-08-2336180 * khtml/ecma/kjs_proxy.cpp: (KJSProxyImpl::interpreter): Call the new keepAlive method.
36184 * khtml/khtml_part.h: Added keepAlive() and slotEndLifeSupport() member functions.
36190 (KHTMLPart::keepAlive): Added. References the part, then sets up a one-shot timer.
DChangeLog-2009-06-1621783 Add back the keepAlive timer for after the script execution to
52813 (WebCore::Frame::keepAlive):

12