Home
last modified time | relevance | path

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

/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/WebCore/plugins/
DPluginViewNone.cpp123 void PluginView::keepAlive(NPP) in keepAlive() function in WebCore::PluginView
DPluginView.h245 static void keepAlive(NPP);
246 void keepAlive();
DPluginView.cpp1388 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/
DJSDOMWindowBase.cpp98 frame->keepAlive(); in globalExec()
DScriptController.cpp136 m_frame->keepAlive(); in evaluateInWorld()
/external/webkit/WebCore/bindings/v8/
DV8Proxy.cpp450 m_frame->keepAlive(); in runScriptInternal()
502 m_frame->keepAlive(); in callFunction()
530 m_frame->keepAlive(); in newInstance()
DScriptController.cpp241 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/WebCore/page/
DFrame.h131 … void keepAlive(); // Used to keep the frame alive when running a script that might destroy it.
DFrame.cpp1105 void Frame::keepAlive() in keepAlive() function in WebCore::Frame
/external/apache-http/src/org/apache/http/impl/client/
DDefaultRequestDirector.java461 reuse = reuseStrategy.keepAlive(response, context); in execute()
749 if (this.reuseStrategy.keepAlive(response, context)) { in createTunnelToTarget()
/external/webkit/WebCore/platform/chromium/
DPopupMenuChromium.cpp883 RefPtr<PopupListBox> keepAlive(this); in abandon() local
930 RefPtr<PopupListBox> keepAlive(this); in acceptIndex() local
/external/webkit/WebCore/bridge/
DNP_jsobject.cpp205 PluginView::keepAlive(instance); in _NPN_Evaluate()
/external/webkit/WebCore/svg/animation/
DSVGSMILElement.cpp174 RefPtr<SVGSMILElement> keepAlive(this); in removedFromDocument() local
/external/webkit/WebCore/
DChangeLog1126 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):
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-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):
DChangeLog-2008-08-1016969 <rdar://problem/5958567> repro crash in WebCore::Frame::keepAlive()