OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mapping_entry
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/components/policy/core/browser/
configuration_policy_handler.cc
241
const MappingEntry*
mapping_entry
= *it;
local
242
if (
mapping_entry
->enum_value == entry_value) {
243
return_value = make_scoped_ptr(
mapping_entry
->mapped_value->DeepCopy());
Completed in 1684 milliseconds