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

12345

/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.h164 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.cc48 scoped_refptr<PluginStream> protect(this);
99 scoped_refptr<PluginStream> protect(this);
121 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/fetch/
H A DRawResource.cpp45 ResourcePtr<RawResource> protect(this);
58 ResourcePtr<RawResource> protect(this);
83 ResourcePtr<RawResource> protect(this);
95 InternalResourcePtr protect(this);
H A DResourceLoader.cpp183 RefPtr<ResourceLoader> protect(this);
259 RefPtr<ResourceLoader> protect(this);
290 RefPtr<ResourceLoader> protect(this);
307 RefPtr<ResourceLoader> protect(this);
348 RefPtr<ResourceLoader> protect(this);
366 RefPtr<ResourceLoader> protect(this);
385 RefPtr<ResourceLoader> protect(this);
413 RefPtr<ResourceLoader> protect(this);
/external/chromium_org/content/browser/devtools/
H A Ddevtools_agent_host_impl.cc65 scoped_refptr<DevToolsAgentHostImpl> protect(this);
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
H A DSVGAnimatedProperty.cpp62 // This below protect makes this function safe by deferring the recursive call until we finish touching the HashMap.
63 RefPtr<SVGAnimatedProperty> protect = cache->get(*it); local
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLDocumentParser.cpp170 RefPtr<HTMLDocumentParser> protect(this);
233 RefPtr<HTMLDocumentParser> protect(this);
311 RefPtr<HTMLDocumentParser> protect(this);
627 RefPtr<HTMLDocumentParser> protect(this);
706 RefPtr<HTMLDocumentParser> protect(this);
879 RefPtr<HTMLDocumentParser> protect(this);
914 RefPtr<HTMLDocumentParser> protect(this);
941 RefPtr<HTMLDocumentParser> protect(this);
H A DXSSAuditorDelegate.cpp103 // stopAllLoaders can detach the Frame, so protect it.
104 RefPtr<Frame> protect(m_document->frame());
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DGenericEventQueue.cpp91 RefPtr<EventTarget> protect(m_owner);
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_transaction.cc145 scoped_refptr<IndexedDBTransaction> protect(this);
236 scoped_refptr<IndexedDBTransaction> protect(this);
294 scoped_refptr<IndexedDBTransaction> protect(this);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DScriptRunner.cpp121 RefPtr<Document> protect(m_document);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFrameOwnerElement.cpp84 RefPtr<Frame> protect(frame);

Completed in 619 milliseconds

12345