OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Detached
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementLifecycleCallbacks.h
51
bool hasDetachedCallback() const { return m_which &
Detached
; }
52
virtual void
detached
(Element*) = 0;
61
Detached
= 1 << 2,
/external/chromium_org/third_party/WebKit/Source/wtf/
ThreadingPthreads.cpp
73
Detached
// The thread has been
detached
and can no longer be joined on. At this point, the thread must take care of cleaning up after itself.
86
void didBecomeDetached() { m_joinableState =
Detached
; }
255
WTF_LOG_ERROR("ThreadIdentifier %u was unable to be
detached
\n", threadID);
Completed in 146 milliseconds