Home
last modified time | relevance | path

Searched defs:GetCheckState (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/lzma/CPP/Windows/Control/
H A DListView.h111 bool GetCheckState(UINT index) { return BOOLToBool(ListView_GetCheckState(_window, index)); } in GetCheckState() function
/aosp_15_r20/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_node.cpp3991 XFA_CheckState CXFA_Node::GetCheckState() { in GetCheckState() function in CXFA_Node