Searched refs:protect (Results 1 - 25 of 88) sorted by relevance

1234

/external/junit/src/junit/framework/
H A DProtectable.java13 public abstract void protect() throws Throwable; method in interface:Protectable
H A DTestResult.java114 public void protect() throws Throwable {
133 p.protect();
/external/webkit/Source/WebCore/loader/
H A DNetscapePlugInStreamLoader.cpp71 RefPtr<NetscapePlugInStreamLoader> protect(this);
97 RefPtr<NetscapePlugInStreamLoader> protect(this);
106 RefPtr<NetscapePlugInStreamLoader> protect(this);
115 RefPtr<NetscapePlugInStreamLoader> protect(this);
124 RefPtr<NetscapePlugInStreamLoader> protect(this);
H A DSubresourceLoader.cpp118 RefPtr<SubresourceLoader> protect(this);
133 RefPtr<SubresourceLoader> protect(this);
162 RefPtr<SubresourceLoader> protect(this);
176 RefPtr<SubresourceLoader> protect(this);
188 // Calling removeSubresourceLoader will likely result in a call to deref, so we must protect ourselves.
189 RefPtr<SubresourceLoader> protect(this);
208 // Calling removeSubresourceLoader will likely result in a call to deref, so we must protect ourselves.
209 RefPtr<SubresourceLoader> protect(this);
226 // Calling removeSubresourceLoader will likely result in a call to deref, so we must protect ourselves.
227 RefPtr<SubresourceLoader> protect(thi
[all...]
H A DMainResourceLoader.cpp80 RefPtr<MainResourceLoader> protect(this);
104 RefPtr<MainResourceLoader> protect(this);
176 RefPtr<MainResourceLoader> protect(this);
283 RefPtr<MainResourceLoader> protect(this);
392 RefPtr<MainResourceLoader> protect(this);
450 RefPtr<MainResourceLoader> protect(this);
467 RefPtr<MainResourceLoader> protect(this);
513 RefPtr<MainResourceLoader> protect(this);
/external/junit/src/junit/extensions/
H A DTestSetup.java21 public void protect() throws Exception {
/external/webkit/Source/WebCore/bindings/scripts/test/JS/
H A DJSTestCallback.cpp65 RefPtr<JSTestCallback> protect(this);
82 RefPtr<JSTestCallback> protect(this);
100 RefPtr<JSTestCallback> protect(this);
119 RefPtr<JSTestCallback> protect(this);
/external/webkit/Source/WebCore/loader/cf/
H A DSubresourceLoaderCF.cpp37 RefPtr<SubresourceLoader> protect(this);
/external/srtp/crypto/include/
H A Dcryptoalg.h73 * @param protect location of the data to be encrypted and
88 void *protect,
H A Dxfm.h40 * @param protect location of the data to be encrypted and
56 void *protect,
/external/webkit/Source/JavaScriptCore/runtime/
H A DProtect.h32 Heap::heap(val)->protect(val);
/external/webkit/Source/WebCore/bindings/js/
H A DJSCustomApplicationInstalledCallback.cpp45 RefPtr<JSCustomApplicationInstalledCallback> protect(this);
H A DJSCustomPositionCallback.cpp52 RefPtr<JSCustomPositionCallback> protect(this);
H A DJSCustomPositionErrorCallback.cpp52 RefPtr<JSCustomPositionErrorCallback> protect(this);
H A DJSCustomSQLStatementErrorCallback.cpp48 RefPtr<JSSQLStatementErrorCallback> protect(this);
H A DJSCustomVoidCallback.cpp64 RefPtr<JSCustomVoidCallback> protect(this);
/external/webkit/Source/JavaScriptCore/wtf/
H A DStackBounds.cpp198 DWORD protect = memoryInformation.Protect & ~(PAGE_GUARD | PAGE_NOCACHE);
199 return protect == PAGE_READWRITE
200 || protect == PAGE_WRITECOPY
201 || protect == PAGE_EXECUTE_READWRITE
202 || protect == PAGE_EXECUTE_WRITECOPY;
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapePluginStream.cpp65 RefPtr<NetscapePluginStream> protect(this);
73 RefPtr<NetscapePluginStream> protect(this);
81 RefPtr<NetscapePluginStream> protect(this);
89 RefPtr<NetscapePluginStream> protect(this);
98 RefPtr<NetscapePluginStream> protect(this);
/external/webkit/Source/WebCore/html/parser/
H A DHTMLDocumentParser.cpp136 RefPtr<HTMLDocumentParser> protect(this);
188 RefPtr<HTMLDocumentParser> protect(this);
319 RefPtr<HTMLDocumentParser> protect(this);
344 RefPtr<HTMLDocumentParser> protect(this);
508 RefPtr<HTMLDocumentParser> protect(this);
540 RefPtr<HTMLDocumentParser> protect(this);
/external/webkit/Source/WebCore/html/
H A DHTMLFrameOwnerElement.cpp57 RefPtr<Frame> protect(frame);
/external/webkit/Source/WebCore/platform/network/
H A DSocketStreamHandleBase.cpp81 RefPtr<SocketStreamHandle> protect(static_cast<SocketStreamHandle*>(this)); // platformClose calls the client, which may make the handle get deallocated immediately.
/external/webkit/Source/WebCore/plugins/
H A DPluginStream.cpp178 RefPtr<PluginStream> protect(this);
217 RefPtr<PluginStream> protect(this);
252 RefPtr<PluginStream> protect(this);
428 // so protect it here.
429 RefPtr<PluginStream> protect(this);
460 RefPtr<PluginStream> protect(this);
473 RefPtr<PluginStream> protect(this);
/external/webkit/Source/WebCore/css/
H A DCSSImageGeneratorValue.cpp90 RefPtr<CSSImageGeneratorValue> protect(this);
/external/webkit/Source/WebCore/dom/
H A DScriptRunner.cpp99 RefPtr<Document> protect(m_document);
/external/webkit/Source/WebCore/bindings/v8/
H A DV8WorkerContextEventListener.cpp64 RefPtr<V8AbstractEventListener> protect(this);

Completed in 367 milliseconds

1234