/external/webkit/Source/WebCore/loader/ |
D | SubresourceLoader.cpp | 118 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
|
D | NetscapePlugInStreamLoader.cpp | 71 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
|
D | MainResourceLoader.cpp | 80 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/iproute2/doc/ |
D | preamble.tex | 7 \markboth{\protect\TITLE}{} 8 \markright{{\protect\sc iproute2-ss\Draft}} 21 \renewcommand{\@oddhead}{{\protect\sc iproute2-ss\Draft} \hfill \protect\arabic{page}}
|
/external/webkit/Source/WebCore/bindings/scripts/test/JS/ |
D | JSTestCallback.cpp | 65 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/JavaScriptCore/wtf/ |
D | StackBounds.cpp | 198 DWORD protect = memoryInformation.Protect & ~(PAGE_GUARD | PAGE_NOCACHE); in isPageWritable() local 199 return protect == PAGE_READWRITE in isPageWritable() 200 || protect == PAGE_WRITECOPY in isPageWritable() 201 || protect == PAGE_EXECUTE_READWRITE in isPageWritable() 202 || protect == PAGE_EXECUTE_WRITECOPY; in isPageWritable()
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
D | NetscapePluginStream.cpp | 65 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/html/parser/ |
D | HTMLDocumentParser.cpp | 136 RefPtr<HTMLDocumentParser> protect(this); in prepareToStopParsing() local 188 RefPtr<HTMLDocumentParser> protect(this); in resumeParsingAfterYield() local 319 RefPtr<HTMLDocumentParser> protect(this); in insert() local 344 RefPtr<HTMLDocumentParser> protect(this); in append() local 508 RefPtr<HTMLDocumentParser> protect(this); in notifyFinished() local 540 RefPtr<HTMLDocumentParser> protect(this); in executeScriptsWaitingForStylesheets() local
|
/external/webkit/Source/WebCore/plugins/ |
D | PluginStream.cpp | 178 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/junit/src/junit/framework/ |
D | TestResult.java | 114 public void protect() throws Throwable { in run() 133 p.protect(); in runProtected()
|
D | Protectable.java | 13 public abstract void protect() throws Throwable; in protect() method
|
/external/webkit/Source/WebCore/loader/cf/ |
D | SubresourceLoaderCF.cpp | 37 RefPtr<SubresourceLoader> protect(this); in didReceiveDataArray() local
|
/external/junit/src/junit/extensions/ |
D | TestSetup.java | 21 public void protect() throws Exception { in run()
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSCustomApplicationInstalledCallback.cpp | 45 RefPtr<JSCustomApplicationInstalledCallback> protect(this); in handleEvent() local
|
D | JSCustomVoidCallback.cpp | 64 RefPtr<JSCustomVoidCallback> protect(this); in handleEvent() local
|
D | JSCustomPositionErrorCallback.cpp | 52 RefPtr<JSCustomPositionErrorCallback> protect(this); in handleEvent() local
|
D | JSCustomPositionCallback.cpp | 52 RefPtr<JSCustomPositionCallback> protect(this); in handleEvent() local
|
D | JSCustomSQLStatementErrorCallback.cpp | 48 RefPtr<JSSQLStatementErrorCallback> protect(this); in handleEvent() local
|
/external/srtp/crypto/include/ |
D | cryptoalg.h | 88 void *protect,
|
D | xfm.h | 56 void *protect,
|
/external/webkit/Source/WebCore/platform/network/soup/ |
D | SocketStreamHandleSoup.cpp | 118 RefPtr<SocketStreamHandle> protect(this); in connected() local 138 RefPtr<SocketStreamHandle> protect(this); in readBytes() local
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | Protect.h | 32 Heap::heap(val)->protect(val); in gcProtect()
|
/external/webkit/Source/WebCore/html/ |
D | HTMLFrameOwnerElement.cpp | 57 RefPtr<Frame> protect(frame); in willRemove() local
|
/external/webkit/Source/WebCore/platform/network/ |
D | SocketStreamHandleBase.cpp | 81 …RefPtr<SocketStreamHandle> protect(static_cast<SocketStreamHandle*>(this)); // platformClose calls… in close() local
|
/external/expat/amiga/ |
D | Makefile | 91 protect $@ -e 155 protect $@ -e 219 protect $@ -e 284 protect $@ -e
|