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

  /external/chromium_org/net/base/
prioritized_dispatcher.cc 63 PrioritizedDispatcher::Handle PrioritizedDispatcher::ChangePriority(
prioritized_dispatcher_unittest.cc 79 void ChangePriority(Priority priority) {
85 handle_ = dispatcher_->ChangePriority(handle_, priority);
319 TEST_F(PrioritizedDispatcherTest, ChangePriority) {
333 job_b->ChangePriority(MEDIUM);
334 job_c->ChangePriority(LOW);
344 job_e->ChangePriority(HIGHEST);
522 job_b->ChangePriority(HIGHEST);

Completed in 24 milliseconds