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

  /dalvik/vm/hprof/
HprofOutput.cpp 186 unsigned char *newBody;
193 newBody = (unsigned char *)realloc(rec->body, newAllocLen);
194 if (newBody != NULL) {
195 rec->body = newBody;
  /external/webkit/Source/WebCore/html/
HTMLTableElement.cpp 212 RefPtr<HTMLTableSectionElement> newBody = HTMLTableSectionElement::create(tbodyTag, document());
214 newBody->appendChild(newRow, ec);
215 appendChild(newBody.release(), ec);

Completed in 74 milliseconds