Home
last modified time | relevance | path

Searched refs:touch_ptr (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/app/
Dimage_pre_reader_win.cc176 volatile uint8* touch_ptr = reinterpret_cast<uint8*>(base_addr); in TouchPagesInRange() local
177 volatile uint8* final_touch_ptr = touch_ptr + length - 1; in TouchPagesInRange()
182 while (touch_ptr < final_touch_ptr) { in TouchPagesInRange()
183 dummy = *touch_ptr; in TouchPagesInRange()
184 touch_ptr += system_info.dwPageSize; in TouchPagesInRange()