HomeSort by relevance Sort by last modified time
    Searched refs:IsFocused (Results 1 - 7 of 7) sorted by null

  /external/pdfium/xfa/fxfa/
cxfa_fftextedit.cpp 114 if (!IsFocused()) {
134 if (!IsFocused()) {
159 if (!IsFocused()) {
259 if (IsFocused())
cxfa_ffdatetimeedit.cpp 155 if (IsFocused())
161 if (IsFocused() && !wsText.IsEmpty()) {
cxfa_ffwidget.h 138 bool IsFocused() const { return !!(m_dwStatus & XFA_WidgetStatus_Focused); }
cxfa_widgetacc.cpp 630 (GetUIType() != XFA_Element::CheckButton && pWidget->IsFocused())) {
    [all...]
  /external/pdfium/fpdfsdk/pwl/
cpwl_edit_ctrl.cpp 284 if (ClientHitTest(point) && !IsFocused())
338 if (!IsFocused() || m_pEdit->IsSelected())
cpwl_wnd.h 236 bool IsFocused() const;
cpwl_wnd.cpp 660 bool CPWL_Wnd::IsFocused() const {

Completed in 68 milliseconds