Searched refs:returned_bytes (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/extensions/browser/api/system_cpu/
H A Dcpu_info_provider_win.cc43 ULONG returned_bytes = 0, local
50 &returned_bytes)))
54 returned_bytes / sizeof(SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION);
/external/chromium_org/chrome_elf/blacklist/
H A Dblacklist_interceptions.cc64 ULONG returned_bytes; local
67 buffer_bytes, &returned_bytes);
71 buffer_bytes = returned_bytes + 1;
/external/chromium_org/sandbox/win/src/
H A Dsandbox_nt_util.cc405 ULONG returned_bytes;
408 buffer_bytes, &returned_bytes);
414 buffer_bytes = returned_bytes;

Completed in 1125 milliseconds