OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AsyncCallStack
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/inspector/
AsyncCallStackTracker.h
56
class
AsyncCallStack
FINAL : public RefCountedWillBeGarbageCollectedFinalized<
AsyncCallStack
> {
58
AsyncCallStack
(const String&, const ScriptValue&);
59
~
AsyncCallStack
();
68
typedef WillBeHeapDeque<RefPtrWillBeMember<
AsyncCallStack
>, 4> AsyncCallStackVector;
AsyncCallStackTracker.cpp
105
AsyncCallStackTracker::
AsyncCallStack
::
AsyncCallStack
(const String& description, const ScriptValue& callFrames)
111
AsyncCallStackTracker::
AsyncCallStack
::~
AsyncCallStack
()
415
chain->m_callStacks.prepend(adoptRefWillBeNoop(new AsyncCallStackTracker::
AsyncCallStack
(description, callFrames)));
Completed in 379 milliseconds