/external/chromium_org/sandbox/win/src/ |
D | service_resolver.h | 18 ServiceResolverThunk(HANDLE process, bool relaxed) in ServiceResolverThunk() 91 Wow64ResolverThunk(HANDLE process, bool relaxed) in Wow64ResolverThunk() 106 Wow64W8ResolverThunk(HANDLE process, bool relaxed) in Wow64W8ResolverThunk() 121 Win2kResolverThunk(HANDLE process, bool relaxed) in Win2kResolverThunk() 138 Win8ResolverThunk(HANDLE process, bool relaxed) in Win8ResolverThunk()
|
D | target_interceptions.cc | 20 HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size, in TargetNtMapViewOfSection() 82 NtUnmapViewOfSectionFunction orig_UnmapViewOfSection, HANDLE process, in TargetNtUnmapViewOfSection()
|
/external/chromium_org/tools/json_schema_compiler/ |
D | idl_schema.py | 98 def process(self, callbacks): member in Callspec 126 def process(self, callbacks): member in Param 140 def process(self, callbacks): member in Dictionary 166 def process(self, callbacks): member in Member 222 def process(self, callbacks): member in Typeref 291 def process(self, callbacks): member in Enum 340 def process(self): member in Namespace 387 def process(self): member in IDLSchema
|
/external/icu4c/layout/ |
D | SinglePositioningSubtables.cpp | 18 le_uint32 SinglePositioningSubtable::process(GlyphIterator *glyphIterator, const LEFontInstance *fo… in process() function in SinglePositioningSubtable 44 le_uint32 SinglePositioningFormat1Subtable::process(GlyphIterator *glyphIterator, const LEFontInsta… in process() function in SinglePositioningFormat1Subtable 58 le_uint32 SinglePositioningFormat2Subtable::process(GlyphIterator *glyphIterator, const LEFontInsta… in process() function in SinglePositioningFormat2Subtable
|
D | SingleSubstitutionSubtables.cpp | 17 le_uint32 SingleSubstitutionSubtable::process(GlyphIterator *glyphIterator, const LEGlyphFilter *fi… in process() function in SingleSubstitutionSubtable 43 le_uint32 SingleSubstitutionFormat1Subtable::process(GlyphIterator *glyphIterator, const LEGlyphFil… in process() function in SingleSubstitutionFormat1Subtable 61 le_uint32 SingleSubstitutionFormat2Subtable::process(GlyphIterator *glyphIterator, const LEGlyphFil… in process() function in SingleSubstitutionFormat2Subtable
|
D | MorphTables.cpp | 23 void MorphTableHeader::process(LEGlyphStorage &glyphStorage) const in process() function in MorphTableHeader 55 void MorphSubtableHeader::process(LEGlyphStorage &glyphStorage) const in process() function in MorphSubtableHeader
|
D | PairPositioningSubtables.cpp | 19 le_uint32 PairPositioningSubtable::process(GlyphIterator *glyphIterator, const LEFontInstance *font… in process() function in PairPositioningSubtable 45 le_uint32 PairPositioningFormat1Subtable::process(GlyphIterator *glyphIterator, const LEFontInstanc… in process() function in PairPositioningFormat1Subtable 88 le_uint32 PairPositioningFormat2Subtable::process(GlyphIterator *glyphIterator, const LEFontInstanc… in process() function in PairPositioningFormat2Subtable
|
D | MorphTables2.cpp | 20 void MorphTableHeader2::process(LEGlyphStorage &glyphStorage, le_int32 typoFlags) const in process() function in MorphTableHeader2 164 void MorphSubtableHeader2::process(LEGlyphStorage &glyphStorage) const in process() function in MorphSubtableHeader2
|
D | ContextualSubstSubtables.cpp | 148 le_uint32 ContextualSubstitutionSubtable::process(const LookupProcessor *lookupProcessor, in process() function in ContextualSubstitutionSubtable 185 le_uint32 ContextualSubstitutionFormat1Subtable::process(const LookupProcessor *lookupProcessor, in process() function in ContextualSubstitutionFormat1Subtable 234 le_uint32 ContextualSubstitutionFormat2Subtable::process(const LookupProcessor *lookupProcessor, in process() function in ContextualSubstitutionFormat2Subtable 286 le_uint32 ContextualSubstitutionFormat3Subtable::process(const LookupProcessor *lookupProcessor, in process() function in ContextualSubstitutionFormat3Subtable 319 le_uint32 ChainingContextualSubstitutionSubtable::process(const LookupProcessor *lookupProcessor, in process() function in ChainingContextualSubstitutionSubtable 362 le_uint32 ChainingContextualSubstitutionFormat1Subtable::process(const LookupProcessor *lookupProce… in process() function in ChainingContextualSubstitutionFormat1Subtable 433 le_uint32 ChainingContextualSubstitutionFormat2Subtable::process(const LookupProcessor *lookupProce… in process() function in ChainingContextualSubstitutionFormat2Subtable 513 le_uint32 ChainingContextualSubstitutionFormat3Subtable::process(const LookupProcessor *lookupProce… in process() function in ChainingContextualSubstitutionFormat3Subtable
|
/external/chromium_org/components/visitedlink/browser/ |
D | visitedlink_event_listener.cc | 48 content::RenderProcessHost* process = in SendVisitedLinkTable() local 84 content::RenderProcessHost* process = in Update() local 137 content::RenderProcessHost* process = in NewTable() local 182 content::RenderProcessHost* process = in Observe() local 198 content::RenderProcessHost* process = in Observe() local
|
/external/chromium/chrome/browser/ |
D | desktop_notification_handler.cc | 52 RenderProcessHost* process = render_view_host()->process(); in OnShow() local 64 RenderProcessHost* process = render_view_host()->process(); in OnCancel() local 81 RenderProcessHost* process = render_view_host()->process(); in OnRequestPermission() local
|
/external/chromium_org/base/process/ |
D | process_handle_linux.cc | 12 ProcessId GetParentProcessId(ProcessHandle process) { in GetParentProcessId() 20 FilePath GetProcessExecutablePath(ProcessHandle process) { in GetProcessExecutablePath()
|
D | process_handle_openbsd.cc | 13 ProcessId GetParentProcessId(ProcessHandle process) { in GetParentProcessId() 30 FilePath GetProcessExecutablePath(ProcessHandle process) { in GetProcessExecutablePath()
|
D | process_handle_freebsd.cc | 13 ProcessId GetParentProcessId(ProcessHandle process) { in GetParentProcessId() 24 FilePath GetProcessExecutablePath(ProcessHandle process) { in GetProcessExecutablePath()
|
D | process_handle_win.cc | 66 void CloseProcessHandle(ProcessHandle process) { in CloseProcessHandle() 70 ProcessId GetProcId(ProcessHandle process) { in GetProcId() 75 bool GetProcessIntegrityLevel(ProcessHandle process, IntegrityLevel *level) { in GetProcessIntegrityLevel()
|
D | kill_win.cc | 59 TimerExpiredTask::TimerExpiredTask(ProcessHandle process) : process_(process) { in TimerExpiredTask() 94 bool KillProcess(ProcessHandle process, int exit_code, bool wait) { in KillProcess() 110 HANDLE process = OpenProcess(PROCESS_TERMINATE | SYNCHRONIZE, in KillProcessById() local 211 HANDLE process = OpenProcess(SYNCHRONIZE, in WaitForProcessesToExit() local 239 void EnsureProcessTerminated(ProcessHandle process) { in EnsureProcessTerminated()
|
D | process_handle_posix.cc | 40 void CloseProcessHandle(ProcessHandle process) { in CloseProcessHandle() 45 ProcessId GetProcId(ProcessHandle process) { in GetProcId()
|
D | process_metrics_ios.cc | 24 ProcessMetrics::ProcessMetrics(ProcessHandle process) {} in ProcessMetrics() 29 ProcessMetrics* ProcessMetrics::CreateProcessMetrics(ProcessHandle process) { in CreateProcessMetrics()
|
/external/chromium_org/chrome/browser/task_manager/ |
D | os_resource_win.cc | 9 void GetWinGDIHandles(base::ProcessHandle process, in GetWinGDIHandles() 26 void GetWinUSERHandles(base::ProcessHandle process, in GetWinUSERHandles()
|
/external/chromium-trace/trace-viewer/src/tracing/tracks/ |
D | process_track.js | 49 set process(process) { argument 53 get process() { getter in ProcessTrack
|
/external/clang/test/CXX/temp/temp.decls/temp.alias/ |
D | p2.cpp | 23 void process(Vec<T>& v) // expected-note {{previous definition is here}} in process() function 27 void process(vector<T, Alloc<T>>& w) // expected-error {{redefinition of 'process'}} in process() function
|
/external/chromium_org/base/memory/ |
D | shared_memory.h | 208 bool ShareReadOnlyToProcess(ProcessHandle process, in ShareReadOnlyToProcess() 219 bool GiveReadOnlyToProcess(ProcessHandle process, in GiveReadOnlyToProcess() 230 bool ShareToProcess(ProcessHandle process, in ShareToProcess() 241 bool GiveToProcess(ProcessHandle process, in GiveToProcess()
|
/external/chromium/chrome/browser/service/ |
D | service_process_control_browsertest.cc | 37 ServiceProcessControl* process = in LaunchServiceProcessControl() local 100 ServiceProcessControl* process() { return process_; } in process() function in ServiceProcessControlBrowserTest 163 ServiceProcessControl* process = in IN_PROC_BROWSER_TEST_F() local 188 ServiceProcessControl* process = in IN_PROC_BROWSER_TEST_F() local
|
/external/chromium/base/ |
D | shared_memory.h | 149 bool ShareToProcess(ProcessHandle process, in ShareToProcess() 160 bool GiveToProcess(ProcessHandle process, in GiveToProcess()
|
/external/chromium_org/chrome/browser/spellchecker/ |
D | spellcheck_service.cc | 159 void SpellcheckService::InitForRenderer(content::RenderProcessHost* process) { in InitForRenderer() 226 content::RenderProcessHost* process = in Observe() local 277 content::RenderProcessHost* process = i.GetCurrentValue(); in InitForAllRenderers() local 289 content::RenderProcessHost* process = i.GetCurrentValue(); in OnEnableAutoSpellCorrectChanged() local
|