Searched refs:protect (Results 1 - 25 of 98) 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/chromium_org/webkit/browser/quota/
H A Dspecial_storage_policy.cc24 scoped_refptr<SpecialStoragePolicy> protect(this);
29 scoped_refptr<SpecialStoragePolicy> protect(this);
34 scoped_refptr<SpecialStoragePolicy> protect(this);
/external/chromium_org/sandbox/win/wow_helper/
H A Dtarget_code.cc13 SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) {
17 allocation_type, protect);
10 TargetNtMapViewOfSection( PatchInfo *patch_info, HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size, SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) argument
H A Dtarget_code.h32 SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect);
/external/chromium_org/sandbox/win/src/
H A Dtarget_interceptions.h22 ULONG allocation_type, ULONG protect);
H A Dtarget_interceptions.cc22 ULONG allocation_type, ULONG protect) {
25 allocation_type, protect);
18 TargetNtMapViewOfSection( NtMapViewOfSectionFunction orig_MapViewOfSection, HANDLE section, HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size, SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) argument
H A Dsandbox_nt_util.h151 NTSTATUS ChangeProtection(void* address, size_t bytes, ULONG protect);
/external/junit/src/junit/extensions/
H A DTestSetup.java21 public void protect() throws Exception {
/external/chromium_org/content/child/npapi/
H A Dplugin_string_stream.cc26 scoped_refptr<PluginStringStream> protect(this);
H A Dplugin_stream_url.cc31 scoped_refptr<PluginStream> protect(this);
78 scoped_refptr<PluginStream> protect(this);
100 scoped_refptr<PluginStream> 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/lzma/CPP/Windows/
H A DFileMapping.h15 WRes Create(DWORD protect, UInt64 maxSize, LPCTSTR name) argument
17 _handle = ::CreateFileMapping(INVALID_HANDLE_VALUE, NULL, protect, (DWORD)(maxSize >> 32), (DWORD)maxSize, name);
/external/chromium_org/chrome_frame/
H A Dvtable_patch_manager.cc116 DWORD protect = 0; local
118 PAGE_EXECUTE_READWRITE, &protect)) {
132 if (!::VirtualProtect(&vtable[it->index_], sizeof(PROC), protect,
133 &protect)) {
/external/chromium_org/third_party/WebKit/Source/core/loader/cache/
H A DRawResource.cpp46 ResourcePtr<RawResource> protect(this);
59 ResourcePtr<RawResource> protect(this);
84 ResourcePtr<RawResource> protect(this);
96 ResourcePtr<RawResource> protect(this);
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DResourceLoader.cpp167 RefPtr<ResourceLoader> protect(this);
242 RefPtr<ResourceLoader> protect(this);
273 RefPtr<ResourceLoader> protect(this);
290 RefPtr<ResourceLoader> protect(this);
331 RefPtr<ResourceLoader> protect(this);
349 RefPtr<ResourceLoader> protect(this);
368 RefPtr<ResourceLoader> protect(this);
/external/chromium_org/content/browser/devtools/
H A Ddevtools_agent_host_impl.cc62 scoped_refptr<DevToolsAgentHostImpl> protect(this);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DGenericEventQueue.cpp87 RefPtr<EventTarget> protect(m_owner);
H A DScriptRunner.cpp106 RefPtr<Document> protect(m_document);
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLDocumentParser.cpp173 RefPtr<HTMLDocumentParser> protect(this);
236 RefPtr<HTMLDocumentParser> protect(this);
312 RefPtr<HTMLDocumentParser> protect(this);
618 RefPtr<HTMLDocumentParser> protect(this);
698 RefPtr<HTMLDocumentParser> protect(this);
871 RefPtr<HTMLDocumentParser> protect(this);
906 RefPtr<HTMLDocumentParser> protect(this);
933 RefPtr<HTMLDocumentParser> protect(this);
H A DXSSAuditorDelegate.cpp98 // stopAllLoaders can detach the Frame, so protect it.
99 RefPtr<Frame> protect(m_document->frame());
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_transaction.cc119 scoped_refptr<IndexedDBTransaction> protect(this);
214 scoped_refptr<IndexedDBTransaction> protect(this);
269 scoped_refptr<IndexedDBTransaction> protect(this);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8WorkerGlobalScopeEventListener.cpp59 RefPtr<V8AbstractEventListener> protect(this);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFrameOwnerElement.cpp84 RefPtr<Frame> protect(frame);

Completed in 1665 milliseconds

1234