Home
last modified time | relevance | path

Searched defs:token (Results 1 – 5 of 5) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DLastFM.cpp80 const char* token() { in token() function in XMLHelper
156 auto token = helper.token(); in GetToken() local
173 wstring LastFM::GetRequestAuthorizationUrl(wstring token) { in GetRequestAuthorizationUrl()
185 bool LastFM::GetSession(wstring token) { in GetSession()
H A DMediaLibSettingDlg.cpp552 wstring token = theApp.m_lastfm.GetToken(); in OnBnClickedLastfmLogin() local
/MusicPlayer2/scintilla/src/
H A DDocument.h360 void AddUndoAction(Sci::Position token, bool mayCoalesce) { cb.AddUndoAction(token, mayCoalesce); } in AddUndoAction()
554 Sci::Position token; variable
H A DCellBuffer.cxx1246 void CellBuffer::AddUndoAction(Sci::Position token, bool mayCoalesce) { in AddUndoAction()
/MusicPlayer2/scintilla/include/
H A DScintilla.h1264 int token; /* SCN_MODIFIED with SC_MOD_CONTAINER */ member