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

  /external/pdfium/xfa/fxfa/
cxfa_widgetacc.h 187 bool IsNull() const { return m_bIsNull; }
188 void SetIsNull(bool val) { m_bIsNull = val; }
222 bool m_bIsNull;
cxfa_widgetacc.cpp 516 : m_bIsNull(true),
    [all...]

Completed in 1226 milliseconds