HomeSort by relevance Sort by last modified time
    Searched refs:protect (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /dalvik/dx/src/junit/framework/
Protectable.java 13 public abstract void protect() throws Throwable; method in interface:Protectable
TestResult.java 105 public void protect() throws Throwable {
124 p.protect();
  /external/junit/src/junit/framework/
Protectable.java 13 public abstract void protect() throws Throwable; method in interface:Protectable
TestResult.java 105 public void protect() throws Throwable {
124 p.protect();
  /libcore/junit/src/main/java/junit/framework/
Protectable.java 13 public abstract void protect() throws Throwable; method in interface:Protectable
TestResult.java 105 public void protect() throws Throwable {
124 p.protect();
  /external/webkit/WebCore/loader/
NetscapePlugInStreamLoader.cpp 65 RefPtr<NetscapePlugInStreamLoader> protect(this);
91 RefPtr<NetscapePlugInStreamLoader> protect(this);
100 RefPtr<NetscapePlugInStreamLoader> protect(this);
109 RefPtr<NetscapePlugInStreamLoader> protect(this);
118 RefPtr<NetscapePlugInStreamLoader> protect(this);
SubresourceLoader.cpp 124 RefPtr<SubresourceLoader> protect(this);
139 RefPtr<SubresourceLoader> protect(this);
168 RefPtr<SubresourceLoader> protect(this);
184 // Calling removeSubresourceLoader will likely result in a call to deref, so we must protect ourselves.
185 RefPtr<SubresourceLoader> protect(this);
204 // Calling removeSubresourceLoader will likely result in a call to deref, so we must protect ourselves.
205 RefPtr<SubresourceLoader> protect(this);
222 // Calling removeSubresourceLoader will likely result in a call to deref, so we must protect ourselves.
223 RefPtr<SubresourceLoader> protect(this);
243 RefPtr<SubresourceLoader> protect(this)
    [all...]
MainResourceLoader.cpp 72 RefPtr<MainResourceLoader> protect(this);
96 RefPtr<MainResourceLoader> protect(this);
159 RefPtr<MainResourceLoader> protect(this);
240 RefPtr<MainResourceLoader> protect(this);
345 RefPtr<MainResourceLoader> protect(this);
403 RefPtr<MainResourceLoader> protect(this);
418 RefPtr<MainResourceLoader> protect(this);
462 RefPtr<MainResourceLoader> protect(this);
  /dalvik/dx/src/junit/extensions/
TestSetup.java 17 public void protect() throws Exception {
  /libcore/junit/src/main/java/junit/extensions/
TestSetup.java 17 public void protect() throws Exception {
  /external/junit/src/junit/extensions/
TestSetup.java 19 public void protect() throws Exception {
  /external/webkit/WebCore/bindings/js/
JSCustomApplicationInstalledCallback.cpp 45 RefPtr<JSCustomApplicationInstalledCallback> protect(this);
JSCustomPositionCallback.cpp 45 RefPtr<JSCustomPositionCallback> protect(this);
JSCustomPositionErrorCallback.cpp 45 RefPtr<JSCustomPositionErrorCallback> protect(this);
JSCustomVoidCallback.cpp 60 RefPtr<JSCustomVoidCallback> protect(this);
JSCustomSQLStatementCallback.cpp 62 RefPtr<JSCustomSQLStatementCallback> protect(this);
JSCustomSQLStatementErrorCallback.cpp 63 RefPtr<JSCustomSQLStatementErrorCallback> protect(this);
JSCustomSQLTransactionCallback.cpp 73 RefPtr<JSCustomSQLTransactionCallback> protect(this);
JSCustomSQLTransactionErrorCallback.cpp 62 RefPtr<JSCustomSQLTransactionErrorCallback> protect(this);
  /frameworks/base/libs/utils/
FileMap.cpp 103 DWORD protect = readOnly ? PAGE_READONLY : PAGE_READWRITE; local
106 mFileMapping = CreateFileMapping( mFileHandle, NULL, protect, 0, 0, NULL);
109 mFileHandle, protect, GetLastError() );
  /external/webkit/WebCore/platform/network/
SocketStreamHandleBase.cpp 81 RefPtr<SocketStreamHandle> protect(static_cast<SocketStreamHandle*>(this)); // platformClose calls the client, which may make the handle get deallocated immediately.
  /external/webkit/WebCore/plugins/
PluginStream.cpp 181 // Protect the stream if destroystream is called from within the newstream handler
182 RefPtr<PluginStream> protect(this);
221 RefPtr<PluginStream> protect(this);
253 // Protect from destruction if:
256 RefPtr<PluginStream> protect(this);
433 // so protect it here.
434 RefPtr<PluginStream> protect(this);
465 RefPtr<PluginStream> protect(this);
478 RefPtr<PluginStream> protect(this);
  /external/webkit/WebCore/bindings/v8/
V8WorkerContextEventListener.cpp 64 RefPtr<V8AbstractEventListener> protect(this);
91 RefPtr<V8AbstractEventListener> protect(this);
  /external/webkit/WebCore/plugins/win/
PluginMessageThrottlerWin.cpp 88 // Protect the PluginView from destruction while calling its window proc.
90 RefPtr<PluginView> protect(m_pluginView);

Completed in 243 milliseconds

1 2 3 4