Home
last modified time | relevance | path

Searched refs:szKey (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/src/fdp/src/css/
Dfde_csscache.cpp35 void CFDE_CSSStyleSheetCache::AddStyleSheet(const CFX_ByteStringC& szKey, in AddStyleSheet() argument
44 auto it = m_Stylesheets.find(szKey); in AddStyleSheet()
57 m_Stylesheets[szKey] = in AddStyleSheet()
62 const CFX_ByteStringC& szKey) const { in GetStyleSheet()
63 auto it = m_Stylesheets.find(szKey); in GetStyleSheet()
72 void CFDE_CSSStyleSheetCache::RemoveStyleSheet(const CFX_ByteStringC& szKey) { in RemoveStyleSheet() argument
73 auto it = m_Stylesheets.find(szKey); in RemoveStyleSheet()
Dfde_csscache.h28 virtual void AddStyleSheet(const CFX_ByteStringC& szKey,
30 virtual IFDE_CSSStyleSheet* GetStyleSheet(const CFX_ByteStringC& szKey) const;
31 virtual void RemoveStyleSheet(const CFX_ByteStringC& szKey);
/external/webrtc/webrtc/modules/audio_device/linux/
Daudio_device_alsa_linux.cc2206 char szKey[32]; in KeyPressed() local
2214 XQueryKeymap(_XDisplay, szKey); in KeyPressed()
2217 for (i = 0; i < sizeof(szKey); i++) in KeyPressed()
2218 state |= (szKey[i] ^ _oldKeyState[i]) & szKey[i]; in KeyPressed()
2221 memcpy((char*)_oldKeyState, (char*)szKey, sizeof(_oldKeyState)); in KeyPressed()
Daudio_device_pulse_linux.cc2988 char szKey[32]; in KeyPressed() local
2996 XQueryKeymap(_XDisplay, szKey); in KeyPressed()
2999 for (i = 0; i < sizeof(szKey); i++) in KeyPressed()
3000 state |= (szKey[i] ^ _oldKeyState[i]) & szKey[i]; in KeyPressed()
3003 memcpy((char*)_oldKeyState, (char*)szKey, sizeof(_oldKeyState)); in KeyPressed()
/external/pdfium/xfa/src/fdp/include/
Dfde_css.h474 virtual void AddStyleSheet(const CFX_ByteStringC& szKey,
477 const CFX_ByteStringC& szKey) const = 0;
478 virtual void RemoveStyleSheet(const CFX_ByteStringC& szKey) = 0;