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

/external/chromium_org/gpu/config/
H A Dgpu_control_list.cc406 int bug_id; local
407 if (cr_bugs->GetInteger(i, &bug_id)) {
408 entry->cr_bugs_.push_back(bug_id);
420 int bug_id; local
421 if (webkit_bugs->GetInteger(i, &bug_id)) {
422 entry->webkit_bugs_.push_back(bug_id);

Completed in 435 milliseconds