Home
last modified time | relevance | path

Searched defs:TaskItem (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/base/message_loop/
Dmessage_loop_test.cc387 struct TaskItem { struct
388 TaskItem(TaskType t, int c, bool s) in TaskItem() argument
394 TaskType type;
395 int cookie;
396 bool start;
398 bool operator == (const TaskItem& other) const { in operator ==()
Dmessage_loop_unittest.cc161 struct TaskItem { struct
162 TaskItem(TaskType t, int c, bool s) in TaskItem() function
168 TaskType type;
169 int cookie;
170 bool start;
172 bool operator == (const TaskItem& other) const { in operator ==()