/external/chromium_org/ui/compositor/ |
D | layer_animation_observer.cc | 60 destroyed_(NULL), in ImplicitAnimationObserver() 65 if (destroyed_) in ~ImplicitAnimationObserver() 66 *destroyed_ = true; in ~ImplicitAnimationObserver() 93 destroyed_ = &destroyed; in OnLayerAnimationEnded() 97 destroyed_ = NULL; in OnLayerAnimationEnded() 106 destroyed_ = &destroyed; in OnLayerAnimationAborted() 110 destroyed_ = NULL; in OnLayerAnimationAborted()
|
D | layer_animation_observer.h | 145 bool* destroyed_; variable
|
/external/chromium_org/cc/test/ |
D | test_context_provider.cc | 36 destroyed_(false), in TestContextProvider() 58 destroyed_ = true; in BindToCurrentThread() 110 destroyed_ = true; in VerifyContexts() 121 return destroyed_; in DestroyedOnMainThread() 128 if (destroyed_) in OnLostContext() 130 destroyed_ = true; in OnLostContext()
|
D | test_context_provider.h | 74 bool destroyed_; variable
|
/external/chromium_org/third_party/webrtc/base/ |
D | win32window_unittest.cc | 20 TestWindow() : destroyed_(false) { memset(&msg_, 0, sizeof(msg_)); } in TestWindow() 22 bool destroyed() const { return destroyed_; } in destroyed() 33 destroyed_ = true; in OnNcDestroy() 38 bool destroyed_; member in TestWindow
|
/external/chromium_org/webkit/common/gpu/ |
D | context_provider_in_process.cc | 70 destroyed_(false), in ContextProviderInProcess() 185 if (destroyed_) in OnLostContext() 187 destroyed_ = true; in OnLostContext() 199 return destroyed_; in DestroyedOnMainThread()
|
D | context_provider_in_process.h | 71 bool destroyed_; in NON_EXPORTED_BASE() local
|
/external/chromium_org/content/common/gpu/client/ |
D | context_provider_command_buffer.cc | 53 destroyed_(false) { in ContextProviderCommandBuffer() 168 if (destroyed_) in OnLostContext() 170 destroyed_ = true; in OnLostContext() 204 return destroyed_; in DestroyedOnMainThread()
|
D | context_provider_command_buffer.h | 80 bool destroyed_; in NON_EXPORTED_BASE() local
|
/external/chromium_org/ui/gfx/win/ |
D | window_impl.cc | 172 destroyed_(NULL) { in WindowImpl() 176 if (destroyed_) in ~WindowImpl() 177 *destroyed_ = true; in ~WindowImpl() 215 destroyed_ = &destroyed; in Init() 250 destroyed_ = NULL; in Init()
|
D | window_impl.h | 117 bool* destroyed_; variable
|
/external/chromium_org/ppapi/proxy/ |
D | ppb_message_loop_proxy.cc | 32 destroyed_(false), in MessageLoopResource() 41 destroyed_(false), in MessageLoopResource() 118 destroyed_ = true; in Run() 127 if (destroyed_) in PostWork()
|
D | ppb_message_loop_proxy.h | 93 bool destroyed_; variable
|
/external/chromium_org/extensions/browser/guest_view/ |
D | guest_view_base.cc | 64 destroyed_(false), in EmbedderWebContentsObserver() 87 bool destroyed_; member in extensions::GuestViewBase::EmbedderWebContentsObserver 91 if (destroyed_) in Destroy() 93 destroyed_ = true; in Destroy()
|
/external/chromium_org/ash/wm/ |
D | toplevel_window_event_handler.cc | 155 destroyed_(NULL) { in ToplevelWindowEventHandler() 161 if (destroyed_) in ~ToplevelWindowEventHandler() 162 *destroyed_ = true; in ~ToplevelWindowEventHandler() 405 destroyed_ = &destroyed; in RunMoveLoop() 413 destroyed_ = NULL; in RunMoveLoop()
|
D | toplevel_window_event_handler.h | 124 bool* destroyed_; variable
|
D | system_modal_container_layout_manager_unittest.cc | 130 TransientWindowObserver() : destroyed_(false) {} in TransientWindowObserver() 133 bool destroyed() const { return destroyed_; } in destroyed() 137 destroyed_ = true; in OnWindowDestroyed() 141 bool destroyed_; member in ash::test::__anone5ad29bd0111::TransientWindowObserver
|
/external/chromium_org/extensions/browser/ |
D | extension_pref_value_map.cc | 33 ExtensionPrefValueMap::ExtensionPrefValueMap() : destroyed_(false) { in ExtensionPrefValueMap() 37 if (!destroyed_) { in ~ExtensionPrefValueMap() 39 destroyed_ = true; in ~ExtensionPrefValueMap() 47 destroyed_ = true; in Shutdown()
|
D | extension_pref_value_map.h | 198 bool destroyed_; variable
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | transport.cc | 149 destroyed_(false), in Transport() 162 ASSERT(destroyed_); in ~Transport() 236 destroyed_ = false; in CreateChannel_w() 371 destroyed_ = true; in DestroyAllChannels() 415 if (destroyed_) return; in OnSignalingReady() 503 if (destroyed_) return; in OnRemoteCandidate()
|
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/ |
D | main_wnd.cc | 88 destroyed_(false), callback_(NULL), nested_msg_(NULL), in MainWnd() 425 me->destroyed_ = true; in WndProc() 430 if (me->destroyed_ && prev_nested_msg == NULL) { in WndProc() 433 me->destroyed_ = false; in WndProc()
|
D | main_wnd.h | 206 bool destroyed_; variable
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_unittest.cc | 938 destroyed_(NULL) {} in MockRpcChannel() 941 if (destroyed_ != NULL) *destroyed_ = true; in ~MockRpcChannel() 970 bool* destroyed_; member in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockRpcChannel 1044 channel->destroyed_ = &destroyed; in TEST_F()
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_unittest.cc | 1062 destroyed_(NULL) {} in MockRpcChannel() 1065 if (destroyed_ != NULL) *destroyed_ = true; in ~MockRpcChannel() 1094 bool* destroyed_; member in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockRpcChannel 1168 channel->destroyed_ = &destroyed; in TEST_F()
|
/external/chromium_org/ash/ |
D | root_window_controller_unittest.cc | 528 DestroyedWindowObserver() : destroyed_(false), window_(NULL) {} in DestroyedWindowObserver() 538 bool destroyed() const { return destroyed_; } in destroyed() 542 destroyed_ = true; in OnWindowDestroying() 554 bool destroyed_; member in ash::test::DestroyedWindowObserver
|