Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 27) sorted by relevance

12

/MusicPlayer2/MusicPlayer2/
H A DRegFileRelate.cpp36 CRegKey key; in AddFileTypeRelate() local
102 CRegKey key; in IsFileTypeRelated() local
123 CRegKey key; in DeleteFileTypeRelate() local
148 CRegKey key; in GetAllRelatedExtensions() local
168 bool CRegFileRelate::OpenItem(CRegKey& key, LPCTSTR item_str) in OpenItem()
H A DAudioTag.cpp557 { in GetCuePropertyMap()
570 std::wstring key = item.first; in GetCuePropertyMap() local
582 std::wstring key = item.first; in GetCuePropertyMap() local
H A DSongDataManager.cpp266 bool CSongDataManager::SetSongID(const SongKey& key, const unsigned __int64 id) in SetSongID()
279 bool CSongDataManager::GetSongID(const SongKey& key, unsigned __int64& id) const in GetSongID() argument
404 bool CSongDataManager::RemoveItem(const SongKey& key) in RemoveItem()
H A DIconMgr.cpp14 int key = MakeKey(type, style, size); in GetHICON() local
H A DCHotkeyManager.cpp16 void CHotkeyManager::SetHotKey(eHotKeyId id, CHotKey key) in SetHotKey()
H A DCMMNotificationClient.cpp140 const PROPERTYKEY key) in OnPropertyValueChanged()
H A DStrTable.cpp122 wstring StrTable::LoadTextFormat(const wstring& key, const std::initializer_list<CVariant>& paras) … in LoadTextFormat() argument
H A DMusicPlayer2.cpp569 CRegKey key; in SetAutoRun() local
598 CRegKey key; in GetAutoRun() local
H A DCueFile.cpp349 std::wstring key = str.substr(0, index); in FindAllProperty() local
H A DBaseDialog.cpp260 void CBaseDialog::SetDlgControlText(int id, const wchar_t* key) in SetDlgControlText()
H A DIniHelper.cpp236 wstring key{ str.substr(0, pos) }; in GetAllKeyValues() local
H A DFfmpegCore.cpp514 std::wstring CFfmpegCore::GetMetadata(std::string key, MusicInfoHandle* h) { in GetMetadata()
H A DLastFM.cpp374 wchar_t key[64], tmp[64]; in Scrobble() local
H A DCPlayerUIBase.cpp751 IconMgr::IconType CPlayerUIBase::GetBtnIconType(BtnKey key) in GetBtnIconType()
3066 { in DrawUiMenuBar()
H A DTagLibHelper.cpp342 std::wstring key = prop.first.toWString(); in GetTagPropertyMap() local
353 static std::wstring GetMapValue(const std::wstring& key, const std::map<std::wstring, std::wstring>… in GetMapValue()
H A DCommon.cpp1866 CRegKey key; in GetDesktopBackgroundPath() local
/MusicPlayer2/MusicPlayer2/taglib/
H A Dtmap.tcc96 Map<Key, T> &Map<Key, T>::insert(const Key &key, const T &value) in insert()
118 typename Map<Key, T>::Iterator Map<Key, T>::find(const Key &key) in find()
145 Map<Key, T> &Map<Key,T>::erase(const Key &key) in erase()
165 T &Map<Key, T>::operator[](const Key &key) in operator []()
/MusicPlayer2/scintilla/src/
H A DKeyMap.cxx40 void KeyMap::AssignCmdKey(int key, int modifiers, unsigned int msg) { in AssignCmdKey()
44 unsigned int KeyMap::Find(int key, int modifiers) const { in Find()
H A DScintillaBase.cxx517 auto LoadText = [this](const std::wstring& key) -> std::wstring { in ContextMenu()
758 void LexState::PropSet(const char *key, const char *val) { in PropSet()
772 int LexState::PropGetInt(const char *key, int defaultValue) const { in PropGetInt() argument
776 size_t LexState::PropGetExpanded(const char *key, char *result) const { in PropGetExpanded() argument
H A DPositionCache.cxx498 const unsigned int key = KeyFromString(charBytes, UTF8MaxBytes); in SetRepresentation() local
/MusicPlayer2/scintilla/lexlib/
H A DPropSetSimple.cxx45 void PropSetSimple::Set(const char *key, const char *val, size_t lenKey, size_t lenVal) { in Set()
140 size_t PropSetSimple::GetExpanded(const char *key, char *result) const { in GetExpanded() argument
150 int PropSetSimple::GetInt(const char *key, int defaultValue) const { in GetInt() argument
H A DLexerBase.cxx62 Sci_Position SCI_METHOD LexerBase::PropertySet(const char *key, const char *val) { in PropertySet()
72 const char *SCI_METHOD LexerBase::PropertyGet(const char *key) { in PropertyGet()
H A DLexerNoExceptions.cxx25 Sci_Position SCI_METHOD LexerNoExceptions::PropertySet(const char *key, const char *val) { in PropertySet()
H A DAccessor.cxx25 int Accessor::GetPropertyInt(const char *key, int defaultValue) const { in GetPropertyInt() argument
/MusicPlayer2/scintilla/win32/
H A DScintillaWin.cxx163 bool KeyboardIsKeyDown(int key) noexcept { in KeyboardIsKeyDown()

12