OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ipc_thread_id
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/child/service_worker/
service_worker_message_filter.cc
25
int
ipc_thread_id
= 0;
local
26
const bool success = PickleIterator(msg).ReadInt(&
ipc_thread_id
);
28
if (!
ipc_thread_id
)
30
return new WorkerThreadTaskRunner(
ipc_thread_id
);
/external/chromium_org/content/child/indexed_db/
indexed_db_message_filter.cc
26
int
ipc_thread_id
= 0;
local
27
const bool success = PickleIterator(msg).ReadInt(&
ipc_thread_id
);
29
if (!
ipc_thread_id
)
31
return new WorkerThreadTaskRunner(
ipc_thread_id
);
52
int32
ipc_thread_id
,
Completed in 51 milliseconds