Searched refs:childrenArray (Results 1 – 2 of 2) sorted by relevance
83 RefPtr<InspectorArray> childrenArray = InspectorArray::create(); in buildInspectorObjectFor() local88 childrenArray->pushObject(buildInspectorObjectFor(iter->get())); in buildInspectorObjectFor()89 result->setArray("children", childrenArray); in buildInspectorObjectFor()
444 RefPtr<InspectorArray> childrenArray; in buildObjectForFrameTree() local446 if (!childrenArray) { in buildObjectForFrameTree()447 childrenArray = InspectorArray::create(); in buildObjectForFrameTree()448 result->setArray("childFrames", childrenArray); in buildObjectForFrameTree()450 childrenArray->pushObject(buildObjectForFrameTree(child)); in buildObjectForFrameTree()