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

  /external/pdfium/xfa/src/fdp/src/css/
fde_cssstyleselector.cpp 214 m_pRuleDataStore(NULL),
297 m_pRuleDataStore = FX_CreateAllocator(FX_ALLOCTYPE_Static, 1024, 0);
298 FXSYS_assert(m_pRuleDataStore != NULL);
301 rules.m_pStaticStore = m_pRuleDataStore;
309 if (m_pRuleDataStore != NULL) {
310 m_pRuleDataStore->Release();
311 m_pRuleDataStore = NULL;
    [all...]
fde_cssstyleselector.h 170 IFX_MEMAllocator* m_pRuleDataStore;
    [all...]

Completed in 97 milliseconds