Home
last modified time | relevance | path

Searched refs:protect (Results 1 – 25 of 241) sorted by relevance

12345678910

/external/iproute2/doc/
Dpreamble.tex7 \markboth{\protect\TITLE}{}
8 \markright{{\protect\sc iproute2-ss\Draft}}
21 \renewcommand{\@oddhead}{{\protect\sc iproute2-ss\Draft} \hfill \protect\arabic{page}}
/external/chromium_org/storage/browser/quota/
Dspecial_storage_policy.cc24 scoped_refptr<SpecialStoragePolicy> protect(this); in NotifyGranted() local
29 scoped_refptr<SpecialStoragePolicy> protect(this); in NotifyRevoked() local
34 scoped_refptr<SpecialStoragePolicy> protect(this); in NotifyCleared() local
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DRawResource.cpp45 ResourcePtr<RawResource> protect(this); in appendData() local
58 ResourcePtr<RawResource> protect(this); in didAddClient() local
83 ResourcePtr<RawResource> protect(this); in willSendRequest() local
94 ResourcePtr<RawResource> protect(this); in updateRequest() local
102 InternalResourcePtr protect(this); in responseReceived() local
DResourceLoader.cpp214 RefPtrWillBeRawPtr<ResourceLoader> protect(this); in didDownloadData() local
297 RefPtrWillBeRawPtr<ResourceLoader> protect(this); in willSendRequest() local
334 RefPtrWillBeRawPtr<ResourceLoader> protect(this); in didSendData() local
375 RefPtrWillBeRawPtr<ResourceLoader> protect(this); in didReceiveResponse() local
429 RefPtrWillBeRawPtr<ResourceLoader> protect(this); in didReceiveData() local
449 RefPtrWillBeRawPtr<ResourceLoader> protect(this); in didFinishLoading() local
470 RefPtrWillBeRawPtr<ResourceLoader> protect(this); in didFail() local
504 RefPtrWillBeRawPtr<ResourceLoader> protect(this); in requestSynchronously() local
/external/chromium_org/chrome_elf/blacklist/
Dblacklist_interceptions.cc183 ULONG protect) { in BlNtMapViewOfSectionImpl() argument
186 allocation_type, protect); in BlNtMapViewOfSectionImpl()
252 ULONG protect) { in BlNtMapViewOfSection() argument
259 protect); in BlNtMapViewOfSection()
270 SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) { in BlNtMapViewOfSection64() argument
273 inherit, allocation_type, protect); in BlNtMapViewOfSection64()
Dblacklist_interceptions.h29 ULONG protect);
38 SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect);
/external/chromium_org/content/browser/devtools/
Ddevtools_agent_host_impl.cc74 scoped_refptr<DevToolsAgentHostImpl> protect(this); in AttachClient() local
89 scoped_refptr<DevToolsAgentHostImpl> protect(this); in DetachClient() local
124 scoped_refptr<DevToolsAgentHostImpl> protect(this); in HostClosed() local
149 scoped_refptr<DevToolsAgentHostImpl> protect(agent_host); in DetachAllClients() local
/external/chromium_org/sandbox/win/wow_helper/
Dtarget_code.cc13 SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) { in TargetNtMapViewOfSection() argument
17 allocation_type, protect); in TargetNtMapViewOfSection()
Dtarget_code.h32 SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect);
/external/libpng/scripts/
Doptions.awk82 protect = ""
236 protect = $4
237 if (protect != "") {
238 print start "#ifndef", protect end >out
239 print start "#define", protect end >out
895 if (protect != "") {
896 print start "#endif", "/*", protect, "*/" end >out
/external/lzma/CPP/Windows/
DFileMapping.h15 WRes Create(DWORD protect, UInt64 maxSize, LPCTSTR name) in Create() argument
17 …_handle = ::CreateFileMapping(INVALID_HANDLE_VALUE, NULL, protect, (DWORD)(maxSize >> 32), (DWORD)… in Create()
/external/chromium_org/content/child/npapi/
Dplugin_stream_url.cc60 scoped_refptr<PluginStream> protect(this); in Close() local
114 scoped_refptr<PluginStream> protect(this); in DidReceiveResponse() local
136 scoped_refptr<PluginStream> protect(this); in DidReceiveData() local
/external/chromium_org/sandbox/win/src/
Dtarget_interceptions.cc22 ULONG allocation_type, ULONG protect) { in TargetNtMapViewOfSection() argument
25 allocation_type, protect); in TargetNtMapViewOfSection()
Dtarget_interceptions.h22 ULONG allocation_type, ULONG protect);
/external/chromium_org/content/browser/service_worker/
Dservice_worker_version.cc45 scoped_refptr<ServiceWorkerVersion> protect(version); in RunCallbacks() local
429 scoped_refptr<ServiceWorkerVersion> protect(this); in OnStopped() local
581 scoped_refptr<ServiceWorkerVersion> protect(this); in OnActivateEventFinished() local
602 scoped_refptr<ServiceWorkerVersion> protect(this); in OnInstallEventFinished() local
620 scoped_refptr<ServiceWorkerVersion> protect(this); in OnFetchEventFinished() local
636 scoped_refptr<ServiceWorkerVersion> protect(this); in OnSyncEventFinished() local
652 scoped_refptr<ServiceWorkerVersion> protect(this); in OnPushEventFinished() local
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLDocumentParser.cpp219 RefPtrWillBeRawPtr<HTMLDocumentParser> protect(this); in prepareToStopParsing() local
282 RefPtrWillBeRawPtr<HTMLDocumentParser> protect(this); in resumeParsingAfterYield() local
360 RefPtrWillBeRawPtr<HTMLDocumentParser> protect(this); in didReceiveParsedChunkFromBackgroundParser() local
709 RefPtrWillBeRawPtr<HTMLDocumentParser> protect(this); in insert() local
786 RefPtrWillBeRawPtr<HTMLDocumentParser> protect(this); in append() local
881 RefPtrWillBeRawPtr<HTMLDocumentParser> protect(this); in finish() local
967 RefPtrWillBeRawPtr<HTMLDocumentParser> protect(this); in resumeParsingAfterScriptExecution() local
988 RefPtrWillBeRawPtr<HTMLDocumentParser> protect(this); in notifyScriptLoaded() local
1015 RefPtrWillBeRawPtr<HTMLDocumentParser> protect(this); in executeScriptsWaitingForResources() local
/external/qemu/scripts/
Dqapi.py224 def c_var(name, protect=True): argument
251 …if protect and (name in c89_words | c99_words | c11_words | gcc_words | cpp_words | polluted_words…
255 def c_fun(name, protect=True): argument
256 return c_var(name, protect).replace('.', '_')
/external/chromium_org/third_party/WebKit/Source/core/css/
DMediaQueryList.cpp84 RefPtrWillBeRawPtr<MediaQueryList> protect(this); in removeListener() local
96 RefPtrWillBeRawPtr<MediaQueryList> protect(this); in stop() local
/external/junit/src/junit/framework/
DTestResult.java114 public void protect() throws Throwable { in run()
133 p.protect(); in runProtected()
DProtectable.java13 public abstract void protect() throws Throwable; in protect() method
/external/chromium_org/content/browser/indexed_db/
Dindexed_db_transaction.cc141 scoped_refptr<IndexedDBTransaction> protect(this); in Abort() local
288 scoped_refptr<IndexedDBTransaction> protect(this); in CommitPhaseTwo() local
351 scoped_refptr<IndexedDBTransaction> protect(this); in ProcessTaskQueue() local
/external/junit/src/junit/extensions/
DTestSetup.java21 public void protect() throws Exception { in run()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DContainerNode.cpp187 RefPtrWillBeRawPtr<Node> protect(this); in insertBefore() local
306 RefPtrWillBeRawPtr<Node> protect(this); in parserInsertBefore() local
328 RefPtrWillBeRawPtr<Node> protect(this); in replaceChild() local
500 …RefPtrWillBeRawPtr<Node> protect(n); // removedFromDocument may remove all references to this node. in addChildNodesToDeletionQueue() local
531 RefPtrWillBeRawPtr<Node> protect(this); in removeChild() local
626 RefPtrWillBeRawPtr<ContainerNode> protect(this); in removeChildren() local
682 RefPtrWillBeRawPtr<ContainerNode> protect(this); in appendChild() local
752 RefPtrWillBeRawPtr<Node> protect(this); in parserAppendChild() local
777 RefPtrWillBeRawPtr<Node> protect(this); in notifyNodeInserted() local
/external/chromium_org/third_party/WebKit/Source/core/loader/
DFrameLoader.cpp412 RefPtrWillBeRawPtr<LocalFrame> protect(m_frame->view() ? m_frame.get() : nullptr); in finishedParsing() local
456 RefPtrWillBeRawPtr<LocalFrame> protect(m_frame.get()); in checkCompleted() local
603 RefPtrWillBeRawPtr<LocalFrame> protect(m_frame.get()); in completed() local
727 RefPtrWillBeRawPtr<LocalFrame> protect(m_frame.get()); in load() local
849 RefPtrWillBeRawPtr<LocalFrame> protect(m_frame.get()); in stopAllLoaders() local
905 RefPtrWillBeRawPtr<LocalFrame> protect(m_frame.get()); in commitProvisionalLoad() local
980 RefPtrWillBeRawPtr<LocalFrame> protect(m_frame.get()); in checkLoadCompleteForThisFrame() local
1168 RefPtrWillBeRawPtr<LocalFrame> protect(m_frame.get()); in receivedMainResourceError() local
1315 RefPtrWillBeRawPtr<LocalFrame> protect(m_frame.get()); in loadWithNavigationAction() local
1436 RefPtrWillBeRawPtr<LocalFrame> protect(m_frame.get()); in loadHistoryItem() local
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
Dcryptoalg.h88 void *protect,

12345678910