Home
last modified time | relevance | path

Searched refs:SetInteger (Results 1 – 16 of 16) sorted by relevance

/third_party/cef/libcef/browser/printing/
Dprint_view_manager.cc63 print_settings.SetInteger(kSettingColor, in FillInDictionaryFromPdfPrintSettings()
65 print_settings.SetInteger(kSettingDuplexMode, in FillInDictionaryFromPdfPrintSettings()
67 print_settings.SetInteger(kSettingCopies, 1); in FillInDictionaryFromPdfPrintSettings()
72 print_settings.SetInteger(kSettingDpiHorizontal, 0); in FillInDictionaryFromPdfPrintSettings()
73 print_settings.SetInteger(kSettingDpiVertical, 0); in FillInDictionaryFromPdfPrintSettings()
74 print_settings.SetInteger(kSettingPagesPerSheet, 1); in FillInDictionaryFromPdfPrintSettings()
84 print_settings.SetInteger(kSettingScaleFactor, pdf_settings.scale_factor > 0 in FillInDictionaryFromPdfPrintSettings()
99 dict->SetInteger(kSettingMediaSizeWidthMicrons, pdf_settings.page_width); in FillInDictionaryFromPdfPrintSettings()
100 dict->SetInteger(kSettingMediaSizeHeightMicrons, pdf_settings.page_height); in FillInDictionaryFromPdfPrintSettings()
119 print_settings.SetInteger(kSettingMarginsType, static_cast<int>(margin_type)); in FillInDictionaryFromPdfPrintSettings()
[all …]
/third_party/cef/libcef/browser/views/
Dview_impl.h348 info->SetInteger("id", root_view()->GetID()); in GetDebugInfo()
354 bounds_value->SetInteger("x", bounds.x); in GetDebugInfo()
355 bounds_value->SetInteger("y", bounds.y); in GetDebugInfo()
356 bounds_value->SetInteger("width", bounds.width); in GetDebugInfo()
357 bounds_value->SetInteger("height", bounds.height); in GetDebugInfo()
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DChannelArgsSafeHandle.cs48 public void SetInteger(int index, string key, int value) in SetInteger() method in Grpc.Core.Internal.ChannelArgsSafeHandle
/third_party/grpc/src/csharp/Grpc.Core.Tests/Internal/
DChannelArgsSafeHandleTest.cs54 channelArgs.SetInteger(0, "somekey", 12345); in CreateFillAndDestroy()
/third_party/node/src/tracing/
Dtraced_value.h30 void SetInteger(const char* name, int value);
Dtraced_value.cc116 void TracedValue::SetInteger(const char* name, int value) { in SetInteger() function in node::tracing::TracedValue
/third_party/node/test/cctest/
Dtest_traced_value.cc14 traced_value->SetInteger("b", 1); in TEST()
/third_party/cef/libcef/browser/devtools/
Ddevtools_frontend.cc91 response.SetInteger("statusCode", responseCode); in BuildObjectForResponse()
92 response.SetInteger("netError", net_error); in BuildObjectForResponse()
416 response.SetInteger("statusCode", 404); in HandleMessageFromDevToolsFrontend()
/third_party/grpc/src/csharp/Grpc.Core/
DChannelOptions.cs234 nativeArgs.SetInteger(i, option.Name, option.IntValue); in CreateChannelArgs()
/third_party/cef/libcef/browser/prefs/
Dpref_store.h67 void SetInteger(const std::string& key, int value);
Dpref_store.cc145 void CefPrefStore::SetInteger(const std::string& key, int value) { in SetInteger() function in CefPrefStore
/third_party/node/src/
Dasync_wrap.cc626 data->SetInteger("executionAsyncId", \ in AsyncReset()
628 data->SetInteger("triggerAsyncId", \ in AsyncReset()
/third_party/gn/src/base/
Dvalues.h415 Value* SetInteger(std::string_view path, int in_value);
Dvalues.cc710 Value* DictionaryValue::SetInteger(std::string_view path, int in_value) { in SetInteger() function in base::DictionaryValue
/third_party/python/Lib/msilib/
D__init__.py108 r.SetInteger(i+1,field)
/third_party/python/Doc/library/
Dmsilib.rst297 .. method:: Record.SetInteger(field, value)