Searched
full:destroyed (Results
326 -
350 of
3486) sorted by null
<<11121314151617181920>>
/external/chromium_org/device/nfc/ |
nfc_adapter_chromeos.h | 108 // Note: This should remain the last member so it'll be destroyed and 109 // invalidate its weak pointers before any other members are destroyed.
|
/external/chromium_org/extensions/common/ |
event_filter.h | 70 // Prevents the removal of condition sets when this class is destroyed. We 72 // removal of condition sets when the URLMatcher is going to be destroyed
|
/external/chromium_org/google_apis/drive/ |
request_sender.h | 102 // Note: This should remain the last member so it'll be destroyed and 103 // invalidate its weak pointers before any other members are destroyed.
|
/external/chromium_org/ipc/ |
ipc_test_base.h | 45 // channel before the listener gets destroyed. 58 // destroyed.
|
/external/chromium_org/mojo/system/ |
message_pipe_endpoint.h | 39 // Returns false if the endpoint should be closed and destroyed, else true. 80 // Returns false if the endpoint should be closed and destroyed, else true.
|
proxy_message_pipe_endpoint.cc | 66 // Return false -- to indicate that we should be destroyed -- if no messages 147 // destroyed.
|
/external/chromium_org/net/dns/ |
dns_session.h | 92 // Record server stats before it is destroyed. 100 // When the SocketLease is destroyed, the socket will be freed.
|
single_request_host_resolver_unittest.cc | 20 // it is cancelled before the class is destroyed. 110 // Now that the SingleRequestHostResolver has been destroyed, the
|
/external/chromium_org/net/http/ |
http_auth_handler_ntlm.h | 56 // will be destroyed when the Factory is destroyed.
|
/external/chromium_org/net/proxy/ |
polling_proxy_config_service.cc | 34 // Called when the parent PollingProxyConfigService is destroyed 120 return; // Was orphaned (parent has already been destroyed).
|
/external/chromium_org/net/url_request/ |
view_cache_helper.h | 32 // or the object is destroyed. 41 // or the object is destroyed. |url_prefix| will be prepended to each entry
|
/external/chromium_org/ppapi/c/private/ |
ppb_flash_message_loop.h | 69 * resource is destroyed; <code>PP_OK</code> if the message loop quits because 81 * implicitly when the resource is destroyed.
|
/external/chromium_org/ppapi/proxy/ |
ppb_message_loop_proxy.h | 81 // Set to true when the message loop is destroyed to prevent forther 86 // loop should be destroyed once it reaches the outermost Run invocation.
|
/external/chromium_org/ppapi/shared_impl/ |
thread_aware_callback.h | 48 // - When a ThreadAwareCallback object is destroyed, all pending tasks to run 50 // resource is destroyed or the callback is cancelled by the plugin, we can
|
/external/chromium_org/remoting/jingle_glue/ |
iq_sender.h | 47 // destroyed before sender is destroyed.
|
/external/chromium_org/remoting/protocol/ |
session.h | 62 // |channel_name| changes. Session must not be destroyed by the 110 // destroyed, unless the state is set to FAILED or CLOSED.
|
/external/chromium_org/sync/internal_api/ |
js_sync_encryption_handler_observer_unittest.cc | 35 // This must be destroyed after the member variables below in order 36 // for WeakHandles to be destroyed properly.
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
npruntime_priv.h | 55 // plugin can be destroyed, which can unload the DLL. So, we must eliminate 59 // is an NPObject which, when destroyed, also destroys all objects it owns.
|
/external/chromium_org/third_party/icu/source/common/ |
umutex.h | 124 * Destroying an already destroyed mutex has no effect, and causes no problems. 127 * @param mutex The given mutex to be destroyed.
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
asynctcpsocket.h | 66 // connect() fail (|socket| is destroyed in that case). 98 // connect() fail (|socket| is destroyed in that case).
|
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/ |
main_wnd.h | 69 // Destroys the window. When the window is destroyed, it ends the 73 // Callback for when the main window is destroyed.
|
/external/chromium_org/ui/aura/test/ |
test_window_delegate.h | 26 // the associated window is destroyed. 77 // (deletes itself when the Window it is attached to is destroyed).
|
/external/chromium_org/ui/aura/ |
window_delegate.h | 74 // children have been destroyed and the window has been removed from its 78 // Called when the Window has been destroyed (i.e. from its destructor). This
|
window_observer.h | 86 // Invoked when the Window is being destroyed (i.e. from the start of its 90 // Invoked when the Window has been destroyed (i.e. at the end of
|
/external/chromium_org/ui/compositor/ |
layer_animation_observer.h | 44 // If the animator is destroyed during an animation, the animations are 48 // OBSERVER WHEN YOU ARE DESTROYED.
|
Completed in 225 milliseconds
<<11121314151617181920>>