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

  /external/pdfium/xfa/src/fdp/src/css/
fde_cssstylesheet.cpp 74 m_pAllocator(NULL) {
101 if (m_pAllocator) {
102 m_pAllocator->Release();
103 m_pAllocator = NULL;
156 m_pAllocator = FX_CreateAllocator(FX_ALLOCTYPE_Static, 1024, 0);
157 if (m_pAllocator == NULL) {
214 pMediaRule = FDE_NewWith(m_pAllocator) CFDE_CSSMediaRule(dwMediaList);
232 propertyArgs.pStaticStore = m_pAllocator;
241 CFDE_CSSSelector::FromString(m_pAllocator, pszValue, iValueLen);
270 pStyleRule = FDE_NewWith(m_pAllocator) CFDE_CSSStyleRule;
    [all...]
fde_cssstylesheet.h 131 IFX_MEMAllocator* m_pAllocator;
fde_cssstyleselector.h 370 : m_dwRefCount(1), m_pAllocator(pAlloc) {}
379 FDE_DeleteWith(CFDE_CSSComputedStyle, m_pAllocator, this);
    [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_textlayout.h 73 CXFA_TextParser() : m_pAllocator(NULL), m_pSelector(NULL), m_pUASheet(NULL) {}
80 FX_BOOL IsParsed() const { return m_pAllocator != NULL; }
124 IFX_MEMAllocator* m_pAllocator;
162 : m_pAllocator(pAllocator), m_dwRefCount(1) {
169 FDE_DeleteWith(CXFA_LinkUserData, m_pAllocator, this);
179 IFX_MEMAllocator* m_pAllocator;
188 m_pAllocator(pAllocator),
190 FXSYS_assert(m_pAllocator);
199 m_pAllocator(pAllocator),
201 FXSYS_assert(m_pAllocator);
    [all...]
xfa_textlayout.cpp 65 if (m_pAllocator != NULL) {
66 m_pAllocator->Release();
74 FDE_DeleteWith(CXFA_TextParseContext, m_pAllocator, pParseContext);
86 FDE_DeleteWith(CXFA_TextParseContext, m_pAllocator, pParseContext);
90 if (m_pAllocator != NULL) {
91 m_pAllocator->Release();
92 m_pAllocator = NULL;
240 if (pXMLContainer == NULL || pTextProvider == NULL || m_pAllocator != NULL) {
243 m_pAllocator =
264 FDE_NewWith(m_pAllocator) CXFA_TextParseContext;
    [all...]
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtbuf.cpp 148 m_pAllocator(NULL) {
157 m_pAllocator->Release();
179 FDE_LPCHUNKHEADER lpChunk = (FDE_LPCHUNKHEADER)m_pAllocator->Alloc(
257 FDE_LPCHUNKHEADER lpNewChunk = (FDE_LPCHUNKHEADER)m_pAllocator->Alloc(
284 FDE_LPCHUNKHEADER lpChunk = (FDE_LPCHUNKHEADER)m_pAllocator->Alloc(
319 m_pAllocator->Free(lpChunk);
333 m_pAllocator->Free(m_Chunks[i++]);
359 m_pAllocator->Free(lpChunk);
376 m_pAllocator->Free(lpCurChunk);
394 if (m_pAllocator) {
    [all...]
fde_txtedtbuf.h 92 IFX_MEMAllocator* m_pAllocator;

Completed in 498 milliseconds