OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOW_PRIORITY
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/chromeos/drive/
job_queue_unittest.cc
14
enum {HIGH_PRIORITY,
LOW_PRIORITY
};
21
queue.Push(101,
LOW_PRIORITY
);
23
queue.Push(103,
LOW_PRIORITY
);
28
EXPECT_TRUE(queue.PopForRun(
LOW_PRIORITY
, &id));
30
EXPECT_TRUE(queue.PopForRun(
LOW_PRIORITY
, &id));
34
EXPECT_TRUE(queue.PopForRun(
LOW_PRIORITY
, &id));
38
EXPECT_FALSE(queue.PopForRun(
LOW_PRIORITY
, &id));
48
EXPECT_TRUE(queue.PopForRun(
LOW_PRIORITY
, &id));
52
queue.Push(105,
LOW_PRIORITY
);
65
EXPECT_TRUE(queue.PopForRun(
LOW_PRIORITY
, &id))
[
all
...]
/external/chromium_org/ui/message_center/
notification_types.h
38
LOW_PRIORITY
= -1,
notification_list_unittest.cc
349
AddPriorityNotification(
LOW_PRIORITY
);
415
std::string id0 = AddPriorityNotification(
LOW_PRIORITY
);
443
std::string id0 = AddPriorityNotification(
LOW_PRIORITY
);
/external/chromium_org/chrome/browser/chromeos/first_run/
drive_first_run_controller.cc
475
notification->set_priority(message_center::
LOW_PRIORITY
);
Completed in 82 milliseconds