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

  /external/webkit/Source/WebCore/bindings/v8/
ScriptProfileNode.cpp 43 return toWebCoreString(m_profileNode->GetFunctionName());
48 return toWebCoreString(m_profileNode->GetScriptResourceName());
53 return m_profileNode->GetLineNumber();
58 return m_profileNode->GetTotalTime();
63 return m_profileNode->GetSelfTime();
73 const int childrenCount = m_profileNode->GetChildrenCount();
76 result[i] = ScriptProfileNode::create(m_profileNode->GetChild(i));
87 return m_profileNode->GetCallUid();
ScriptProfileNode.h 66 : m_profileNode(profileNode)
70 const v8::CpuProfileNode* m_profileNode;

Completed in 48 milliseconds