HomeSort by relevance Sort by last modified time
    Searched defs:OnDestroy (Results 1 - 8 of 8) sorted by null

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/core/lifecycle/events/
OnDestroy.java 25 public interface OnDestroy {
26 void onDestroy();
  /external/lzma/CPP/Windows/Control/
Window2.h 35 virtual void OnDestroy() { PostQuitMessage(0); }
  /external/pdfium/core/fxcrt/
observable.h 37 void OnDestroy() {
71 pObservedPtr->OnDestroy();
  /external/pdfium/fpdfsdk/pwl/
cpwl_combo_box.cpp 164 void CPWL_ComboBox::OnDestroy() {
166 // subclasses, implement the virtual OnDestroy method that does the
167 // cleanup first, then invokes the superclass OnDestroy ... gee,
172 CPWL_Wnd::OnDestroy();
cpwl_list_box.cpp 91 void CPWL_ListBox::OnDestroy() {
cpwl_scroll_bar.cpp 340 void CPWL_ScrollBar::OnDestroy() {
342 // subclasses, implement the virtual OnDestroy method that does the
343 // cleanup first, then invokes the superclass OnDestroy ... gee,
348 CPWL_Wnd::OnDestroy();
cpwl_wnd.cpp 170 void CPWL_Wnd::OnDestroy() {}
184 OnDestroy();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shdeprecated.h     [all...]

Completed in 180 milliseconds