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

  /external/webkit/Source/WebCore/bindings/js/
ScriptProfileNode.h 35 typedef JSC::ProfileNode ScriptProfileNode;
  /external/webkit/Source/WebCore/bindings/v8/
ScriptProfileNode.h 42 class ScriptProfileNode;
44 typedef Vector<RefPtr<ScriptProfileNode> > ProfileNodesList;
46 class ScriptProfileNode : public RefCounted<ScriptProfileNode> {
48 static PassRefPtr<ScriptProfileNode> create(const v8::CpuProfileNode* profileNode)
50 return adoptRef(new ScriptProfileNode(profileNode));
52 virtual ~ScriptProfileNode() {}
65 ScriptProfileNode(const v8::CpuProfileNode* profileNode)

Completed in 107 milliseconds