OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:child_process_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/importer/
firefox_importer_unittest_utils_mac.cc
122
:
child_process_
(0) {
139
&
child_process_
);
140
return ret && (
child_process_
!= 0);
147
if (
child_process_
) {
148
base::WaitForSingleProcess(
child_process_
, 5000);
149
base::CloseProcessHandle(
child_process_
);
firefox_importer_unittest_utils.h
52
base::ProcessHandle
child_process_
;
member in class:FFUnitTestDecryptorProxy
/external/chromium/chrome/browser/task_manager/
task_manager_resource_providers.cc
846
:
child_process_
(child_proc),
875
return
child_process_
.handle();
881
switch (
child_process_
.type())
[
all
...]
task_manager_resource_providers.h
285
ChildProcessInfo
child_process_
;
member in class:TaskManagerChildProcessResource
Completed in 409 milliseconds