HomeSort by relevance Sort by last modified time
    Searched refs:stored_value (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/prefs/
testing_pref_store.cc 98 const Value* stored_value; local
99 if (!prefs_.GetValue(key, &stored_value) || !stored_value)
102 return stored_value->GetAsString(value);
106 const Value* stored_value; local
107 if (!prefs_.GetValue(key, &stored_value) || !stored_value)
110 return stored_value->GetAsInteger(value);
114 const Value* stored_value; local
115 if (!prefs_.GetValue(key, &stored_value) || !stored_value
    [all...]
pref_value_map.cc 90 const Value* stored_value = NULL; local
91 return GetValue(key, &stored_value) && stored_value->GetAsBoolean(value);
96 const Value* stored_value = NULL; local
97 return GetValue(key, &stored_value) && stored_value->GetAsString(value);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/
types_traits.hpp 78 struct stored_value struct in namespace:__gnu_pbds::detail
96 : public stored_value<_Tv>, public stored_hash<_Th>
102 : public stored_value<_Tv>
  /external/chromium/chrome/browser/policy/
configuration_policy_pref_store.cc 296 const Value* stored_value = NULL; local
297 if (!prefs_.GetValue(key, &stored_value))
302 if (stored_value->IsType(Value::TYPE_NULL))
305 *result = stored_value;
    [all...]
  /external/v8/src/
objects.cc 3589 Object* stored_value = GetHiddenProperty(GetHeap()->identity_hash_symbol()); local
    [all...]

Completed in 280 milliseconds