/external/chromium_org/ui/views/controls/ |
native_control.cc | 62 MSG_WM_DESTROY(OnDestroy); 124 void OnDestroy() { 126 parent_->OnDestroy();
|
/frameworks/base/core/java/android/widget/ |
RemoteViewsService.java | 75 public void onDestroy(); 214 public void onDestroy(Intent intent) { 220 factory.onDestroy();
|
/frameworks/base/services/java/com/android/server/accessibility/ |
AccessibilityInputFilter.java | 355 mTouchExplorer.onDestroy(); 360 mScreenMagnifier.onDestroy(); 371 public void onDestroy() {
|
/packages/apps/KeyChain/src/com/android/keychain/ |
KeyChainService.java | 54 /** created in onCreate(), closed in onDestroy() */ 76 public void onDestroy() { 77 super.onDestroy();
|
/packages/apps/Stk/src/com/android/stk/ |
StkMenuActivity.java | 177 public void onDestroy() { 178 super.onDestroy(); 180 CatLog.d(this, "onDestroy");
|
/cts/tests/src/android/app/cts/ |
LocalService.java | 76 public void onDestroy() {
|
InstrumentationTestActivity.java | 91 protected void onDestroy() { 92 super.onDestroy();
|
/development/samples/training/basic/ActivityLifecycle/res/values/ |
strings.xml | 25 <string name="on_destroy">onDestroy</string>
|
/external/chromium/chrome/browser/ui/gtk/ |
hover_controller_gtk.cc | 124 void HoverControllerGtk::OnDestroy(GtkWidget* widget) {
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
native_tab_contents_view_win.h | 47 virtual void OnDestroy() OVERRIDE;
|
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/ |
MockAutofillDialogController.java | 118 public void onDestroy() {
|
/external/chromium_org/chrome/browser/ui/gtk/ |
avatar_menu_bubble_gtk.h | 49 CHROMEGTK_CALLBACK_0(AvatarMenuBubbleGtk, void, OnDestroy);
|
collected_cookies_gtk.h | 81 CHROMEGTK_CALLBACK_0(CollectedCookiesGtk, void, OnDestroy);
|
confirm_bubble_gtk.h | 59 CHROMEGTK_CALLBACK_0(ConfirmBubbleGtk, void, OnDestroy);
|
hover_controller_gtk.cc | 125 void HoverControllerGtk::OnDestroy(GtkWidget* widget) {
|
zoom_bubble_gtk.h | 68 CHROMEGTK_CALLBACK_0(ZoomBubbleGtk, void, OnDestroy);
|
/external/chromium_org/chrome_frame/turndown_prompt/ |
turndown_prompt_window.cc | 77 void TurndownPromptWindow::OnDestroy() {
|
/external/chromium_org/third_party/WebKit/Source/testing/plugin/ |
PluginObject.h | 57 char* onDestroy;
|
/external/chromium_org/ui/gfx/ |
gtk_native_view_id_manager.cc | 30 static void OnDestroy(GtkObject* obj, void* arg) { 32 manager->OnDestroy(reinterpret_cast<GtkWidget*>(obj)); 83 g_signal_connect(widget, "destroy", G_CALLBACK(::OnDestroy), this); 227 void GtkNativeViewManager::OnDestroy(gfx::NativeView widget) {
|
/packages/apps/Browser/src/com/android/browser/ |
UI.java | 47 public void onDestroy();
|
/packages/apps/Dialer/src/com/android/dialer/util/ |
AsyncTaskExecutor.java | 35 * pending in the onDestroy() method of the Activity.
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
BleServerStartActivity.java | 86 public void onDestroy() { 87 super.onDestroy();
|
ConnectionAccessServerActivity.java | 176 protected void onDestroy() { 177 super.onDestroy();
|
DevicePickerActivity.java | 140 protected void onDestroy() { 141 super.onDestroy();
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/ |
PlayVideoActivity.java | 149 protected void onDestroy() { 150 super.onDestroy();
|