Searched refs:SetInteger (Results 1 - 25 of 453) sorted by relevance

1234567891011>>

/external/chromium_org/sync/internal_api/public/sessions/
H A Dupdate_counters.cc27 value->SetInteger("numUpdatesReceived", num_updates_received);
28 value->SetInteger("numReflectedUpdatesReceived",
30 value->SetInteger("numTombstoneUpdatesReceived",
33 value->SetInteger("numUpdatesApplied", num_updates_applied);
34 value->SetInteger("numHierarchyConflictApplicationFailures",
36 value->SetInteger("numEncryptionConflictApplicationFailures",
39 value->SetInteger("numServerOverwrites", num_server_overwrites);
40 value->SetInteger("numLocalOverwrites", num_local_overwrites);
H A Dcommit_counters.cc22 value->SetInteger("numCommitsAttempted", num_commits_attempted);
23 value->SetInteger("numCommitsSuccess", num_commits_success);
24 value->SetInteger("numCommitsConflict", num_commits_conflict);
25 value->SetInteger("numCommitsError", num_commits_error);
H A Dsync_session_snapshot.cc59 value->SetInteger("numSuccessfulCommits",
61 value->SetInteger("numSuccessfulBookmarkCommits",
63 value->SetInteger("numUpdatesDownloadedTotal",
65 value->SetInteger("numTombstoneUpdatesDownloadedTotal",
67 value->SetInteger("numReflectedUpdatesDownloadedTotal",
69 value->SetInteger("numLocalOverwrites",
71 value->SetInteger("numServerOverwrites",
77 value->SetInteger("numEncryptionConflicts",
79 value->SetInteger("numHierarchyConflicts",
81 value->SetInteger("numServerConflict
[all...]
H A Dstatus_counters.cc20 value->SetInteger("numEntries", num_entries);
21 value->SetInteger("numEntriesAndTombstones", num_entries_and_tombstones);
/external/chromium_org/chrome/renderer/extensions/
H A Dnotifications_native_handler.cc35 dict->SetInteger("icon.width", bitmap_sizes.icon_size.width());
36 dict->SetInteger("icon.height", bitmap_sizes.icon_size.height());
37 dict->SetInteger("image.width", bitmap_sizes.image_size.width());
38 dict->SetInteger("image.height", bitmap_sizes.image_size.height());
39 dict->SetInteger("buttonIcon.width", bitmap_sizes.button_icon_size.width());
40 dict->SetInteger("buttonIcon.height", bitmap_sizes.button_icon_size.height());
41 dict->SetInteger("appIconMask.width",
43 dict->SetInteger("appIconMask.height",
/external/chromium_org/base/debug/
H A Dtrace_event_argument_unittest.cc13 value->SetInteger("int", 2014);
25 value->SetInteger("i0", 2014);
27 value->SetInteger("i1", 2014);
39 value->SetInteger("i2", 3);
/external/chromium_org/chrome/browser/extensions/api/font_settings/
H A Dfont_settings_apitest.cc19 prefs->SetInteger(prefs::kWebKitDefaultFontSize, 16);
20 prefs->SetInteger(prefs::kWebKitDefaultFixedFontSize, 14);
21 prefs->SetInteger(prefs::kWebKitMinimumFontSize, 8);
31 prefs->SetInteger(prefs::kWebKitDefaultFontSize, 16);
/external/chromium_org/content/browser/accessibility/
H A Daccessibility_tree_formatter_android.cc101 dict->SetInteger("item_index", android_node->GetItemIndex());
102 dict->SetInteger("item_count", android_node->GetItemCount());
103 dict->SetInteger("row_count", android_node->RowCount());
104 dict->SetInteger("column_count", android_node->ColumnCount());
105 dict->SetInteger("row_index", android_node->RowIndex());
106 dict->SetInteger("row_span", android_node->RowSpan());
107 dict->SetInteger("column_index", android_node->ColumnIndex());
108 dict->SetInteger("column_span", android_node->ColumnSpan());
109 dict->SetInteger("input_type", android_node->AndroidInputType());
110 dict->SetInteger("live_region_typ
[all...]
H A Daccessibility_tree_formatter_win.cc144 location->SetInteger("x", left - root_left);
145 location->SetInteger("y", top - root_top);
149 size->SetInteger("width", width);
150 size->SetInteger("height", height);
156 dict->SetInteger("index_in_parent", index_in_parent);
160 dict->SetInteger("n_relations", n_relations);
166 dict->SetInteger("group_level", group_level);
167 dict->SetInteger("similar_items_in_group", similar_items_in_group);
168 dict->SetInteger("position_in_group", position_in_group);
172 dict->SetInteger("table_row
[all...]
/external/chromium_org/net/disk_cache/
H A Dnet_log_parameters.cc33 dict->SetInteger("index", index);
34 dict->SetInteger("offset", offset);
35 dict->SetInteger("buf_len", buf_len);
47 dict->SetInteger("net_error", bytes_copied);
49 dict->SetInteger("bytes_copied", bytes_copied);
62 dict->SetInteger("buff_len", buff_len);
72 dict->SetInteger("child_len", child_len);
82 dict->SetInteger("length", result);
85 dict->SetInteger("net_error", result);
/external/chromium_org/chrome/browser/extensions/
H A Dwindow_controller.cc35 result->SetInteger(keys::kIdKey, GetWindowId());
58 result->SetInteger(keys::kLeftKey, bounds.x());
59 result->SetInteger(keys::kTopKey, bounds.y());
60 result->SetInteger(keys::kWidthKey, bounds.width());
61 result->SetInteger(keys::kHeightKey, bounds.height());
/external/chromium_org/components/domain_reliability/
H A Dbeacon.cc36 beacon_value->SetInteger("http_response_code", http_response_code);
37 beacon_value->SetInteger("request_elapsed_ms",
39 beacon_value->SetInteger("request_age_ms",
/external/chromium_org/net/quic/
H A Dquic_http_utils.cc30 dict->SetInteger("quic_priority", static_cast<int>(priority));
31 dict->SetInteger("quic_stream_id", static_cast<int>(stream_id));
/external/chromium_org/chrome/browser/task_profiler/
H A Dtask_profiler_data_serializer.cc36 dictionary->SetInteger("line_number", location.line_number);
56 dictionary->SetInteger("count", death_data.count);
57 dictionary->SetInteger("run_ms", death_data.run_duration_sum);
58 dictionary->SetInteger("run_ms_max", death_data.run_duration_max);
59 dictionary->SetInteger("run_ms_sample", death_data.run_duration_sample);
60 dictionary->SetInteger("queue_ms", death_data.queue_duration_sum);
61 dictionary->SetInteger("queue_ms_max", death_data.queue_duration_max);
62 dictionary->SetInteger("queue_ms_sample", death_data.queue_duration_sample);
96 dictionary->SetInteger("process_id", process_data.process_id);
124 root->SetInteger("versio
[all...]
/external/chromium_org/chrome/browser/extensions/api/web_navigation/
H A Dweb_navigation_api_helpers.cc75 dict->SetInteger(keys::kTabIdKey, ExtensionTabUtil::GetTabId(web_contents));
77 dict->SetInteger(keys::kProcessIdKey, frame_host->GetProcess()->GetID());
78 dict->SetInteger(keys::kFrameIdKey, GetFrameId(frame_host));
79 dict->SetInteger(keys::kParentFrameIdKey,
99 dict->SetInteger(keys::kTabIdKey, ExtensionTabUtil::GetTabId(web_contents));
101 dict->SetInteger(keys::kProcessIdKey, frame_host->GetProcess()->GetID());
102 dict->SetInteger(keys::kFrameIdKey, GetFrameId(frame_host));
134 dict->SetInteger(keys::kTabIdKey,
137 dict->SetInteger(keys::kProcessIdKey, frame_host->GetProcess()->GetID());
138 dict->SetInteger(key
[all...]
/external/chromium_org/chrome/browser/ui/webui/chromeos/first_run/
H A Dfirst_run_actor.cc48 result->SetInteger("top", top_);
50 result->SetInteger("right", right_);
52 result->SetInteger("bottom", bottom_);
54 result->SetInteger("left", left_);
/external/chromium_org/net/base/
H A Dnet_log_logger.cc107 constants_dict->SetInteger("logFormatVersion", kLogFormatVersion);
119 dict->SetInteger(kCertStatusFlags[i].name, kCertStatusFlags[i].constant);
130 dict->SetInteger(kLoadFlags[i].name, kLoadFlags[i].constant);
141 dict->SetInteger(kLoadStateTable[i].name, kLoadStateTable[i].constant);
152 dict->SetInteger(ErrorToShortString(kNetErrors[i]), kNetErrors[i]);
165 dict->SetInteger(net::QuicUtils::ErrorToString(error),
180 dict->SetInteger(net::QuicUtils::StreamErrorToString(error),
192 dict->SetInteger("PHASE_BEGIN", net::NetLog::PHASE_BEGIN);
193 dict->SetInteger("PHASE_END", net::NetLog::PHASE_END);
194 dict->SetInteger("PHASE_NON
[all...]
/external/chromium_org/device/usb/
H A Dusb_device_filter.cc102 obj->SetInteger(kVendorIdKey, vendor_id_);
104 obj->SetInteger(kProductIdKey, product_id_);
109 obj->SetInteger(kInterfaceClassKey, interface_class_);
111 obj->SetInteger(kInterfaceSubclassKey, interface_subclass_);
113 obj->SetInteger(kInterfaceProtocolKey, interface_protocol_);
/external/chromium_org/printing/
H A Dprint_settings_conversion.cc45 dict->SetInteger(kSettingMarginTop, margins.top);
46 dict->SetInteger(kSettingMarginBottom, margins.bottom);
47 dict->SetInteger(kSettingMarginLeft, margins.left);
48 dict->SetInteger(kSettingMarginRight, margins.right);
56 dict->SetInteger("width", size.width());
57 dict->SetInteger("height", size.height());
65 dict->SetInteger("x", rect.x());
66 dict->SetInteger("y", rect.y());
67 dict->SetInteger("width", rect.width());
68 dict->SetInteger("heigh
[all...]
/external/chromium_org/chrome/common/extensions/manifest_tests/
H A Dextension_manifests_storage_unittest.cc34 manifest_with_version.SetInteger(keys::kManifestVersion, 1);
44 manifest_with_version.SetInteger(keys::kManifestVersion, 2);
/external/chromium_org/components/policy/core/common/
H A Dpreg_parser_win_unittest.cc55 void SetInteger(RegistryDict* dict, function in namespace:policy::preg_parser::__anon6752
78 SetInteger(&dict, "DeleteValuesTest1", 1);
82 SetInteger(delete_keys_test.get(), "DeleteKeysTest2Entry", 1);
84 SetInteger(&dict, "DelTest", 1);
86 SetInteger(subdict.get(), "DelValsTest1", 1);
103 SetInteger(&expected, "HomepageIsNewTabPage", 1);
105 SetInteger(&expected, "RestoreOnStartup", 4);
110 SetInteger(&expected, "ShowHomeButton", 1);
/external/chromium_org/base/test/
H A Dtest_pending_task.cc38 state->SetInteger("run_at", GetTimeToRun().ToInternalValue());
40 state->SetInteger("post_time", post_time.ToInternalValue());
41 state->SetInteger("delay", delay.ToInternalValue());
50 state->SetInteger("delay", delay.ToInternalValue());
/external/chromium_org/cc/quads/
H A Dyuv_video_draw_quad.cc82 value->SetInteger("y_plane_resource_id", y_plane_resource_id);
83 value->SetInteger("u_plane_resource_id", u_plane_resource_id);
84 value->SetInteger("v_plane_resource_id", v_plane_resource_id);
85 value->SetInteger("a_plane_resource_id", a_plane_resource_id);
/external/chromium_org/tools/json_schema_compiler/test/
H A Dadditional_properties_unittest.cc18 type_value->SetInteger("other", 9);
26 type_value->SetInteger("string", 3);
37 param_object_value->SetInteger("num", 1);
56 dict->SetInteger("integer", 5);
/external/chromium_org/cc/resources/
H A Dtile_priority.cc92 state->SetInteger("soft_memory_limit_in_bytes", soft_memory_limit_in_bytes);
93 state->SetInteger("hard_memory_limit_in_bytes", hard_memory_limit_in_bytes);
94 state->SetInteger("num_resources_limit", num_resources_limit);

Completed in 6800 milliseconds

1234567891011>>