/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/WebCore/plugins/ |
D | PluginViewNone.cpp | 123 void PluginView::keepAlive(NPP) in keepAlive() function in WebCore::PluginView
|
D | PluginView.h | 245 static void keepAlive(NPP); 246 void keepAlive();
|
D | PluginView.cpp | 1388 void PluginView::keepAlive() in keepAlive() function in WebCore::PluginView 1397 void PluginView::keepAlive(NPP instance) in keepAlive() function in WebCore::PluginView 1403 view->keepAlive(); in keepAlive()
|
/external/webkit/WebCore/bindings/js/ |
D | JSDOMWindowBase.cpp | 98 frame->keepAlive(); in globalExec()
|
D | ScriptController.cpp | 136 m_frame->keepAlive(); in evaluateInWorld()
|
/external/webkit/WebCore/bindings/v8/ |
D | V8Proxy.cpp | 450 m_frame->keepAlive(); in runScriptInternal() 502 m_frame->keepAlive(); in callFunction() 530 m_frame->keepAlive(); in newInstance()
|
D | ScriptController.cpp | 241 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/WebCore/page/ |
D | Frame.h | 131 … void keepAlive(); // Used to keep the frame alive when running a script that might destroy it.
|
D | Frame.cpp | 1105 void Frame::keepAlive() in keepAlive() function in WebCore::Frame
|
/external/apache-http/src/org/apache/http/impl/client/ |
D | DefaultRequestDirector.java | 461 reuse = reuseStrategy.keepAlive(response, context); in execute() 749 if (this.reuseStrategy.keepAlive(response, context)) { in createTunnelToTarget()
|
/external/webkit/WebCore/platform/chromium/ |
D | PopupMenuChromium.cpp | 883 RefPtr<PopupListBox> keepAlive(this); in abandon() local 930 RefPtr<PopupListBox> keepAlive(this); in acceptIndex() local
|
/external/webkit/WebCore/bridge/ |
D | NP_jsobject.cpp | 205 PluginView::keepAlive(instance); in _NPN_Evaluate()
|
/external/webkit/WebCore/svg/animation/ |
D | SVGSMILElement.cpp | 174 RefPtr<SVGSMILElement> keepAlive(this); in removedFromDocument() local
|
/external/webkit/WebCore/ |
D | ChangeLog | 1126 call PluginView::keepAlive() to hold a ref to this instance (and release 1145 (WebCore::PluginView::keepAlive): 1148 (WebCore::PluginView::keepAlive): 1149 Find the PluginView in the map, and call its keepAlive() function. 1166 (WebCore::PluginView::keepAlive):
|
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-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):
|
D | ChangeLog-2008-08-10 | 16969 <rdar://problem/5958567> repro crash in WebCore::Frame::keepAlive()
|