/external/okhttp/src/main/java/libcore/net/http/ |
D | HttpConnectionPool.java | 50 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/ |
D | ConnectionReuseStrategy.java | 73 boolean keepAlive(HttpResponse response, HttpContext context); in keepAlive() method
|
/external/apache-http/src/org/apache/http/impl/ |
D | NoConnectionReuseStrategy.java | 54 public boolean keepAlive(final HttpResponse response, final HttpContext context) { in keepAlive() method in NoConnectionReuseStrategy
|
D | DefaultConnectionReuseStrategy.java | 78 public boolean keepAlive(final HttpResponse response, in keepAlive() method in DefaultConnectionReuseStrategy
|
/external/webkit/Source/WebCore/plugins/ |
D | PluginViewNone.cpp | 148 void PluginView::keepAlive(NPP) in keepAlive() function in WebCore::PluginView
|
D | PluginView.h | 276 static void keepAlive(NPP); 278 void keepAlive();
|
D | PluginView.cpp | 1394 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/ |
D | 003.html-disabled | 38 // Finish the test on a time-out, to allow the Frame keepAlive timer to fire
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSDOMWindowBase.cpp | 90 frame->keepAlive(); in globalExec()
|
D | ScriptController.cpp | 149 m_frame->keepAlive(); in evaluateInWorld()
|
/external/webkit/Source/WebCore/bindings/v8/ |
D | V8Proxy.cpp | 414 m_frame->keepAlive(); in runScript() 466 m_frame->keepAlive(); in callFunction() 514 m_frame->keepAlive(); in newInstance()
|
D | ScriptController.cpp | 239 m_frame->keepAlive(); in evaluate()
|
/external/apache-http/src/org/apache/http/protocol/ |
D | HttpService.java | 212 if (!this.connStrategy.keepAlive(response, context)) { in handleRequest()
|
/external/webkit/Source/WebCore/page/ |
D | Frame.h | 155 … void keepAlive(); // Used to keep the frame alive when running a script that might destroy it.
|
D | Frame.cpp | 571 void Frame::keepAlive() in keepAlive() function in WebCore::Frame
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | confirm_quit_panel_controller.mm | 214 scoped_nsobject<ConfirmQuitPanelController> keepAlive([self retain]); 311 scoped_nsobject<ConfirmQuitPanelController> keepAlive([self retain]);
|
/external/apache-http/src/org/apache/http/impl/client/ |
D | DefaultRequestDirector.java | 468 reuse = reuseStrategy.keepAlive(response, context); in execute() 769 if (this.reuseStrategy.keepAlive(response, context)) { in createTunnelToTarget()
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | PopupMenuChromium.cpp | 1018 RefPtr<PopupListBox> keepAlive(this); in abandon() local 1066 RefPtr<PopupListBox> keepAlive(this); in acceptIndex() local
|
/external/webkit/Source/WebCore/bridge/ |
D | NP_jsobject.cpp | 271 PluginView::keepAlive(instance); in _NPN_Evaluate()
|
/external/webkit/Source/WebCore/svg/animation/ |
D | SVGSMILElement.cpp | 201 RefPtr<SVGSMILElement> keepAlive(this); in removedFromDocument() local
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2007-10-14 | 57931 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
|
D | ChangeLog-2010-05-24 | 20369 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):
|
D | ChangeLog-2006-05-10 | 28981 (Frame::keepAlive): 29254 (KJSProxyImpl::interpreter): Don't do keepAlive. 29287 (Frame::keepAlive): In debug mode, add proper support for 35309 (Frame::keepAlive):
|
D | ChangeLog-2005-08-23 | 36180 * 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.
|
D | ChangeLog-2009-06-16 | 21783 Add back the keepAlive timer for after the script execution to 52813 (WebCore::Frame::keepAlive):
|