/third_party/cef/libcef/browser/printing/ |
D | print_view_manager.cc | 63 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/ |
D | view_impl.h | 348 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/ |
D | ChannelArgsSafeHandle.cs | 48 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/ |
D | ChannelArgsSafeHandleTest.cs | 54 channelArgs.SetInteger(0, "somekey", 12345); in CreateFillAndDestroy()
|
/third_party/node/src/tracing/ |
D | traced_value.h | 30 void SetInteger(const char* name, int value);
|
D | traced_value.cc | 116 void TracedValue::SetInteger(const char* name, int value) { in SetInteger() function in node::tracing::TracedValue
|
/third_party/node/test/cctest/ |
D | test_traced_value.cc | 14 traced_value->SetInteger("b", 1); in TEST()
|
/third_party/cef/libcef/browser/devtools/ |
D | devtools_frontend.cc | 91 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/ |
D | ChannelOptions.cs | 234 nativeArgs.SetInteger(i, option.Name, option.IntValue); in CreateChannelArgs()
|
/third_party/cef/libcef/browser/prefs/ |
D | pref_store.h | 67 void SetInteger(const std::string& key, int value);
|
D | pref_store.cc | 145 void CefPrefStore::SetInteger(const std::string& key, int value) { in SetInteger() function in CefPrefStore
|
/third_party/node/src/ |
D | async_wrap.cc | 626 data->SetInteger("executionAsyncId", \ in AsyncReset() 628 data->SetInteger("triggerAsyncId", \ in AsyncReset()
|
/third_party/gn/src/base/ |
D | values.h | 415 Value* SetInteger(std::string_view path, int in_value);
|
D | values.cc | 710 Value* DictionaryValue::SetInteger(std::string_view path, int in_value) { in SetInteger() function in base::DictionaryValue
|
/third_party/python/Lib/msilib/ |
D | __init__.py | 108 r.SetInteger(i+1,field)
|
/third_party/python/Doc/library/ |
D | msilib.rst | 297 .. method:: Record.SetInteger(field, value)
|