Home
last modified time | relevance | path

Searched refs:protect (Results 1 – 25 of 229) 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/webkit/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/
DResourceLoader.cpp183 RefPtr<ResourceLoader> protect(this); in didDownloadData() local
259 RefPtr<ResourceLoader> protect(this); in willSendRequest() local
290 RefPtr<ResourceLoader> protect(this); in didSendData() local
307 RefPtr<ResourceLoader> protect(this); in didReceiveResponse() local
348 RefPtr<ResourceLoader> protect(this); in didReceiveData() local
366 RefPtr<ResourceLoader> protect(this); in didFinishLoading() local
385 RefPtr<ResourceLoader> protect(this); in didFail() local
413 RefPtr<ResourceLoader> protect(this); in requestSynchronously() local
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
95 InternalResourcePtr protect(this); in responseReceived() local
/external/chromium_org/chrome_frame/
Dvtable_patch_manager.cc116 DWORD protect = 0; in PatchInterfaceMethods() local
118 PAGE_EXECUTE_READWRITE, &protect)) { in PatchInterfaceMethods()
132 if (!::VirtualProtect(&vtable[it->index_], sizeof(PROC), protect, in PatchInterfaceMethods()
133 &protect)) { in PatchInterfaceMethods()
/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/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.cc48 scoped_refptr<PluginStream> protect(this); in Close() local
99 scoped_refptr<PluginStream> protect(this); in DidReceiveResponse() local
121 scoped_refptr<PluginStream> protect(this); in DidReceiveData() local
Dplugin_string_stream.cc26 scoped_refptr<PluginStringStream> protect(this); in SendToPlugin() 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/third_party/WebKit/Source/core/html/parser/
DHTMLDocumentParser.cpp170 RefPtr<HTMLDocumentParser> protect(this); in prepareToStopParsing() local
233 RefPtr<HTMLDocumentParser> protect(this); in resumeParsingAfterYield() local
311 RefPtr<HTMLDocumentParser> protect(this); in didReceiveParsedChunkFromBackgroundParser() local
627 RefPtr<HTMLDocumentParser> protect(this); in insert() local
706 RefPtr<HTMLDocumentParser> protect(this); in append() local
879 RefPtr<HTMLDocumentParser> protect(this); in resumeParsingAfterScriptExecution() local
914 RefPtr<HTMLDocumentParser> protect(this); in notifyFinished() local
941 RefPtr<HTMLDocumentParser> protect(this); in executeScriptsWaitingForResources() 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.cc145 scoped_refptr<IndexedDBTransaction> protect(this); in Abort() local
236 scoped_refptr<IndexedDBTransaction> protect(this); in Commit() local
294 scoped_refptr<IndexedDBTransaction> protect(this); in ProcessTaskQueue() local
/external/junit/src/junit/extensions/
DTestSetup.java21 public void protect() throws Exception { in run()
/external/srtp/crypto/include/
Dcryptoalg.h88 void *protect,
Dxfm.h56 void *protect,
/external/chromium_org/third_party/WebKit/Source/core/loader/
DDocumentLoader.cpp276 RefPtr<DocumentLoader> protect(this); in notifyFinished() local
290 RefPtr<DocumentLoader> protect(this); in finishedLoading() local
347 RefPtr<DocumentLoader> protect(this); in handleSubstituteDataLoadNow() local
502 RefPtr<DocumentLoader> protect(this); in responseReceived() local
815 RefPtr<DocumentLoader> protect(this); in startLoadingMainResource() local
872 RefPtr<DocumentLoader> protect(this); in cancelMainResourceLoad() local
DFrameLoader.cpp448 RefPtr<Frame> protect(m_frame); in checkCompleted() local
492 RefPtr<Frame> protect(m_frame); in checkTimerFired() local
612 RefPtr<Frame> protect(m_frame); in completed() local
704 RefPtr<Frame> protect(m_frame); in load() local
795 RefPtr<Frame> protect(m_frame); in stopAllLoaders() local
860 RefPtr<Frame> protect(m_frame); in commitProvisionalLoad() local
1093 RefPtr<Frame> protect(m_frame); in frameDetached() local
1101 RefPtr<Frame> protect(m_frame); in detachFromParent() local
1195 RefPtr<Frame> protect(m_frame); in receivedMainResourceError() local
1335 RefPtr<Frame> protect(m_frame); in loadWithNavigationAction() local
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
DWorkerThreadableWebSocketChannel.cpp438 RefPtr<Bridge> protect(this); in initialize() local
498 RefPtr<Bridge> protect(this); in send() local
516 RefPtr<Bridge> protect(this); in send() local
530 RefPtr<Bridge> protect(this); in send() local
553 RefPtr<Bridge> protect(this); in bufferedAmount() local
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGAnimatedProperty.cpp63 RefPtr<SVGAnimatedProperty> protect = cache->get(*it); in detachAnimatedPropertiesForElement() local
/external/chromium_org/content/browser/devtools/
Ddevtools_agent_host_impl.cc65 scoped_refptr<DevToolsAgentHostImpl> protect(this); in NotifyCloseListener() local
/external/chromium_org/third_party/WebKit/Source/core/dom/
DContainerNode.cpp174 RefPtr<Node> protect(this); in insertBefore() local
290 RefPtr<Node> protect(this); in replaceChild() local
407 RefPtr<Node> protect(this); in removeChild() local
501 RefPtr<ContainerNode> protect(this); in removeChildren() local
549 RefPtr<ContainerNode> protect(this); in appendChild() local

12345678910