Home
last modified time | relevance | path

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

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