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

  /external/libchrome/base/message_loop/
message_loop_test.h 12 // and MessagePump. To use these define the macro RUN_MESSAGE_LOOP_TESTS using
14 // RUN_MESSAGE_LOOP_TESTS(UI, factory). Factory is a function called to create
50 #define RUN_MESSAGE_LOOP_TESTS(id, factory) \
message_loop_unittest.cc 645 RUN_MESSAGE_LOOP_TESTS(Default, &TypeDefaultMessagePumpFactory);
646 RUN_MESSAGE_LOOP_TESTS(UI, &TypeUIMessagePumpFactory);
647 RUN_MESSAGE_LOOP_TESTS(IO, &TypeIOMessagePumpFactory);
    [all...]

Completed in 256 milliseconds