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

  /external/chromium_org/base/timer/
mock_timer.cc 9 MockTimer::MockTimer(bool retain_user_task, bool is_repeating)
10 : Timer(retain_user_task, is_repeating),
44 if (!retain_user_task())
mock_timer.h 14 MockTimer(bool retain_user_task, bool is_repeating);
timer.h 72 // be called later to set task info. |retain_user_task| determines whether the
74 Timer(bool retain_user_task, bool is_repeating);
114 bool retain_user_task() const { return retain_user_task_; } function in class:base::Timer
timer.cc 62 Timer::Timer(bool retain_user_task, bool is_repeating)
66 retain_user_task_(retain_user_task),
  /external/chromium_org/net/websockets/
websocket_stream_test.cc 87 MockWeakTimer(bool retain_user_task, bool is_repeating)
88 : MockTimer(retain_user_task, is_repeating) {}
    [all...]

Completed in 160 milliseconds