Searched refs:m_pFixedStyleStore (Results 1 – 2 of 2) sorted by relevance
216 m_pFixedStyleStore(NULL), in CFDE_CSSStyleSelector()228 if (m_pFixedStyleStore != NULL) { in ~CFDE_CSSStyleSelector()229 m_pFixedStyleStore->Release(); in ~CFDE_CSSStyleSelector()252 if (m_pFixedStyleStore == NULL) { in CreateComputedStyle()253 m_pFixedStyleStore = FX_CreateAllocator(FX_ALLOCTYPE_Fixed, 16, in CreateComputedStyle()255 FXSYS_assert(m_pFixedStyleStore != NULL); in CreateComputedStyle()258 FDE_NewWith(m_pFixedStyleStore) CFDE_CSSComputedStyle(m_pFixedStyleStore); in CreateComputedStyle()
175 IFX_MEMAllocator* m_pFixedStyleStore; variable