Searched refs:bounds_buffer (Results 1 – 1 of 1) sorted by relevance
1704 char bounds_buffer[512]; in DoPrintViewGraph() local1707 base::snprintf(p, arraysize(bounds_buffer), "%p", view_with_children); in DoPrintViewGraph()1714 base::snprintf(bounds_buffer, in DoPrintViewGraph()1715 arraysize(bounds_buffer), in DoPrintViewGraph()1721 result.append(bounds_buffer); in DoPrintViewGraph()1726 base::snprintf(bounds_buffer, in DoPrintViewGraph()1727 arraysize(bounds_buffer), in DoPrintViewGraph()1731 result.append(bounds_buffer); in DoPrintViewGraph()1733 base::snprintf(bounds_buffer, in DoPrintViewGraph()1734 arraysize(bounds_buffer), in DoPrintViewGraph()[all …]