Searched defs:GetDouble (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dscreen_context.cc78 double ScreenContext::GetDouble(const KeyType& key) const { function in class:chromeos::ScreenContext
82 double ScreenContext::GetDouble(const KeyType& key, function in class:chromeos::ScreenContext
/external/chromium_org/chrome/browser/chromeos/settings/
H A Dcros_settings.cc165 bool CrosSettings::GetDouble(const std::string& path, function in class:chromeos::CrosSettings
/external/chromium_org/chrome/browser/history/android/
H A Dsqlite_cursor.cc97 jdouble SQLiteCursor::GetDouble(JNIEnv* env, jobject obj, jint column) { function in class:SQLiteCursor
/external/lldb/source/API/
H A DSBData.cpp176 SBData::GetDouble (lldb::SBError& error, lldb::offset_t offset) function in class:SBData
187 value = m_opaque_sp->GetDouble(&offset);
192 log->Printf ("SBData::GetDouble (error=%p,offset=%" PRIu64 ") => "
/external/chromium_org/base/prefs/
H A Dpref_service.cc119 double PrefService::GetDouble(const char* path) const { function in class:PrefService
/external/chromium_org/base/
H A Dvalues.cc502 bool DictionaryValue::GetDouble(const std::string& path, function in class:base::DictionaryValue
898 bool ListValue::GetDouble(size_t index, double* out_value) const { function in class:base::ListValue
/external/lldb/source/Core/
H A DDataExtractor.cpp753 DataExtractor::GetDouble (offset_t *offset_ptr) const function in class:DataExtractor
1692 double d64_1 = GetDouble (&offset);
1693 double d64_2 = GetDouble (&offset);
1843 ss << GetDouble(&offset);
1909 llvm::APFloat ap_float (GetDouble (&offset));

Completed in 224 milliseconds