/external/iproute2/doc/ |
D | preamble.tex | 7 \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/ |
D | special_storage_policy.cc | 24 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/ |
D | ResourceLoader.cpp | 183 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
|
D | RawResource.cpp | 45 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/ |
D | vtable_patch_manager.cc | 116 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/ |
D | target_code.cc | 13 SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) { in TargetNtMapViewOfSection() argument 17 allocation_type, protect); in TargetNtMapViewOfSection()
|
D | target_code.h | 32 SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect);
|
/external/lzma/CPP/Windows/ |
D | FileMapping.h | 15 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/ |
D | plugin_stream_url.cc | 48 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
|
D | plugin_string_stream.cc | 26 scoped_refptr<PluginStringStream> protect(this); in SendToPlugin() local
|
/external/chromium_org/sandbox/win/src/ |
D | target_interceptions.cc | 22 ULONG allocation_type, ULONG protect) { in TargetNtMapViewOfSection() argument 25 allocation_type, protect); in TargetNtMapViewOfSection()
|
D | target_interceptions.h | 22 ULONG allocation_type, ULONG protect);
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
D | HTMLDocumentParser.cpp | 170 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/ |
D | TestResult.java | 114 public void protect() throws Throwable { in run() 133 p.protect(); in runProtected()
|
D | Protectable.java | 13 public abstract void protect() throws Throwable; in protect() method
|
/external/chromium_org/content/browser/indexed_db/ |
D | indexed_db_transaction.cc | 145 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/ |
D | TestSetup.java | 21 public void protect() throws Exception { in run()
|
/external/srtp/crypto/include/ |
D | cryptoalg.h | 88 void *protect,
|
D | xfm.h | 56 void *protect,
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
D | DocumentLoader.cpp | 276 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
|
D | FrameLoader.cpp | 448 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/ |
D | WorkerThreadableWebSocketChannel.cpp | 438 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/ |
D | SVGAnimatedProperty.cpp | 63 RefPtr<SVGAnimatedProperty> protect = cache->get(*it); in detachAnimatedPropertiesForElement() local
|
/external/chromium_org/content/browser/devtools/ |
D | devtools_agent_host_impl.cc | 65 scoped_refptr<DevToolsAgentHostImpl> protect(this); in NotifyCloseListener() local
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | ContainerNode.cpp | 174 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
|