Searched defs:destroyed (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dwin32window_unittest.cc22 bool destroyed() const { return destroyed_; } function in class:TestWindow
44 EXPECT_FALSE(wnd.destroyed());
53 EXPECT_TRUE(wnd.destroyed());
/external/chromium_org/remoting/protocol/
H A Dbuffered_socket_writer.cc111 bool destroyed = false; local
112 destroyed_flag_ = &destroyed;
114 if (destroyed) {
115 // Stop doing anything if we've been destroyed by the callback.
/external/chromium_org/ui/compositor/
H A Dlayer_animation_observer.cc92 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/
H A Dnative_view_host_aura.cc98 void NativeViewHostAura::NativeViewDetaching(bool destroyed) { argument
101 if (!destroyed) {
H A Dnative_view_host.cc196 void NativeViewHost::Detach(bool destroyed) { argument
198 if (!destroyed) {
204 native_wrapper_->NativeViewDetaching(destroyed);
/external/chromium_org/ash/wm/
H A Dsystem_modal_container_layout_manager_unittest.cc133 bool destroyed() const { return destroyed_; } function in class:ash::test::__anon2073::TransientWindowObserver
212 // The transient should be destroyed with its parent.
214 EXPECT_TRUE(destruction_observer.destroyed());
252 // Both transients should be destroyed with parent.
254 EXPECT_TRUE(do1.destroyed());
255 EXPECT_TRUE(do2.destroyed());
292 // Both transients should be destroyed with parent.
294 EXPECT_TRUE(do1.destroyed());
295 EXPECT_TRUE(do2.destroyed());
H A Dtoplevel_window_event_handler.cc87 // the window is destroyed ResizerWindowDestroyed() is invoked back on the
404 bool destroyed = false; local
405 destroyed_ = &destroyed;
411 if (destroyed)
461 // WindowResizer::GetTarget() which was destroyed.
/external/chromium_org/ui/gfx/win/
H A Dwindow_impl.cc214 bool destroyed = false; local
215 destroyed_ = &destroyed;
231 base::debug::Alias(&destroyed);
249 if (!destroyed)
/external/chromium_org/ui/views/controls/button/
H A Dmenu_button.cc120 bool destroyed = false; local
121 destroyed_flag_ = &destroyed;
128 if (destroyed) {
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h100 bool destroyed; member in struct:__tsan::ReportMutex
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
H A Dpb_buffer_fenced.c372 boolean destroyed; local
374 destroyed = fenced_buffer_remove_locked(fenced_mgr, fenced_buf);
378 assert(!destroyed);
848 boolean destroyed; local
849 destroyed = fenced_buffer_remove_locked(fenced_mgr, fenced_buf);
850 assert(!destroyed);
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_buffer_fenced.c372 boolean destroyed; local
374 destroyed = fenced_buffer_remove_locked(fenced_mgr, fenced_buf);
378 assert(!destroyed);
848 boolean destroyed; local
849 destroyed = fenced_buffer_remove_locked(fenced_mgr, fenced_buf);
850 assert(!destroyed);
/external/chromium_org/ash/
H A Droot_window_controller_unittest.cc538 bool destroyed() const { return destroyed_; } function in class:ash::test::DestroyedWindowObserver
581 ASSERT_FALSE(observer1.destroyed());
584 ASSERT_FALSE(observer2.destroyed());
941 // Cleanup to ensure that the test windows are destroyed before their
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
H A Drequest_manager_unittest.cc290 const std::vector<Event>& destroyed() const { return destroyed_; } function in class:chromeos::file_system_provider::__anon3217::RequestObserver
340 EXPECT_EQ(1u, observer.destroyed().size());
421 ASSERT_EQ(1u, observer.destroyed().size());
422 EXPECT_EQ(request_id, observer.destroyed()[0].request_id());
498 ASSERT_EQ(1u, observer.destroyed().size());
499 EXPECT_EQ(request_id, observer.destroyed()[0].request_id());
559 ASSERT_EQ(1u, observer.destroyed().size());
560 EXPECT_EQ(request_id, observer.destroyed()[0].request_id());
700 EXPECT_EQ(0u, observer.destroyed().size());
718 ASSERT_EQ(1u, observer.destroyed()
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc1167 bool destroyed = false; local
1168 channel->destroyed_ = &destroyed;
1173 EXPECT_FALSE(destroyed);
1176 EXPECT_TRUE(destroyed);
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc1043 bool destroyed = false; local
1044 channel->destroyed_ = &destroyed;
1049 EXPECT_FALSE(destroyed);
1052 EXPECT_TRUE(destroyed);
/external/chromium_org/ui/views/controls/menu/
H A Dnative_menu_win.cc443 bool destroyed = false; local
444 destroyed_flag_ = &destroyed;
450 if (destroyed)
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura_unittest.cc172 bool destroyed() const { return destroyed_; } function in class:content::__anon7372::TestWindowObserver
182 // Window that we're observing, or NULL if it's been destroyed.
185 // Was |window_| destroyed?
683 // Checks that a fullscreen view is destroyed when it loses the focus.
691 // destroyed.
700 ASSERT_TRUE(observer.destroyed());
706 // Checks that a popup view is destroyed when a user clicks outside of the popup
727 ASSERT_TRUE(observer.destroyed());
733 // Checks that a popup view is destroyed when a user taps outside of the popup
754 ASSERT_TRUE(observer.destroyed());
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dport_unittest.cc601 bool destroyed() const { return destroyed_; } function in class:PortTest
2483 // Simulate a connection that succeeds, and then is destroyed.
2486 // After the connection is destroyed, the port should not be destroyed.
2488 EXPECT_FALSE(destroyed());
2505 // The connection must not be destroyed before a connection is attempted.
2506 EXPECT_FALSE(destroyed());
2515 // Simulate a connection that succeeds, and then is destroyed.
2518 // The controlled port should be destroyed after 10 milliseconds.
2519 EXPECT_TRUE_WAIT(destroyed(), kTimeou
[all...]
/external/chromium_org/ui/views/widget/
H A Dwidget_unittest.cc260 // |child| should be automatically destroyed with |toplevel|.
311 // |child| should be automatically destroyed with |toplevel|.
351 // destroyed.
370 // destroyed.
388 // A Widget subclass that updates a bag of state when it is destroyed.
521 // widget, destroyed out from under it by the OS.
540 // destroyed by the view hierarchy that contains it.
617 // NativeView is destroyed.
1757 // Deletes itself when the Widget is destroyed.
1778 // destroyed
1781 CloseDestroysWidget(bool* destroyed) argument
1841 bool destroyed = false; local
2648 std::vector<std::string> destroyed; local
[all...]
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc274 // were we destroyed?
300 bool destroyed = false; local
301 destroyed_ = &destroyed;
303 if (destroyed)
2113 // just prior to the window being destroyed). We need to do nothing here or
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc13538 // the handle returned from the TryCatch is destroyed
13539 // when the TryCatch is destroyed.
18087 int destroyed = 0; local
18093 new TestOneByteResource(i::StrDup(s), &destroyed);
18096 CHECK_EQ(0, destroyed);
18101 // Ring has been destroyed. Free Peoples of Middle-earth Rejoice.
18102 CHECK_EQ(1, destroyed);
18107 int destroyed = 0; local
18115 new TestOneByteResource(i::StrDup(s), &destroyed);
18120 CHECK_EQ(0, destroyed);
18131 int destroyed = 0; local
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 831 milliseconds