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

/external/chromium_org/gpu/config/
H A Dgpu_control_list.cc454 int bug_id; local
455 if (cr_bugs->GetInteger(i, &bug_id)) {
456 entry->cr_bugs_.push_back(bug_id);
468 int bug_id; local
469 if (webkit_bugs->GetInteger(i, &bug_id)) {
470 entry->webkit_bugs_.push_back(bug_id);

Completed in 62 milliseconds