OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:utility_process_host
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/
image_decoder.cc
11
#include "content/public/browser/
utility_process_host
.h"
61
UtilityProcessHost*
utility_process_host
;
local
62
utility_process_host
= UtilityProcessHost::Create(this, task_runner_.get());
64
utility_process_host
->Send(
67
utility_process_host
->Send(new ChromeUtilityMsg_DecodeImage(image_data));
/external/chromium/chrome/browser/chromeos/login/
image_decoder.cc
46
UtilityProcessHost*
utility_process_host
=
local
49
utility_process_host
->StartImageDecoding(image_data);
Completed in 804 milliseconds