OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:destroyed
(Results
351 - 375
of
3486
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/ui/events/
event_target.h
62
// explicitly removed from the target before the handler is
destroyed
. The
72
// explicitly removed from the target before the handler is
destroyed
. The
/external/chromium_org/ui/views/controls/menu/
menu_controller_aura.cc
22
// the menu. Additionally it listens for the root window to be
destroyed
and
63
// The ActivationClient may have been
destroyed
by the time we get here.
/external/chromium_org/ui/views/controls/native/
native_view_host_aura.cc
36
void NativeViewHostAura::NativeViewDetaching(bool
destroyed
) {
37
if (!
destroyed
) {
native_view_host_win.cc
41
void NativeViewHostWin::NativeViewDetaching(bool
destroyed
) {
42
if (!
destroyed
) {
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura_unittest.cc
72
// destruction. Previously the FocusController was
destroyed
after the window.
74
// could attempt to use it after |content_window_| was
destroyed
. This test
/external/jpeg/
jcomapi.c
33
/* Do nothing if called on a not-initialized or
destroyed
JPEG object. */
76
cinfo->global_state = 0; /* mark it
destroyed
*/
/external/llvm/include/llvm/Support/
FileUtilities.h
60
/// be removed when the object is
destroyed
. If the FileRemover already
75
/// will not be removed when the object is
destroyed
.
/external/qemu/distrib/jpeg-6b/
jcomapi.c
33
/* Do nothing if called on a not-initialized or
destroyed
JPEG object. */
76
cinfo->global_state = 0; /* mark it
destroyed
*/
/external/srec/srec/Semproc/include/
SR_SemanticProcessor.h
43
* created (and
destroyed
) by the caller of the function.
51
* created (and
destroyed
) by the caller of the function.
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaFrameworkTest.java
108
//Can do nothing in here. The test case will fail if the surface
destroyed
.
109
Log.v(TAG, "Test application surface
destroyed
");
/frameworks/compile/mclinker/include/mcld/Support/
raw_ostream.h
24
/// be immediately
destroyed
; the string will be empty if no error occurred.
37
/// ShouldClose is true, this closes the file when the stream is
destroyed
.
/frameworks/native/libs/gui/
IGraphicBufferAlloc.cpp
78
* GraphicBuffer until it is
destroyed
(that is, until
105
// registered before the buffer is
destroyed
on implementations
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
BaseObj.java
60
throw new RSInvalidStateException("using a
destroyed
object.");
106
throw new RSInvalidStateException("Object already
destroyed
.");
/packages/apps/InCallUI/src/com/android/incallui/
AnswerPresenter.java
55
// This is necessary because the activity can be
destroyed
while an incoming call exists.
74
// TODO: Ui is being
destroyed
when the fragment detaches. Need clean up step to stop
/bionic/libc/arch-arm/bionic/
_exit_with_stack_teardown.S
36
swi #0 // the stack is
destroyed
by this call
/bionic/libc/arch-mips/bionic/
_exit_with_stack_teardown.S
43
syscall /* the stack is
destroyed
by this call */
/external/chromium/base/memory/
scoped_temp_dir.h
44
// Caller takes ownership of the temporary directory so it won't be
destroyed
weak_ptr.h
11
// list of all referrers, and then when the shared object is
destroyed
, it
14
//
destroyed
so that the shared object can remove the referrer from its list of
46
//
destroyed
.
144
// may result in the underlying object being
destroyed
.
/external/chromium/chrome/browser/policy/
profile_policy_connector.h
23
// gets initialized before the profile's prefs and
destroyed
after the prefs
/external/chromium/chrome/browser/prefs/
pref_change_registrar.cc
15
// has been
destroyed
. This should not happen any more but be warned.
/external/chromium/chrome/browser/remoting/
setup_flow_register_step.cc
26
// |request_| is
destroyed
.
/external/chromium/chrome/browser/ui/
browser_dialogs.h
31
// The window is automatically
destroyed
when it is closed.
/external/chromium/chrome/browser/ui/gtk/
info_bubble_gtk.h
10
// underlying object will be
destroyed
. You can also close and destroy the
165
// it deletes us when it is
destroyed
.
176
// window is
destroyed
before this object is
destroyed
, so it's important
/external/chromium/chrome/browser/ui/views/
constrained_window_views.h
28
// Called after the NativeConstrainedWindow has been
destroyed
and is about to
login_view.h
24
// Therefore |model| should not be
destroyed
before the LoginView
Completed in 636 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>