HomeSort by relevance Sort by last modified time
    Searched defs:FindValue (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/components/variations/
caching_permuted_entropy_provider.cc 46 if (!FindValue(randomization_seed, &value)) {
97 bool CachingPermutedEntropyProvider::FindValue(uint32 randomization_seed,
  /external/chromium_org/base/metrics/
field_trial.cc 348 int FieldTrialList::FindValue(const std::string& name) {
  /external/chromium_org/chrome/browser/prefs/
prefs_syncable_service_unittest.cc 166 scoped_ptr<base::Value> FindValue(const std::string& name,
237 EXPECT_FALSE(FindValue(prefs::kHomePage, out).get());
251 scoped_ptr<base::Value> value(FindValue(prefs::kHomePage, out));
254 value = FindValue(prefs::kURLsToRestoreOnStartup, out).Pass();
281 ASSERT_FALSE(FindValue(prefs::kHomePage, out).get());
282 ASSERT_FALSE(FindValue(prefs::kDefaultCharset, out).get());
291 FindValue(prefs::kURLsToRestoreOnStartup, out));
320 FindValue(prefs::kURLsToRestoreOnStartup, out));
328 ASSERT_FALSE(FindValue(prefs::kURLsToRestoreOnStartupOld, out).get());
354 ASSERT_FALSE(FindValue(prefs::kHomePage, out).get())
    [all...]
  /external/lldb/source/API/
SBFrame.cpp 806 SBFrame::FindValue (const char *name, ValueType value_type)
815 value = FindValue (name, value_type, use_dynamic);
821 SBFrame::FindValue (const char *name, ValueType value_type, lldb::DynamicValueType use_dynamic)
829 log->Printf ("SBFrame::FindValue called with empty name.");
949 log->Printf ("SBFrame::FindValue () => error: could not reconstruct frame object for this SBFrame.");
955 log->Printf ("SBFrame::FindValue () => error: process is running");
    [all...]

Completed in 302 milliseconds