HomeSort by relevance Sort by last modified time
    Searched refs:DEFINE_REQUEST_PRIORITY (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/cronet/android/
chromium_url_request_priority_list.h 7 #ifndef DEFINE_REQUEST_PRIORITY
8 #error "DEFINE_REQUEST_PRIORITY should be defined before including this file"
10 DEFINE_REQUEST_PRIORITY(IDLE, 0)
11 DEFINE_REQUEST_PRIORITY(LOWEST, 1)
12 DEFINE_REQUEST_PRIORITY(LOW, 2)
13 DEFINE_REQUEST_PRIORITY(MEDIUM, 3)
14 DEFINE_REQUEST_PRIORITY(HIGHEST, 4)
chromium_url_request.h 15 #define DEFINE_REQUEST_PRIORITY(x, y) REQUEST_PRIORITY_##x = y,
17 #undef DEFINE_REQUEST_PRIORITY

Completed in 49 milliseconds