Home
last modified time | relevance | path

Searched refs:SetOnDestroy (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/threading/
H A Dsequence_local_storage_map_unittest.cc19 class SetOnDestroy { class
21 SetOnDestroy(bool* was_destroyed_ptr) in SetOnDestroy() function in base::internal::__anon174a9dbb0111::SetOnDestroy
26 ~SetOnDestroy() { in ~SetOnDestroy()
34 DISALLOW_COPY_AND_ASSIGN(SetOnDestroy);
78 CreateValueDestructorPair<SetOnDestroy>(&set_on_destruction); in TEST()
97 CreateValueDestructorPair<SetOnDestroy>(&set_on_destruction); in TEST()
99 CreateValueDestructorPair<SetOnDestroy>(&set_on_destruction2); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/threading/
H A Dsequence_local_storage_map_unittest.cc19 class SetOnDestroy { class
21 SetOnDestroy(bool* was_destroyed_ptr) in SetOnDestroy() function in base::internal::__anon03db26760111::SetOnDestroy
26 ~SetOnDestroy() { in ~SetOnDestroy()
34 DISALLOW_COPY_AND_ASSIGN(SetOnDestroy);
78 CreateValueDestructorPair<SetOnDestroy>(&set_on_destruction); in TEST()
97 CreateValueDestructorPair<SetOnDestroy>(&set_on_destruction); in TEST()
99 CreateValueDestructorPair<SetOnDestroy>(&set_on_destruction2); in TEST()
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/image/
H A Dulayeraction.pas41 procedure SetOnDestroy(AValue: TNotifyEvent); procedure
92 property OnDestroy: TNotifyEvent read FOnDestroy write SetOnDestroy;
161 procedure TLayerAction.SetOnDestroy(AValue: TNotifyEvent); procedure
/dports/www/gecko-mediaplayer/gecko-mediaplayer-1.0.9/src/
H A Dplugin.h165 void SetOnDestroy(const char *event);
H A Dplugin.cpp1346 void CPlugin::SetOnDestroy(const char *event) in SetOnDestroy() function in CPlugin
2512 pPlugin->SetOnDestroy(NPVARIANT_TO_STRING(args[0]).UTF8Characters); in Invoke()
2514 pPlugin->SetOnDestroy(NPVARIANT_TO_STRING(args[0]).utf8characters); in Invoke()
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/
H A Dufilesystem.pas706 procedure SetOnDestroy(AValue: TOnDestroyStreamInsideMultifile); procedure
715 property OnDestroy: TOnDestroyStreamInsideMultifile read FOnDestroy write SetOnDestroy;
929 procedure TStreamInsideMultifile.SetOnDestroy( procedure