GetDoubleWithoutPathExpansion  305 base/values.h    bool GetDoubleWithoutPathExpansion(const std::string& key,
GetDoubleWithoutPathExpansion  951 base/values_unittest.cc   EXPECT_FALSE(main_dict.GetDoubleWithoutPathExpansion("bool", NULL));
GetDoubleWithoutPathExpansion  952 base/values_unittest.cc   EXPECT_TRUE(main_dict.GetDoubleWithoutPathExpansion("int", NULL));
GetDoubleWithoutPathExpansion  953 base/values_unittest.cc   EXPECT_TRUE(main_dict.GetDoubleWithoutPathExpansion("double", NULL));
GetDoubleWithoutPathExpansion  954 base/values_unittest.cc   EXPECT_FALSE(main_dict.GetDoubleWithoutPathExpansion("string", NULL));
GetDoubleWithoutPathExpansion  955 base/values_unittest.cc   EXPECT_FALSE(main_dict.GetDoubleWithoutPathExpansion("binary", NULL));
GetDoubleWithoutPathExpansion  956 base/values_unittest.cc   EXPECT_FALSE(main_dict.GetDoubleWithoutPathExpansion("dict", NULL));
GetDoubleWithoutPathExpansion  957 base/values_unittest.cc   EXPECT_FALSE(main_dict.GetDoubleWithoutPathExpansion("list", NULL));
GetDoubleWithoutPathExpansion  958 base/values_unittest.cc   EXPECT_FALSE(main_dict.GetDoubleWithoutPathExpansion("DNE", NULL));
GetDoubleWithoutPathExpansion  224 chrome/browser/chromeos/timezone/timezone_request.cc   if (!response_object->GetDoubleWithoutPathExpansion(kDstOffsetString,
GetDoubleWithoutPathExpansion  232 chrome/browser/chromeos/timezone/timezone_request.cc   if (!response_object->GetDoubleWithoutPathExpansion(kRawOffsetString,
GetDoubleWithoutPathExpansion  692 chromeos/dbus/cros_disks_client.cc   if (properties->GetDoubleWithoutPathExpansion(cros_disks::kDeviceSize,
GetDoubleWithoutPathExpansion  698 chromeos/dbus/cros_disks_client.cc   if (properties->GetDoubleWithoutPathExpansion(cros_disks::kDeviceMediaType,
GetDoubleWithoutPathExpansion  119 chromeos/network/network_sms_handler.cc     if (message->GetDoubleWithoutPathExpansion(kIndexKey, &index))