HomeSort by relevance Sort by last modified time
    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 834 int32_t TestURLLoader::OpenWithPrefetchBufferThreshold(int32_t lower,
845 int32_t rv = OpenWithPrefetchBufferThreshold(-1, 1);
851 rv = OpenWithPrefetchBufferThreshold(0, 1);
857 rv = OpenWithPrefetchBufferThreshold(1000, 1);

Completed in 26 milliseconds