Searched defs:shared_quad_state_index (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/common/
H A Dcc_messages.cc300 size_t shared_quad_state_index = 0; local
367 while (shared_quad_state_index < sqs_list.size() &&
368 quad->shared_quad_state != sqs_list[shared_quad_state_index])
369 ++shared_quad_state_index;
371 DCHECK_LT(shared_quad_state_index, sqs_list.size());
372 if (shared_quad_state_index >= sqs_list.size()) {
377 WriteParam(m, shared_quad_state_index);
378 if (shared_quad_state_index != last_shared_quad_state_index) {
379 WriteParam(m, *sqs_list[shared_quad_state_index]);
380 last_shared_quad_state_index = shared_quad_state_index;
494 size_t shared_quad_state_index; local
[all...]

Completed in 246 milliseconds