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

  /external/chromium_org/chrome/utility/media_galleries/
pmp_column_reader.cc 152 int64 expected_body_length = 0; local
155 expected_body_length = IndexStrings();
158 expected_body_length = static_cast<int64>(rows_read_) * sizeof(uint32);
161 expected_body_length = static_cast<int64>(rows_read_) * sizeof(double);
164 expected_body_length = static_cast<int64>(rows_read_) * sizeof(uint8);
167 expected_body_length = static_cast<int64>(rows_read_) * sizeof(uint64);
174 return body_length == expected_body_length;
  /external/chromium_org/components/proximity_auth/
wire_message.cc 52 size_t expected_body_length = local
55 size_t expected_message_length = kHeaderLength + expected_body_length;

Completed in 363 milliseconds