OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cur_row
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/skia/ext/
convolver.cc
92
int
cur_row
= next_row_;
local
94
row_addresses_[i] = &buffer_[
cur_row
* row_byte_width_];
97
cur_row
++;
98
if (
cur_row
== num_rows_)
99
cur_row
= 0;
/external/chromium/chrome/browser/history/
expire_history_backend.cc
375
const URLRow*
cur_row
= NULL;
local
381
cur_row
= &dependencies->affected_urls[visits[i].url_id];
383
cur_row
= &found->second;
388
text_db_->DeletePageData(visits[i].visit_time,
cur_row
->url(),
Completed in 493 milliseconds