OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enumerate_devices_context_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/renderer/pepper/
pepper_device_enumeration_host_helper.cc
136
if (
enumerate_devices_context_
.is_valid())
146
enumerate_devices_context_
= context->MakeReplyMessageContext();
171
DCHECK(
enumerate_devices_context_
.is_valid());
175
enumerate_devices_context_
.params.set_result(PP_OK);
177
enumerate_devices_context_
,
179
enumerate_devices_context_
= ppapi::host::ReplyMessageContext();
pepper_device_enumeration_host_helper.h
105
ppapi::host::ReplyMessageContext
enumerate_devices_context_
;
member in class:content::PepperDeviceEnumerationHostHelper
Completed in 195 milliseconds