Home
last modified time | relevance | path

Searched defs:curTime (Results 1 – 3 of 3) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DScintillaBase.cxx556 void ScintillaBase::ButtonDownWithModifiers(Point pt, unsigned int curTime, int modifiers) { in ButtonDownWithModifiers()
561 void ScintillaBase::RightButtonDownWithModifiers(Point pt, unsigned int curTime, int modifiers) { in RightButtonDownWithModifiers()
H A DEditor.cxx4522 void Editor::ButtonDownWithModifiers(Point pt, unsigned int curTime, int modifiers) { in ButtonDownWithModifiers()
4904 void Editor::ButtonUpWithModifiers(Point pt, unsigned int curTime, int modifiers) { in ButtonUpWithModifiers()
/MusicPlayer2/MusicPlayer2/
H A DCPlayerUIBase.cpp2150 SYSTEMTIME curTime; in DrawCurrentTime() local