HomeSort by relevance Sort by last modified time
    Searched refs:GetDouble (Results 26 - 50 of 142) sorted by null

12 3 4 5 6

  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
display_options_handler.cc 300 if (!args->GetDouble(0, &layout) || !args->GetDouble(1, &offset)) {
323 if (!args->GetDouble(1, &ui_scale) || ui_scale == 0.0f) {
339 if (!args->GetDouble(1, &width) || width == 0.0f) {
343 if (!args->GetDouble(2, &height) || height == 0.0f) {
  /external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector.cc 183 if (location->GetDouble(kLatitude, &position.latitude) &&
184 location->GetDouble(kLongitude, &position.longitude) &&
185 location->GetDouble(kAltitude, &position.altitude) &&
186 location->GetDouble(kAccuracy, &position.accuracy) &&
187 location->GetDouble(kAltitudeAccuracy, &position.altitude_accuracy) &&
188 location->GetDouble(kHeading, &position.heading) &&
189 location->GetDouble(kSpeed, &position.speed) &&
  /external/chromium_org/chrome/test/chromedriver/
session_commands.cc 332 if (!params.GetDouble("ms", &ms_double))
361 if (!params.GetDouble("ms", &ms) || ms < 0)
373 if (!params.GetDouble("ms", &ms) || ms < 0)
454 if (!params.GetDouble("x", &x) || !params.GetDouble("y", &y))
505 if (!params.GetDouble("width", &width) ||
506 !params.GetDouble("height", &height))
element_util.cc 29 if (!dict_value->GetDouble("x", &x) ||
30 !dict_value->GetDouble("y", &y))
42 if (!dict_value->GetDouble("width", &width) ||
43 !dict_value->GetDouble("height", &height))
55 if (!dict_value->GetDouble("left", &x) ||
56 !dict_value->GetDouble("top", &y) ||
57 !dict_value->GetDouble("width", &width) ||
58 !dict_value->GetDouble("height", &height))
  /external/chromium/chrome/browser/prefs/
pref_member_unittest.cc 148 EXPECT_EQ(0.0, prefs.GetDouble(kDoublePref));
155 EXPECT_EQ(1.0, prefs.GetDouble(kDoublePref));
160 EXPECT_EQ(3.0, prefs.GetDouble(kDoublePref));
pref_service.h 202 double GetDouble(const char* path) const;
  /external/chromium_org/base/prefs/
pref_member_unittest.cc 154 EXPECT_EQ(0.0, prefs.GetDouble(kDoublePref));
161 EXPECT_EQ(1.0, prefs.GetDouble(kDoublePref));
166 EXPECT_EQ(3.0, prefs.GetDouble(kDoublePref));
  /external/chromium_org/net/http/
transport_security_persister.cc 238 !parsed->GetDouble(kExpiry, &expiry)) {
245 parsed->GetDouble(kDynamicSPKIHashesExpiry,
274 if (parsed->GetDouble(kCreated, &created)) {
  /external/chromium/chrome/browser/net/
referrer.cc 133 if (!subresource_list->GetDouble(index++, &rate))
  /external/chromium_org/chrome/browser/
chrome_page_zoom.cc 71 GetPrefs()->GetDouble(prefs::kDefaultZoomLevel);
  /external/chromium_org/chrome/browser/chromeos/settings/
cros_settings.h 80 bool GetDouble(const std::string& path, double* out_value) const;
  /external/chromium_org/chrome/browser/history/android/
sqlite_cursor.h 104 jdouble GetDouble(JNIEnv* env, jobject obj, jint column);
  /external/chromium_org/chrome/browser/net/
referrer.cc 133 if (!subresource_list->GetDouble(index++, &rate))
  /external/chromium_org/chrome/browser/ui/webui/ntp/
core_app_launcher_handler.cc 85 CHECK(args->GetDouble(1, &source));
  /external/chromium_org/chrome/test/chromedriver/chrome/
navigation_tracker.cc 92 if (!params.GetDouble("delay", &delay))
  /external/chromium_org/jingle/glue/
utils.cc 79 !dic_value->GetDouble("preference", &preference) ||
  /external/chromium_org/tools/json_schema_compiler/
util.cc 21 return from.GetDouble(index, out);
  /external/chromium/chrome/browser/extensions/
extension_cookies_unittest.cc 132 cookie_value1->GetDouble(keys::kExpirationDateKey, &double_value));
148 cookie_value2->GetDouble(keys::kExpirationDateKey, &double_value));
  /external/chromium_org/chrome/browser/chromeos/audio/
audio_devices_pref_handler_impl.cc 118 device_volume_settings_->GetDouble(device_id_str, &value);
201 double old_volume = local_state_->GetDouble(prefs::kAudioVolumePercent);
  /external/chromium_org/chrome/browser/chromeos/power/
power_prefs_unittest.cc 132 prefs->GetDouble(prefs::kPowerPresentationScreenDimDelayFactor));
134 prefs->GetDouble(prefs::kPowerUserActivityScreenDimDelayFactor));
  /external/chromium_org/chrome/test/automation/
browser_proxy.cc 321 if (!tab_dict->GetDouble("load_start_ms", &temp))
325 if (!tab_dict->GetDouble("load_stop_ms", &temp))
  /external/chromium_org/chrome/browser/speech/extension_api/
tts_extension_api.cc 187 options->GetDouble(constants::kRateKey, &rate));
197 options->GetDouble(constants::kPitchKey, &pitch));
207 options->GetDouble(constants::kVolumeKey, &volume));
  /external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui_browsertest.cc 237 ASSERT_TRUE(list_value->GetDouble(2, &net_error));
238 ASSERT_TRUE(list_value->GetDouble(3, &expire_days_from_now));
320 ASSERT_TRUE(list_value->GetDouble(1, &port));
  /art/runtime/mirror/
art_field.h 103 double GetDouble(const Object* object) const
  /external/chromium/chrome/browser/ui/webui/
app_launcher_handler.cc 334 CHECK(args->GetDouble(1, &source));
340 CHECK(args->GetDouble(6, &button));
408 CHECK(args->GetDouble(1, &launch_type));
491 CHECK(args->GetDouble(1, &page_index));

Completed in 325 milliseconds

12 3 4 5 6