Home
last modified time | relevance | path

Searched refs:SetDouble (Results 1 – 25 of 125) sorted by relevance

12345

/external/chromium_org/chrome/browser/ui/webui/quota_internals/
Dquota_internals_types.cc46 dict->SetDouble("usage", static_cast<double>(usage_)); in NewValue()
48 dict->SetDouble("unlimitedUsage", static_cast<double>(unlimited_usage_)); in NewValue()
50 dict->SetDouble("quota", static_cast<double>(quota_)); in NewValue()
67 dict->SetDouble("usage", static_cast<double>(usage_)); in NewValue()
69 dict->SetDouble("quota", static_cast<double>(quota_)); in NewValue()
96 dict->SetDouble("lastAccessTime", last_access_time_.ToDoubleT() * 1000.0); in NewValue()
98 dict->SetDouble("lastModifiedTime", in NewValue()
/external/chromium_org/base/process/
Dprocess_metrics_linux.cc718 res->SetDouble("reads", static_cast<double>(reads)); in ToValue()
719 res->SetDouble("reads_merged", static_cast<double>(reads_merged)); in ToValue()
720 res->SetDouble("sectors_read", static_cast<double>(sectors_read)); in ToValue()
721 res->SetDouble("read_time", static_cast<double>(read_time)); in ToValue()
722 res->SetDouble("writes", static_cast<double>(writes)); in ToValue()
723 res->SetDouble("writes_merged", static_cast<double>(writes_merged)); in ToValue()
724 res->SetDouble("sectors_written", static_cast<double>(sectors_written)); in ToValue()
725 res->SetDouble("write_time", static_cast<double>(write_time)); in ToValue()
726 res->SetDouble("io", static_cast<double>(io)); in ToValue()
727 res->SetDouble("io_time", static_cast<double>(io_time)); in ToValue()
[all …]
/external/chromium_org/chrome/test/chromedriver/chrome/
Dgeolocation_override_manager.cc47 params.SetDouble("latitude", overridden_geoposition_->latitude); in ApplyOverrideIfNeeded()
48 params.SetDouble("longitude", overridden_geoposition_->longitude); in ApplyOverrideIfNeeded()
49 params.SetDouble("accuracy", overridden_geoposition_->accuracy); in ApplyOverrideIfNeeded()
/external/chromium_org/content/browser/indexed_db/
Dindexed_db_context_impl.cc180 info->SetDouble("last_modified", in GetAllOriginsDetails()
183 info->SetDouble("connection_count", GetConnectionCount(origin_url)); in GetAllOriginsDetails()
203 db_info->SetDouble("pending_opens", db->PendingOpenCount()); in GetAllOriginsDetails()
204 db_info->SetDouble("pending_upgrades", db->PendingUpgradeCount()); in GetAllOriginsDetails()
205 db_info->SetDouble("running_upgrades", db->RunningUpgradeCount()); in GetAllOriginsDetails()
206 db_info->SetDouble("pending_deletes", db->PendingDeleteCount()); in GetAllOriginsDetails()
207 db_info->SetDouble("connection_count", in GetAllOriginsDetails()
239 transaction_info->SetDouble( in GetAllOriginsDetails()
243 transaction_info->SetDouble( in GetAllOriginsDetails()
247 transaction_info->SetDouble( in GetAllOriginsDetails()
[all …]
/external/chromium_org/media/base/
Dmedia_log.cc146 event->params.SetDouble(property, value.InSecondsF()); in CreateTimeEvent()
158 event->params.SetDouble("seek_target", seconds); in CreateSeekEvent()
191 event->params.SetDouble("buffer_start", start); in CreateBufferedExtentsChangedEvent()
192 event->params.SetDouble("buffer_current", current); in CreateBufferedExtentsChangedEvent()
193 event->params.SetDouble("buffer_end", end); in CreateBufferedExtentsChangedEvent()
222 event->params.SetDouble(key, value); in SetDoubleProperty()
/external/chromium_org/chrome/browser/extensions/api/web_navigation/
Dweb_navigation_api_helpers.cc78 dict->SetDouble(keys::kTimeStampKey, MilliSecondsFromTime(base::Time::Now())); in DispatchOnBeforeNavigate()
115 dict->SetDouble(keys::kTimeStampKey, MilliSecondsFromTime(base::Time::Now())); in DispatchOnCommitted()
135 dict->SetDouble(keys::kTimeStampKey, MilliSecondsFromTime(base::Time::Now())); in DispatchOnDOMContentLoaded()
157 dict->SetDouble(keys::kTimeStampKey, MilliSecondsFromTime(base::Time::Now())); in DispatchOnCompleted()
191 dict->SetDouble(keys::kTimeStampKey, MilliSecondsFromTime(base::Time::Now())); in DispatchOnCreatedNavigationTarget()
214 dict->SetDouble(keys::kTimeStampKey, in DispatchOnErrorOccurred()
235 dict->SetDouble(keys::kTimeStampKey, MilliSecondsFromTime(base::Time::Now())); in DispatchOnTabReplaced()
/external/chromium_org/cc/debug/
Drendering_stats.cc19 record_data->SetDouble("paint_time", paint_time.InSecondsF()); in AsTraceableData()
21 record_data->SetDouble("record_time", record_time.InSecondsF()); in AsTraceableData()
42 record_data->SetDouble("rasterize_time", rasterize_time.InSecondsF()); in AsTraceableData()
/external/chromium/chrome/browser/extensions/
Dextension_processes_api.cc38 result->SetDouble(keys::kCpuKey, cpu); in CreateProcessValue()
39 result->SetDouble(keys::kNetworkKey, static_cast<double>(net)); in CreateProcessValue()
40 result->SetDouble(keys::kPrivateMemoryKey, static_cast<double>(pr_mem)); in CreateProcessValue()
41 result->SetDouble(keys::kSharedMemoryKey, static_cast<double>(sh_mem)); in CreateProcessValue()
Dextension_webnavigation_api.cc70 dict->SetDouble(keys::kTimeStampKey, MilliSecondsFromTime(base::Time::Now())); in DispatchOnBeforeNavigate()
100 dict->SetDouble(keys::kTimeStampKey, MilliSecondsFromTime(base::Time::Now())); in DispatchOnCommitted()
120 dict->SetDouble(keys::kTimeStampKey, MilliSecondsFromTime(base::Time::Now())); in DispatchOnDOMContentLoaded()
140 dict->SetDouble(keys::kTimeStampKey, MilliSecondsFromTime(base::Time::Now())); in DispatchOnCompleted()
159 dict->SetDouble(keys::kTimeStampKey, MilliSecondsFromTime(base::Time::Now())); in DispatchOnBeforeRetarget()
351 dict->SetDouble(keys::kTimeStampKey, MilliSecondsFromTime(base::Time::Now())); in DidFailProvisionalLoad()
Dextension_bookmark_helpers.cc36 dict->SetDouble(keys::kDateFolderModifiedKey, in GetNodeDictionary()
44 dict->SetDouble(keys::kDateAddedKey, in GetNodeDictionary()
/external/chromium/chrome/browser/ui/webui/
Dvalue_helper.cc23 dictionary->SetDouble("timestamp", tab.timestamp.ToDoubleT()); in TabToValue()
43 dictionary->SetDouble("timestamp", window.timestamp.ToDoubleT()); in WindowToValue()
/external/chromium_org/chrome/browser/ui/webui/predictors/
Dpredictors_handler.cc73 entry->SetDouble("confidence", in RequestAutocompleteActionPredictorDb()
123 resource->SetDouble("position", row->average_position); in AddPrefetchDataMapToListValue()
124 resource->SetDouble("score", row->score); in AddPrefetchDataMapToListValue()
/external/chromium_org/chrome/browser/extensions/api/processes/
Dprocesses_api.cc52 cache->SetDouble(keys::kCacheSize, static_cast<double>(stat.size)); in CreateCacheData()
53 cache->SetDouble(keys::kCacheLiveSize, static_cast<double>(stat.liveSize)); in CreateCacheData()
158 result->SetDouble(keys::kCpuKey, model->GetCPUUsage(index)); in CreateProcessFromModel()
161 result->SetDouble(keys::kJsMemoryAllocatedKey, in CreateProcessFromModel()
165 result->SetDouble(keys::kJsMemoryUsedKey, in CreateProcessFromModel()
169 result->SetDouble(keys::kSqliteMemoryKey, in CreateProcessFromModel()
193 result->SetDouble(keys::kFPSKey, static_cast<double>(fps)); in CreateProcessFromModel()
194 result->SetDouble(keys::kNetworkKey, static_cast<double>(net)); in CreateProcessFromModel()
208 result->SetDouble(keys::kPrivateMemoryKey, static_cast<double>(pr_mem)); in AddMemoryDetails()
/external/chromium_org/cc/scheduler/
Dscheduler_state_machine.cc200 timestamps_state->SetDouble( in AsValue()
203 timestamps_state->SetDouble( in AsValue()
206 timestamps_state->SetDouble( in AsValue()
210 timestamps_state->SetDouble( in AsValue()
215 timestamps_state->SetDouble( in AsValue()
217 timestamps_state->SetDouble( in AsValue()
222 timestamps_state->SetDouble( in AsValue()
/external/chromium_org/ui/events/
Dlatency_info.cc103 component_info->SetDouble("comp_id", it->first.second); in AsTraceableData()
104 component_info->SetDouble("time", it->second.event_time.ToInternalValue()); in AsTraceableData()
105 component_info->SetDouble("count", it->second.event_count); in AsTraceableData()
108 record_data->SetDouble("trace_id", latency.trace_id); in AsTraceableData()
/external/chromium_org/chrome/browser/chromeos/audio/
Daudio_devices_pref_handler_impl.cc62 device_volume_settings_->SetDouble(GetDeviceIdString(device), value); in SetVolumeGainValue()
187 dict_update->SetDouble(it.key(), volume); in SaveDevicesVolumePref()
202 device_volume_settings_->SetDouble(active_device, old_volume); in MigrateDeviceVolumeSettings()
/external/chromium_org/chrome/browser/network_time/
Dnetwork_time_service.cc65 time_mapping.SetDouble("local", local_now.ToJsTime()); in Shutdown()
66 time_mapping.SetDouble("network", network_now.ToJsTime()); in Shutdown()
/external/chromium_org/content/browser/devtools/
Drenderer_overrides_handler.cc565 response_metadata->SetDouble( in ScreenshotCaptured()
568 response_metadata->SetDouble( in ScreenshotCaptured()
571 response_metadata->SetDouble( in ScreenshotCaptured()
574 response_metadata->SetDouble( in ScreenshotCaptured()
577 response_metadata->SetDouble( in ScreenshotCaptured()
580 response_metadata->SetDouble( in ScreenshotCaptured()
585 viewport->SetDouble(devtools::DOM::Rect::kParamX, in ScreenshotCaptured()
587 viewport->SetDouble(devtools::DOM::Rect::kParamY, in ScreenshotCaptured()
589 viewport->SetDouble(devtools::DOM::Rect::kParamWidth, in ScreenshotCaptured()
591 viewport->SetDouble(devtools::DOM::Rect::kParamHeight, in ScreenshotCaptured()
[all …]
Ddevtools_system_info_handler.cc37 dictionary_->SetDouble(name, value); in AddInt64()
58 dictionary_->SetDouble(name, value.InSecondsF()); in AddTimeDeltaInSecondsF()
/external/chromium_org/cc/output/
Dfilter_operation.cc235 value->SetDouble("amount", amount_); in AsValue()
238 value->SetDouble("std_deviation", amount_); in AsValue()
250 value->SetDouble("amount", amount_); in AsValue()
251 value->SetDouble("inset", zoom_inset_); in AsValue()
/external/chromium_org/chrome/browser/chromeos/policy/
Ddevice_status_collector.cc586 location.SetDouble(kLatitude, position.latitude); in ReceiveGeolocationUpdate()
587 location.SetDouble(kLongitude, position.longitude); in ReceiveGeolocationUpdate()
588 location.SetDouble(kAltitude, position.altitude); in ReceiveGeolocationUpdate()
589 location.SetDouble(kAccuracy, position.accuracy); in ReceiveGeolocationUpdate()
590 location.SetDouble(kAltitudeAccuracy, position.altitude_accuracy); in ReceiveGeolocationUpdate()
591 location.SetDouble(kHeading, position.heading); in ReceiveGeolocationUpdate()
592 location.SetDouble(kSpeed, position.speed); in ReceiveGeolocationUpdate()
/external/chromium_org/chrome/browser/ui/webui/print_preview/
Dprint_preview_ui.cc491 layout.SetDouble(printing::kSettingMarginTop, page_layout.margin_top); in OnDidGetDefaultPageLayout()
492 layout.SetDouble(printing::kSettingMarginLeft, page_layout.margin_left); in OnDidGetDefaultPageLayout()
493 layout.SetDouble(printing::kSettingMarginBottom, page_layout.margin_bottom); in OnDidGetDefaultPageLayout()
494 layout.SetDouble(printing::kSettingMarginRight, page_layout.margin_right); in OnDidGetDefaultPageLayout()
495 layout.SetDouble(printing::kSettingContentWidth, page_layout.content_width); in OnDidGetDefaultPageLayout()
496 layout.SetDouble(printing::kSettingContentHeight, page_layout.content_height); in OnDidGetDefaultPageLayout()
/external/chromium_org/chrome/browser/extensions/api/system_private/
Dsystem_private_api.cc130 dict->SetDouble(kDownloadProgressKey, download_progress); in RunImpl()
143 dict->SetDouble(kVolumeKey, volume); in DispatchVolumeChangedEvent()
/external/chromium_org/chrome/browser/ui/webui/chromeos/
Ddrive_internals_ui.cc89 entry->SetDouble("size", size); in GetGCacheContents()
110 gcache_summary->SetDouble("total_size", total_size); in GetGCacheContents()
120 local_storage_summary->SetDouble("free_space", free_space); in GetFreeDiskSpace()
318 about_resource.SetDouble("account-quota-total", in OnGetAboutResource()
320 about_resource.SetDouble("account-quota-used", in OnGetAboutResource()
322 about_resource.SetDouble("account-largest-changestamp-remote", in OnGetAboutResource()
568 local_metadata.SetDouble("account-largest-changestamp-local", in OnGetFilesystemMetadataForLocal()
670 dict->SetDouble("progress_current", info.num_completed_bytes); in UpdateInFlightOperationsSection()
671 dict->SetDouble("progress_total", info.num_total_bytes); in UpdateInFlightOperationsSection()
/external/chromium_org/content/renderer/
Dstats_collection_controller.cc60 item.SetDouble("load_start_ms", load_start_time.ToInternalValue() / 1000); in ConvertLoadTimeToJSON()
65 item.SetDouble("load_duration_ms", in ConvertLoadTimeToJSON()

12345