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

  /external/pdfium/fpdfsdk/
cpdfsdk_formfillenvironment.cpp 36 : m_pInfo(pFFinfo),
59 if (m_pInfo && m_pInfo->Release)
60 m_pInfo->Release(m_pInfo);
67 if (!m_pInfo || !m_pInfo->m_pJsPlatform ||
68 !m_pInfo->m_pJsPlatform->app_alert) {
73 return m_pInfo->m_pJsPlatform->app_alert(
74 m_pInfo->m_pJsPlatform, AsFPDFWideString(&bsMsg)
    [all...]
fpdf_sysfontinfo.cpp 20 explicit CFX_ExternalFontInfo(FPDF_SYSFONTINFO* pInfo) : m_pInfo(pInfo) {}
22 if (m_pInfo->Release)
23 m_pInfo->Release(m_pInfo);
27 if (m_pInfo->EnumFonts) {
28 m_pInfo->EnumFonts(m_pInfo, pMapper);
40 if (!m_pInfo->MapFont)
42 return m_pInfo->MapFont(m_pInfo, weight, bItalic, charset, pitch_family
    [all...]
cpdfsdk_formfillenvironment.h 193 bool IsJSInitiated() const { return m_pInfo && m_pInfo->m_pJsPlatform; }
196 FPDF_FORMFILLINFO* GetFormFillInfo() const { return m_pInfo; }
209 FPDF_FORMFILLINFO* const m_pInfo;
  /external/pdfium/fxjs/
cfxjse_arguments.cpp 17 return m_pInfo->Length();
23 lpArgValue->ForceSetValue((*m_pInfo)[index]);
28 return (*m_pInfo)[index]->BooleanValue();
32 return static_cast<int32_t>((*m_pInfo)[index]->NumberValue());
36 return static_cast<FX_FLOAT>((*m_pInfo)[index]->NumberValue());
40 v8::Local<v8::String> hString = (*m_pInfo)[index]->ToString();
47 v8::Local<v8::Value> hValue = (*m_pInfo)[index];
cfxjse_arguments.h 20 : m_pInfo(pInfo), m_pRetValue(pRetValue) {}
34 const v8::FunctionCallbackInfo<v8::Value>* m_pInfo;
  /frameworks/compile/mclinker/unittests/
ELFReaderTest.h 46 mcld::GNUInfo* m_pInfo;
ELFReaderTest.cpp 38 m_pInfo = new X86_64GNUInfo(m_pConfig->targets().triple());
39 m_pLDBackend = new X86_64GNULDBackend(*m_pConfig, m_pInfo);
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.h 138 const ResolveInfo* m_pInfo;
196 const ResolveInfo* m_pInfo;
203 if (m_pInfo != key.m_pInfo)
204 return m_pInfo < key.m_pInfo;
MipsGOT.cpp 77 : m_pInfo(pInfo), m_Addend(addend), m_IsGot16(isGot16) {
81 if (m_pInfo != O.m_pInfo)
82 return m_pInfo < O.m_pInfo;
386 key.m_pInfo = pInfo;
394 key.m_pInfo = pInfo;
411 key.m_pInfo = pInfo;
417 key.m_pInfo = pInfo;
432 key.m_pInfo = pInfo
    [all...]
MipsLDBackend.h 242 MipsGNUInfo& m_pInfo;
MipsLDBackend.cpp 56 m_pInfo(*pInfo),
243 m_pInfo.setABIVersion(m_pPLT && m_pPLT->hasPLT1() ? 1 : 0);
    [all...]
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 99 const GNUInfo& getInfo() const { return *m_pInfo; }
100 GNUInfo& getInfo() { return *m_pInfo; }
522 GNUInfo* m_pInfo;
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 85 m_pInfo(pInfo),
119 delete m_pInfo;
156 return m_pInfo->defaultTextSegmentAddr();
    [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc 670 m_pInfo(NULL),
694 delete m_pInfo;
933 if (m_pInfo)
936 m_pInfo = new (std::nothrow)
939 if (m_pInfo == NULL)
942 const long status = m_pInfo->Parse();
1015 if (m_pInfo == NULL) // TODO: liberalize this behavior
    [all...]
mkvparser.h 1079 SegmentInfo* m_pInfo;
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.h 1112 SegmentInfo* m_pInfo;
mkvparser.cc 671 m_pInfo(NULL),
695 delete m_pInfo;
934 if (m_pInfo)
937 m_pInfo = new (std::nothrow)
940 if (m_pInfo == NULL)
943 const long status = m_pInfo->Parse();
1016 if (m_pInfo == NULL) // TODO: liberalize this behavior
    [all...]

Completed in 1374 milliseconds