/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);
|
/external/chromium_org/base/prefs/ |
testing_pref_store.cc | 106 const base::Value* stored_value; local 107 if (!prefs_.GetValue(key, &stored_value) || !stored_value) 110 return stored_value->GetAsString(value); 114 const base::Value* stored_value; local 115 if (!prefs_.GetValue(key, &stored_value) || !stored_value) 118 return stored_value->GetAsInteger(value); 122 const base::Value* stored_value; local 123 if (!prefs_.GetValue(key, &stored_value) || !stored_value [all...] |
pref_value_map.cc | 95 const base::Value* stored_value = NULL; local 96 return GetValue(key, &stored_value) && stored_value->GetAsBoolean(value); 105 const base::Value* stored_value = NULL; local 106 return GetValue(key, &stored_value) && stored_value->GetAsString(value); 115 const base::Value* stored_value = NULL; local 116 return GetValue(key, &stored_value) && stored_value->GetAsInteger(value);
|
/external/chromium_org/components/policy/core/browser/ |
configuration_policy_pref_store.cc | 67 const Value* stored_value = NULL; local 68 if (!prefs_.get() || !prefs_->GetValue(key, &stored_value)) 72 *value = stored_value;
|
/external/chromium_org/chrome/browser/profile_resetter/ |
jtl_interpreter_unittest.cc | 344 std::string stored_value; member in struct:__anon8177::TestCase 371 if (cases[i].stored_value == VALUE_TRUE || 372 cases[i].stored_value == VALUE_FALSE) 373 store_op = OP_STORE_BOOL(VAR_HASH_1, cases[i].stored_value); 374 else if (!cases[i].stored_value.empty()) 375 store_op = OP_STORE_HASH(VAR_HASH_1, cases[i].stored_value); 429 std::string stored_value; member in struct:__anon8177::TestCase 476 if (cases[i].stored_value == VALUE_TRUE || 477 cases[i].stored_value == VALUE_FALSE) 478 store_op = OP_STORE_BOOL(VAR_HASH_1, cases[i].stored_value); [all...] |
jtl_interpreter.cc | 382 const Value* stored_value = NULL; variable 383 if (!context->working_memory()->Get(hashed_name_, &stored_value)) 387 !context->current_node()->Equals(stored_value)) 393 !stored_value->GetAsString(&stored_hash) ||
|
/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>
|
/prebuilts/ndk/9/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>
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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>
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/ |
iterator_facade.hpp | 145 : stored_value(*x) 155 return this->stored_value; 158 mutable value_type stored_value; member in class:boost::detail::postfix_increment_proxy 171 : stored_value(*x) 188 return stored_value; 214 mutable value_type stored_value; member in class:boost::detail::writable_postfix_increment_proxy
|
/external/chromium_org/chrome/browser/extensions/api/file_system/ |
file_system_apitest.cc | 136 base::FilePath stored_value = local 139 EXPECT_TRUE(stored_value.empty()); 142 base::MakeAbsoluteFilePath(stored_value));
|
/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/chromium_org/v8/src/ |
objects.cc | 4821 Object* stored_value = GetHiddenProperty(GetHeap()->identity_hash_string()); local [all...] |
/external/v8/src/ |
objects.cc | 3589 Object* stored_value = GetHiddenProperty(GetHeap()->identity_hash_symbol()); local [all...] |