HomeSort by relevance Sort by last modified time
    Searched refs:AsyncCallStackTracker (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
AsyncCallStackTracker.cpp 32 #include "core/inspector/AsyncCallStackTracker.h"
59 void AsyncCallStackTracker::ExecutionContextData::contextDestroyed()
67 int AsyncCallStackTracker::ExecutionContextData::circularSequentialID()
75 void AsyncCallStackTracker::ExecutionContextData::trace(Visitor* visitor)
100 void AsyncCallStackTracker::AsyncCallChain::trace(Visitor* visitor)
105 AsyncCallStackTracker::AsyncCallStack::AsyncCallStack(const String& description, const ScriptValue& callFrames)
111 AsyncCallStackTracker::AsyncCallStack::~AsyncCallStack()
115 AsyncCallStackTracker::AsyncCallStackTracker()
121 void AsyncCallStackTracker::setAsyncCallStackDepth(int depth
    [all...]
AsyncCallStackTracker.h 53 class AsyncCallStackTracker FINAL : public NoBaseWillBeGarbageCollectedFinalized<AsyncCallStackTracker> {
54 WTF_MAKE_NONCOPYABLE(AsyncCallStackTracker);
77 friend class AsyncCallStackTracker;
84 ExecutionContextData(AsyncCallStackTracker* tracker, ExecutionContext* executionContext)
101 RawPtrWillBeMember<AsyncCallStackTracker> m_tracker;
113 AsyncCallStackTracker();
InspectorDebuggerAgent.cpp 132 , m_asyncCallStackTracker(adoptPtrWillBeNoop(new AsyncCallStackTracker()))
235 asyncCallStackTracker().setAsyncCallStackDepth(m_state->getLong(DebuggerAgentState::asyncCallStackDepth));
741 if (asyncCallStackTracker().isEnabled())
742 asyncCallStackTracker().didInstallTimer(context, timerId, singleShot, scriptDebugServer().currentCallFramesForAsyncStack());
747 if (asyncCallStackTracker().isEnabled())
748 asyncCallStackTracker().didRemoveTimer(context, timerId);
753 if (asyncCallStackTracker().isEnabled())
754 asyncCallStackTracker().willFireTimer(context, timerId);
760 if (asyncCallStackTracker().isEnabled())
761 asyncCallStackTracker().didFireAsyncCall()
    [all...]
InspectorDebuggerAgent.h 36 #include "core/inspector/AsyncCallStackTracker.h"
254 AsyncCallStackTracker& asyncCallStackTracker() const { return *m_asyncCallStackTracker; };
282 OwnPtrWillBeMember<AsyncCallStackTracker> m_asyncCallStackTracker;
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 385 third_party/WebKit/Source/core/inspector/AsyncCallStackTracker.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 385 third_party/WebKit/Source/core/inspector/AsyncCallStackTracker.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 385 third_party/WebKit/Source/core/inspector/AsyncCallStackTracker.cpp \
    [all...]
webcore_remaining.target.darwin-mips64.mk 385 third_party/WebKit/Source/core/inspector/AsyncCallStackTracker.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 385 third_party/WebKit/Source/core/inspector/AsyncCallStackTracker.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 385 third_party/WebKit/Source/core/inspector/AsyncCallStackTracker.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 385 third_party/WebKit/Source/core/inspector/AsyncCallStackTracker.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 385 third_party/WebKit/Source/core/inspector/AsyncCallStackTracker.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 385 third_party/WebKit/Source/core/inspector/AsyncCallStackTracker.cpp \
    [all...]
webcore_remaining.target.linux-mips64.mk 385 third_party/WebKit/Source/core/inspector/AsyncCallStackTracker.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 385 third_party/WebKit/Source/core/inspector/AsyncCallStackTracker.cpp \
    [all...]
webcore_remaining.target.linux-x86_64.mk 385 third_party/WebKit/Source/core/inspector/AsyncCallStackTracker.cpp \
    [all...]

Completed in 209 milliseconds