Searched refs:pushObject (Results 1 – 4 of 4) sorted by relevance
41 jsonArray->pushObject(rectContainer); in appendAsTraceFormat()
265 void pushObject(PassRefPtr<JSONObject>);298 using JSONArrayBase::pushObject;380 inline void JSONArrayBase::pushObject(PassRefPtr<JSONObject> value) in pushObject() function
469 array->pushObject(buildObjectForPoint(quad.p1())); in buildArrayForQuad()470 array->pushObject(buildObjectForPoint(quad.p2())); in buildArrayForQuad()471 array->pushObject(buildObjectForPoint(quad.p3())); in buildArrayForQuad()472 array->pushObject(buildObjectForPoint(quad.p4())); in buildArrayForQuad()
1046 parent.children->pushObject(record.release()); in innerAddRecordToTimeline()1276 m_stack.last().children->pushObject(record); in addInstantRecord()