Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_widget.cpp364 CFWL_Widget* curFocus = pDriver->GetFocus(); in SetFocus() local
365 if (bFocus && curFocus != this) in SetFocus()
367 else if (!bFocus && curFocus == this) in SetFocus()