OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:found_value
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/base/prefs/
pref_service.cc
492
const base::Value*
found_value
= NULL;
local
493
if (pref_value_store()->GetRecommendedValue(name_, type_, &
found_value
)) {
494
DCHECK(
found_value
->IsType(type_));
495
return
found_value
;
543
const base::Value*
found_value
= NULL;
local
545
if (pref_value_store_->GetValue(path, default_type, &
found_value
)) {
546
DCHECK(
found_value
->IsType(default_type));
547
return
found_value
;
/external/chromium_org/third_party/leveldatabase/src/db/
table_cache.h
39
// call (*handle_result)(arg, found_key,
found_value
).
/external/chromium/chrome/browser/prefs/
pref_service.cc
667
const Value*
found_value
= NULL;
local
668
if (pref_value_store()->GetValue(name_, type_, &
found_value
)) {
669
DCHECK(
found_value
->IsType(type_));
670
return
found_value
;
Completed in 84 milliseconds