Home
last modified time | relevance | path

Searched defs:protect (Results 1 – 25 of 61) sorted by relevance

123

/external/webkit/Source/WebCore/loader/
DSubresourceLoader.cpp118 RefPtr<SubresourceLoader> protect(this); in didSendData() local
133 RefPtr<SubresourceLoader> protect(this); in didReceiveResponse() local
162 RefPtr<SubresourceLoader> protect(this); in didReceiveData() local
176 RefPtr<SubresourceLoader> protect(this); in didReceiveCachedMetadata() local
189 RefPtr<SubresourceLoader> protect(this); in didFinishLoading() local
209 RefPtr<SubresourceLoader> protect(this); in didFail() local
227 RefPtr<SubresourceLoader> protect(this); in didCancel() local
247 RefPtr<SubresourceLoader> protect(this); in shouldUseCredentialStorage() local
258 RefPtr<SubresourceLoader> protect(this); in didReceiveAuthenticationChallenge() local
281 RefPtr<SubresourceLoader> protect(this); in receivedCancellation() local
DNetscapePlugInStreamLoader.cpp71 RefPtr<NetscapePlugInStreamLoader> protect(this); in didReceiveResponse() local
97 RefPtr<NetscapePlugInStreamLoader> protect(this); in didReceiveData() local
106 RefPtr<NetscapePlugInStreamLoader> protect(this); in didFinishLoading() local
115 RefPtr<NetscapePlugInStreamLoader> protect(this); in didFail() local
124 RefPtr<NetscapePlugInStreamLoader> protect(this); in didCancel() local
DMainResourceLoader.cpp80 RefPtr<MainResourceLoader> protect(this); in receivedError() local
104 RefPtr<MainResourceLoader> protect(this); in didCancel() local
176 RefPtr<MainResourceLoader> protect(this); in willSendRequest() local
283 RefPtr<MainResourceLoader> protect(this); in continueAfterContentPolicy() local
392 RefPtr<MainResourceLoader> protect(this); in didReceiveResponse() local
450 RefPtr<MainResourceLoader> protect(this); in didReceiveData() local
467 RefPtr<MainResourceLoader> protect(this); in didFinishLoading() local
513 RefPtr<MainResourceLoader> protect(this); in handleDataLoadNow() local
/external/webkit/Source/WebCore/bindings/scripts/test/JS/
DJSTestCallback.cpp65 RefPtr<JSTestCallback> protect(this); in callbackWithNoParam() local
82 RefPtr<JSTestCallback> protect(this); in callbackWithClass1Param() local
100 RefPtr<JSTestCallback> protect(this); in callbackWithClass2Param() local
119 RefPtr<JSTestCallback> protect(this); in callbackWithStringList() local
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNetscapePluginStream.cpp65 RefPtr<NetscapePluginStream> protect(this); in didReceiveResponse() local
73 RefPtr<NetscapePluginStream> protect(this); in didReceiveData() local
81 RefPtr<NetscapePluginStream> protect(this); in didFinishLoading() local
89 RefPtr<NetscapePluginStream> protect(this); in didFail() local
98 RefPtr<NetscapePluginStream> protect(this); in sendJavaScriptStream() local
/external/webkit/Source/WebCore/plugins/
DPluginStream.cpp178 RefPtr<PluginStream> protect(this); in startStream() local
217 RefPtr<PluginStream> protect(this); in cancelAndDestroyStream() local
252 RefPtr<PluginStream> protect(this); in destroyStream() local
429 RefPtr<PluginStream> protect(this); in didReceiveData() local
460 RefPtr<PluginStream> protect(this); in didFail() local
473 RefPtr<PluginStream> protect(this); in didFinishLoading() local
/external/webkit/Source/WebCore/html/parser/
DHTMLDocumentParser.cpp140 RefPtr<HTMLDocumentParser> protect(this); in prepareToStopParsing() local
192 RefPtr<HTMLDocumentParser> protect(this); in resumeParsingAfterYield() local
327 RefPtr<HTMLDocumentParser> protect(this); in insert() local
352 RefPtr<HTMLDocumentParser> protect(this); in append() local
522 RefPtr<HTMLDocumentParser> protect(this); in notifyFinished() local
554 RefPtr<HTMLDocumentParser> protect(this); in executeScriptsWaitingForStylesheets() local
/external/junit/src/junit/framework/
DProtectable.java13 public abstract void protect() throws Throwable; in protect() method
/external/webkit/Source/WebCore/loader/cf/
DSubresourceLoaderCF.cpp37 RefPtr<SubresourceLoader> protect(this); in didReceiveDataArray() local
/external/webkit/Source/WebCore/bindings/js/
DJSCustomVoidCallback.cpp64 RefPtr<JSCustomVoidCallback> protect(this); in handleEvent() local
DJSCustomSQLStatementErrorCallback.cpp48 RefPtr<JSSQLStatementErrorCallback> protect(this); in handleEvent() local
DJSCustomApplicationInstalledCallback.cpp45 RefPtr<JSCustomApplicationInstalledCallback> protect(this); in handleEvent() local
DJSCustomPositionCallback.cpp52 RefPtr<JSCustomPositionCallback> protect(this); in handleEvent() local
DJSCustomPositionErrorCallback.cpp52 RefPtr<JSCustomPositionErrorCallback> protect(this); in handleEvent() local
/external/webkit/Source/WebCore/platform/network/
DSocketStreamHandleBase.cpp81 …RefPtr<SocketStreamHandle> protect(static_cast<SocketStreamHandle*>(this)); // platformClose calls… in close() local
/external/webkit/Source/WebCore/html/
DHTMLFrameOwnerElement.cpp57 RefPtr<Frame> protect(frame); in willRemove() local
/external/webkit/Source/WebCore/platform/network/soup/
DSocketStreamHandleSoup.cpp118 RefPtr<SocketStreamHandle> protect(this); in connected() local
138 RefPtr<SocketStreamHandle> protect(this); in readBytes() local
/external/chromium/net/websockets/
Dwebsocket.cc252 scoped_refptr<WebSocket> protect(this); in DoReceivedData() local
301 scoped_refptr<WebSocket> protect(this); in ProcessFrameData() local
Dwebsocket_job.cc150 scoped_refptr<WebSocketJob> protect(this); in DetachDelegate() local
243 scoped_refptr<WebSocketJob> protect(this); in OnClose() local
/external/webkit/Source/WebCore/websockets/
DWebSocketChannel.cpp188 …RefPtr<WebSocketChannel> protect(this); // The client can close the channel, potentially removing … in didReceiveData() local
393 …RefPtr<WebSocketChannel> protect(this); // The client can close the channel, potentially removing … in resumeTimerFired() local
/external/webkit/Source/WebCore/dom/
DScriptRunner.cpp99 RefPtr<Document> protect(m_document); in timerFired() local
/external/webkit/Source/WebCore/css/
DCSSImageGeneratorValue.cpp90 RefPtr<CSSImageGeneratorValue> protect(this); in getImage() local
/external/webkit/Source/WebCore/plugins/win/
DPluginMessageThrottlerWin.cpp110 RefPtr<PluginView> protect(m_pluginView); in processQueuedMessage() local
/external/webkit/Source/JavaScriptCore/heap/
DHeap.cpp76 RefPtr<JSGlobalData> protect(m_globalData); in destroy() local
132 void Heap::protect(JSValue k) in protect() function in JSC::Heap
/external/webkit/Source/WebCore/bindings/v8/
DV8WorkerContextEventListener.cpp64 RefPtr<V8AbstractEventListener> protect(this); in handleEvent() local

123