OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:legacy_device_id_instance_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/prefs/
pref_hash_calculator.h
62
// caches the result in |
legacy_device_id_instance_
| for future retrievals.
77
mutable scoped_ptr<const std::string>
legacy_device_id_instance_
;
member in class:PrefHashCalculator
pref_hash_calculator.cc
140
if (!
legacy_device_id_instance_
) {
142
// this operation is stored in |
legacy_device_id_instance_
| and will thus
151
legacy_device_id_instance_
.reset(
155
return *
legacy_device_id_instance_
;
Completed in 741 milliseconds