OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpenWithPrefetchBufferThreshold
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/tests/
test_url_loader.h
50
int32_t
OpenWithPrefetchBufferThreshold
(int32_t lower, int32_t upper);
test_url_loader.cc
846
int32_t TestURLLoader::
OpenWithPrefetchBufferThreshold
(int32_t lower,
857
int32_t rv =
OpenWithPrefetchBufferThreshold
(-1, 1);
863
rv =
OpenWithPrefetchBufferThreshold
(0, 1);
869
rv =
OpenWithPrefetchBufferThreshold
(1000, 1);
Completed in 482 milliseconds