Searched refs:OnKey (Results 1 – 4 of 4) sorted by relevance
175 bool OnKey; member230 if (Stack.back().OnKey) { in writeToBlob()233 Stack.back().OnKey = false; in writeToBlob()237 Stack.back().OnKey = true; in writeToBlob()
243 bool OnKey; member300 if (Stack.back().OnKey) { in writeToBlob()303 Stack.back().OnKey = false; in writeToBlob()307 Stack.back().OnKey = true; in writeToBlob()
119 void OnKey(CFWL_MessageKey* pMsg);
475 OnKey(pKey); in OnProcessMessage()544 void CFWL_ComboBox::OnKey(CFWL_MessageKey* pMsg) { in OnKey() function in CFWL_ComboBox