OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pp_exclusive
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/renderer_host/pepper/
pepper_security_helper.cc
32
bool
pp_exclusive
= !!(pp_open_flags & PP_FILEOPENFLAG_EXCLUSIVE);
local
49
if (
pp_exclusive
) {
/external/chromium_org/ppapi/shared_impl/
file_type_conversion.cc
44
bool
pp_exclusive
= !!(pp_open_flags & PP_FILEOPENFLAG_EXCLUSIVE);
local
65
if (
pp_exclusive
) {
Completed in 77 milliseconds