Searched defs:HIGH_PRIORITY (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/
H A Djob_queue_unittest.cc14 enum {HIGH_PRIORITY, LOW_PRIORITY}; enumerator in enum:drive::__anon4510
22 queue.Push(102, HIGH_PRIORITY);
24 queue.Push(104, HIGH_PRIORITY);
60 // The remaining jobs is of low priority, so under HIGH_PRIORITY context, it
62 EXPECT_FALSE(queue.PopForRun(HIGH_PRIORITY, &id));
72 enum {HIGH_PRIORITY, LOW_PRIORITY}; enumerator in enum:drive::__anon4511
80 queue.Push(102, HIGH_PRIORITY);
82 queue.Push(104, HIGH_PRIORITY);
/external/chromium_org/ui/message_center/
H A Dnotification_types.h43 HIGH_PRIORITY = 1, enumerator in enum:message_center::NotificationPriority

Completed in 307 milliseconds