HomeSort by relevance Sort by last modified time
    Searched refs:destroyed (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/chromium_org/ui/compositor/
layer_animation_observer.cc 92 bool destroyed = false; local
93 destroyed_ = &destroyed;
95 if (destroyed)
105 bool destroyed = false; local
106 destroyed_ = &destroyed;
108 if (destroyed)
  /external/chromium_org/ui/views/controls/native/
native_view_host_win.h 23 virtual void NativeViewDetaching(bool destroyed);
native_view_host_wrapper.h 29 // cleanup. |destroyed| is true if the native view is detached
30 // because it's being destroyed, or false otherwise.
31 virtual void NativeViewDetaching(bool destroyed) = 0;
native_view_host_aura.h 27 virtual void NativeViewDetaching(bool destroyed) OVERRIDE;
native_view_host.cc 196 void NativeViewHost::Detach(bool destroyed) {
198 if (!destroyed)
200 native_wrapper_->NativeViewDetaching(destroyed);
native_view_host_aura.cc 36 void NativeViewHostAura::NativeViewDetaching(bool destroyed) {
37 if (!destroyed) {
native_view_host.h 42 // longer be manipulated by this View. The native view may be destroyed and
96 // Detach the native view. |destroyed| is true if the native view is
97 // detached because it's being destroyed, or false otherwise.
98 void Detach(bool destroyed);
native_view_host_win.cc 41 void NativeViewHostWin::NativeViewDetaching(bool destroyed) {
42 if (!destroyed) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32window_unittest.cc 39 bool destroyed() const { return destroyed_; } function in class:TestWindow
61 EXPECT_FALSE(wnd.destroyed());
70 EXPECT_TRUE(wnd.destroyed());
  /external/chromium_org/ui/aura/client/
focus_client.h 42 // focus must be shifted away from it. |destroyed| is true if the disposition
43 // change is that |window| is being destroyed.
46 bool destroyed) = 0;
  /external/chromium_org/ui/aura/
focus_manager.h 37 bool destroyed) OVERRIDE;
focus_manager.cc 78 bool destroyed) {
86 if (destroyed)
  /external/linux-tools-perf/scripts/perl/
workqueue-stats.pl 32 $cpus[$common_cpu]{$thread_pid}{destroyed}++;
86 printf("%3s %6s %6s\t%-20s\n", "cpu", "created", "destroyed", "name");
91 my $destroyed = $$wqhash{'destroyed'} || 0;
93 if ($created || $destroyed) {
94 printf("%3u %6u %6u\t%-20s\n", $cpu, $created, $destroyed,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_module.py 69 destroyed = []
71 m.destroyed = destroyed
73 def __del__(self, destroyed=destroyed):
74 destroyed.append(1)
79 self.assertEqual(destroyed, [1])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_module.py 69 destroyed = []
71 m.destroyed = destroyed
73 def __del__(self, destroyed=destroyed):
74 destroyed.append(1)
79 self.assertEqual(destroyed, [1])
  /frameworks/base/libs/hwui/
ResourceCache.h 50 ResourceReference() { refCount = 0; recycled = false; destroyed = false;}
52 refCount = 0; recycled = false; destroyed = false; resourceType = type;
57 bool destroyed; member in class:android::uirenderer::ResourceReference
ResourceCache.cpp 36 ALOGD(" ResourceCache: mCache(%d): refCount, recycled, destroyed, type = %d, %d, %d, %d",
37 i, ref->refCount, ref->recycled, ref->destroyed, ref->resourceType);
220 ref->destroyed = true;
242 ref->destroyed = true;
261 ref->destroyed = true;
280 ref->destroyed = true;
304 ref->destroyed = true;
352 if (ref->destroyed || ref->resourceType == kLayer) {
  /external/chromium_org/remoting/protocol/
buffered_socket_writer.cc 111 bool destroyed = false; local
112 destroyed_flag_ = &destroyed;
114 if (destroyed) {
115 // Stop doing anything if we've been destroyed by the callback.
  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.h 161 // destroyed and waiting for the app thread to complete.
180 int destroyed; member in struct:android_app
308 * Command from main thread: the app's activity is being destroyed,
  /external/chromium_org/ui/base/win/
window_impl.cc 179 bool destroyed = false; local
180 destroyed_ = &destroyed;
196 base::debug::Alias(&destroyed);
214 if (!destroyed)
  /external/clang/test/CXX/special/class.dtor/
p10-0x.cpp 9 x->~decltype(*x)(); // expected-error{{the type of object expression ('const int') does not match the type being destroyed ('decltype(*x)' (aka 'const int &')) in pseudo-destructor expression}} \
13 y->~decltype(*y)(); // expected-error{{destructor type 'decltype(*y)' (aka 'const A &') in object destruction expression does not match the type 'const A' of the object being destroyed}}
14 y->~decltype(T())(); // expected-error{{destructor type 'decltype(T())' in object destruction expression does not match the type 'const A' of the object being destroyed}}
21 x->~decltype(*x)(); // expected-error{{destructor type 'decltype(*x)' (aka 'const A &') in object destruction expression does not match the type 'const A' of the object being destroyed}}
23 x->~decltype(B())(); // expected-error{{destructor type 'decltype(B())' (aka 'B') in object destruction expression does not match the type 'const A' of the object being destroyed}}
24 x->~decltype(x)(); // expected-error{{destructor type 'decltype(x)' (aka 'const A *') in object destruction expression does not match the type 'const A' of the object being destroyed}}
33 expected-error{{the type of object expression ('int') does not match the type being destroyed ('decltype(intp())' (aka 'int *')) in pseudo-destructor expression}}
34 i.~decltype(intp())(); // expected-error{{the type of object expression ('int') does not match the type being destroyed ('decltype(intp())' (aka 'int *')) in pseudo-destructor expression}}
36 pi.~decltype(int())(); // expected-error{{the type of object expression ('int *') does not match the type being destroyed ('decltype(int())' (aka 'int')) in pseudo-destructor expression}}
38 pi->~decltype(intp())(); // expected-error{{the type of object expression ('int') does not match the type being destroyed ('decltype(intp())' (aka 'int *')) in pseudo-destructor expression}
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_report.h 92 bool destroyed; member in struct:__tsan::ReportMutex
  /external/chromium_org/ash/wm/dock/
docked_window_resizer.cc 64 bool destroyed = false; local
81 destroyed_ = &destroyed;
87 if (destroyed)
  /external/chromium_org/ash/wm/
drag_window_resizer.cc 77 bool destroyed = false; local
78 destroyed_ = &destroyed;
84 if (destroyed)
  /external/chromium_org/ash/wm/panels/
panel_window_resizer.cc 62 bool destroyed = false; local
96 destroyed_ = &destroyed;
102 if (destroyed)

Completed in 487 milliseconds

1 2 3