Home
last modified time | relevance | path

Searched refs:LOW_PRIORITY (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/
Djob_queue_unittest.cc14 enum {HIGH_PRIORITY, LOW_PRIORITY}; in TEST() enumerator
21 queue.Push(101, LOW_PRIORITY); in TEST()
23 queue.Push(103, LOW_PRIORITY); in TEST()
28 EXPECT_TRUE(queue.PopForRun(LOW_PRIORITY, &id)); in TEST()
30 EXPECT_TRUE(queue.PopForRun(LOW_PRIORITY, &id)); in TEST()
34 EXPECT_TRUE(queue.PopForRun(LOW_PRIORITY, &id)); in TEST()
38 EXPECT_FALSE(queue.PopForRun(LOW_PRIORITY, &id)); in TEST()
48 EXPECT_TRUE(queue.PopForRun(LOW_PRIORITY, &id)); in TEST()
52 queue.Push(105, LOW_PRIORITY); in TEST()
65 EXPECT_TRUE(queue.PopForRun(LOW_PRIORITY, &id)); in TEST()
[all …]
/external/chromium_org/ui/message_center/
Dnotification_types.h38 LOW_PRIORITY = -1, enumerator
Dnotification_list_unittest.cc349 AddPriorityNotification(LOW_PRIORITY); in TEST_F()
415 std::string id0 = AddPriorityNotification(LOW_PRIORITY); in TEST_F()
443 std::string id0 = AddPriorityNotification(LOW_PRIORITY); in TEST_F()
/external/chromium_org/chrome/browser/chromeos/first_run/
Ddrive_first_run_controller.cc475 notification->set_priority(message_center::LOW_PRIORITY); in ShowNotification()