/third_party/skia/third_party/externals/dawn/src/utils/ |
D | WireHelper.cpp | 116 mC2sBuf->SetHandler(mWireServer.get()); in WireHelperProxy() 121 mC2sBuf->SetHandler(mWireServerTraceLayer.get()); in WireHelperProxy() 128 mS2cBuf->SetHandler(mWireClient.get()); in WireHelperProxy()
|
D | TerribleCommandBuffer.h | 27 void SetHandler(dawn_wire::CommandHandler* handler);
|
D | TerribleCommandBuffer.cpp | 28 void TerribleCommandBuffer::SetHandler(dawn_wire::CommandHandler* handler) { in SetHandler() function in utils::TerribleCommandBuffer
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/wire/ |
D | WireTest.cpp | 57 mC2sBuf->SetHandler(mWireServer.get()); in SetUp() 64 mS2cBuf->SetHandler(mWireClient.get()); in SetUp()
|
/third_party/grpc/third_party/upb/tests/pb/ |
D | test_encoder.cc | 16 static void SetHandler(upb_byteshandler* handler) { in SetHandler() function in FillStringHandler 56 FillStringHandler<T>::SetHandler(&handler_); in StringSink()
|
/third_party/cef/libcef/browser/printing/ |
D | print_dialog_linux.cc | 182 SetHandler(); in ShowDialog() 243 void CefPrintDialogLinux::SetHandler() { in SetHandler() function in CefPrintDialogLinux 264 SetHandler(); in UpdateSettings()
|
D | print_dialog_linux.h | 72 void SetHandler();
|
/third_party/grpc/include/grpcpp/impl/codegen/ |
D | service_type.h | 210 methods_[idx]->SetHandler(streamed_method); in MarkMethodStreamed() 243 methods_[idx]->SetHandler(handler); in MarkMethodCallbackInternal() 257 methods_[idx]->SetHandler(handler); in MarkMethodRawCallbackInternal()
|
D | rpc_service_method.h | 107 void SetHandler(MethodHandler* handler) { handler_.reset(handler); } in SetHandler() function
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/ |
D | WireTest.cpp | 59 mC2sBuf->SetHandler(mWireServer.get()); in SetUp() 66 mS2cBuf->SetHandler(mWireClient.get()); in SetUp()
|
/third_party/flutter/skia/third_party/externals/dawn/src/utils/ |
D | TerribleCommandBuffer.h | 29 void SetHandler(dawn_wire::CommandHandler* handler);
|
D | TerribleCommandBuffer.cpp | 28 void TerribleCommandBuffer::SetHandler(dawn_wire::CommandHandler* handler) { in SetHandler() function in utils::TerribleCommandBuffer
|
/third_party/flutter/skia/third_party/externals/dawn/examples/ |
D | SampleUtils.cpp | 130 c2sBuf->SetHandler(wireServer); in CreateCppDawnDevice() 138 s2cBuf->SetHandler(wireClient); in CreateCppDawnDevice()
|
/third_party/skia/third_party/externals/dawn/examples/ |
D | SampleUtils.cpp | 157 c2sBuf->SetHandler(wireServer); in CreateCppDawnDevice() 164 s2cBuf->SetHandler(wireClient); in CreateCppDawnDevice()
|
/third_party/cef/tests/ceftests/ |
D | osr_display_unittest.cc | 321 void SetHandler(CefRefPtr<OsrPopupJSOtherClientTestHandler> handler) { in SetHandler() function in __anonfcd630af0211::OsrPopupJSOtherCefClient 394 client->SetHandler(handler); in TEST()
|
/third_party/node/src/ |
D | inspector_socket.cc | 27 void SetHandler(ProtocolHandler* handler); 611 tcp_->SetHandler(this); in ProtocolHandler() 671 void TcpHolder::SetHandler(ProtocolHandler* handler) { in SetHandler() function in node::inspector::TcpHolder
|
D | node_env_var.cc | 383 env_proxy_template->SetHandler(NamedPropertyHandlerConfiguration( in CreateEnvVarProxy()
|
D | node_contextify.cc | 199 object_template->SetHandler(config); in CreateV8Context() 200 object_template->SetHandler(indexed_config); in CreateV8Context()
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/ |
D | DawnTest.cpp | 404 mC2sBuf->SetHandler(mWireServer.get()); in SetUp() 412 mS2cBuf->SetHandler(mWireClient.get()); in SetUp()
|
/third_party/cef/libcef/renderer/ |
D | v8_impl.cc | 271 inline void SetHandler(CefRefPtr<CefV8Handler> handler) { in SetHandler() function in __anonf3b0d18e0111::V8TrackObject 842 object->SetHandler(handler); in CefRegisterExtension() 1324 tmpl->SetHandler(v8::NamedPropertyHandlerConfiguration( in CreateObject() 1470 tracker->SetHandler(handler); in CreateFunction()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 151925 templ->SetHandler(v8::NamedPropertyHandlerConfiguration(
|