| /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/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/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/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 __anonbbd8b7ae0211::OsrPopupJSOtherCefClient 394 client->SetHandler(handler); in TEST()
|
| /third_party/node/deps/v8/include/ |
| D | v8-template.h | 871 void SetHandler(const NamedPropertyHandlerConfiguration& configuration); 897 SetHandler(IndexedPropertyHandlerConfiguration(getter, setter, query, 911 void SetHandler(const IndexedPropertyHandlerConfiguration& configuration);
|
| /third_party/node/src/ |
| D | inspector_socket.cc | 28 void SetHandler(ProtocolHandler* handler); 657 tcp_->SetHandler(this); in ProtocolHandler() 717 void TcpHolder::SetHandler(ProtocolHandler* handler) { in SetHandler() function in node::inspector::TcpHolder
|
| D | node_env_var.cc | 466 env_proxy_template->SetHandler(NamedPropertyHandlerConfiguration( in CreateEnvProxyTemplate()
|
| D | node_contextify.cc | 203 global_object_template->SetHandler(config); in InitializeGlobalTemplates() 204 global_object_template->SetHandler(indexed_config); in InitializeGlobalTemplates()
|
| /third_party/node/deps/v8/src/debug/ |
| D | debug-wasm-objects.cc | 152 templ->InstanceTemplate()->SetHandler( in CreateTemplate() 235 templ->InstanceTemplate()->SetHandler(v8::NamedPropertyHandlerConfiguration( in CreateTemplate() 584 templ->InstanceTemplate()->SetHandler(v8::NamedPropertyHandlerConfiguration( in CreateTemplate()
|
| /third_party/cef/libcef/renderer/ |
| D | v8_impl.cc | 271 inline void SetHandler(CefRefPtr<CefV8Handler> handler) { in SetHandler() function in __anon44d5a20d0111::V8TrackObject 842 object->SetHandler(handler); in CefRegisterExtension() 1324 tmpl->SetHandler(v8::NamedPropertyHandlerConfiguration( in CreateObject() 1470 tracker->SetHandler(handler); in CreateFunction()
|
| /third_party/node/deps/v8/src/api/ |
| D | api.cc | 1839 void ObjectTemplate::SetHandler( in SetHandler() function in v8::ObjectTemplate 1921 void ObjectTemplate::SetHandler( in SetHandler() function in v8::ObjectTemplate
|
| /third_party/chromium/patch/ |
| D | 0001-cve.patch | 151925 templ->SetHandler(v8::NamedPropertyHandlerConfiguration(
|