OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EventWindows
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/system_wrappers/source/
event_win.cc
17
EventWindows
::
EventWindows
()
25
EventWindows
::~
EventWindows
() {
30
bool
EventWindows
::Set() {
35
bool
EventWindows
::Reset() {
39
EventTypeWrapper
EventWindows
::Wait(unsigned long max_time) {
51
bool
EventWindows
::StartTimer(bool periodic, unsigned long time) {
68
bool
EventWindows
::StopTimer() {
event_win.h
22
class
EventWindows
: public EventWrapper {
24
EventWindows
();
25
virtual ~
EventWindows
();
Completed in 75 milliseconds