Searched refs:number_of_rows (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/views/
H A Dgeneric_info_view.cc16 GenericInfoView::GenericInfoView(int number_of_rows) argument
17 : number_of_rows_(number_of_rows), name_string_ids_(NULL) {
22 int number_of_rows, const int name_string_ids[])
23 : number_of_rows_(number_of_rows), name_string_ids_(name_string_ids) {
21 GenericInfoView( int number_of_rows, const int name_string_ids[]) argument
H A Dgeneric_info_view.h25 // Constructs a info view with |number_of_rows| and populated with
27 explicit GenericInfoView(int number_of_rows);
29 // Constructs a info view with |number_of_rows|, and populates
31 // |name_string_ids|. The array of ids should contain |number_of_rows|
33 GenericInfoView(int number_of_rows, const int name_string_ids[]);
/external/libpng/
H A Dexample.c372 for (y = 0; y < height; y += number_of_rows)
376 number_of_rows);
379 number_of_rows);
783 png_write_rows(png_ptr, &row_pointers[first_row], number_of_rows);
/external/chromium_org/media/cast/rtcp/
H A Drtcp_sender.cc233 uint16 number_of_rows = (report_block) ? 12 : 6;
239 big_endian_writer.WriteU16(number_of_rows);
258 uint16 number_of_rows = (report_block) ? 7 : 1;
264 big_endian_writer.WriteU16(number_of_rows);

Completed in 195 milliseconds