Home
last modified time | relevance | path

Searched defs:pObj (Results 1 – 25 of 65) sorted by relevance

123

/external/pdfium/xfa/fxfa/parser/
Dcxfa_object.cpp59 CXFA_List* ToList(CXFA_Object* pObj) { in ToList()
63 CXFA_Node* ToNode(CXFA_Object* pObj) { in ToNode()
67 CXFA_TreeList* ToTreeList(CXFA_Object* pObj) { in ToTreeList()
71 CXFA_ThisProxy* ToThisProxy(CXFA_Object* pObj) { in ToThisProxy()
/external/pdfium/fxjs/
Dcjs_global.cpp56 auto pObj = JSGetObject<CJS_Global>(info.GetIsolate(), info.Holder()); in queryprop_static() local
74 auto pObj = JSGetObject<CJS_Global>(info.GetIsolate(), info.Holder()); in getprop_static() local
104 auto pObj = JSGetObject<CJS_Global>(info.GetIsolate(), info.Holder()); in putprop_static() local
128 auto pObj = JSGetObject<CJS_Global>(info.GetIsolate(), info.Holder()); in delprop_static() local
144 auto pObj = JSGetObject<CJS_Global>(info.GetIsolate(), info.Holder()); in enumprop_static() local
321 v8::Local<v8::Object> pObj = pRuntime->NewObject(); in UpdateGlobalPersistentVariables() local
383 v8::Local<v8::Object> pObj) { in ObjectToArray()
433 void CJS_Global::PutObjectProperty(v8::Local<v8::Object> pObj, in PutObjectProperty()
Djs_define.h77 auto pObj = JSGetObject<C>(info.GetIsolate(), info.Holder()); in JSPropGetter() local
102 auto pObj = JSGetObject<C>(info.GetIsolate(), info.Holder()); in JSPropSetter() local
122 auto pObj = JSGetObject<C>(info.GetIsolate(), info.This()); in JSMethod() local
Dcfx_v8.cpp17 v8::Local<v8::Object> pObj, in GetObjectProperty()
24 v8::Local<v8::Object> pObj) { in GetObjectPropertyNames()
28 void CFX_V8::PutObjectProperty(v8::Local<v8::Object> pObj, in PutObjectProperty()
Dfxv8.cpp212 v8::Local<v8::Object> pObj, in ReentrantGetObjectPropertyHelper()
229 v8::Local<v8::Object> pObj) { in ReentrantGetObjectPropertyNamesHelper()
248 v8::Local<v8::Object> pObj, in ReentrantHasObjectOwnPropertyHelper()
261 v8::Local<v8::Object> pObj, in ReentrantSetObjectOwnPropertyHelper()
274 v8::Local<v8::Object> pObj, in ReentrantPutObjectPropertyHelper()
287 v8::Local<v8::Object> pObj, in ReentrantDeleteObjectPropertyHelper()
Dcfxjs_engine.cpp61 v8::Local<v8::Object> pObj) { in SetNewDataInObject()
72 v8::Local<v8::Object> pObj) { in GetFromObject()
95 bool CFXJS_PerObjectData::HasInternalFields(v8::Local<v8::Object> pObj) { in HasInternalFields()
103 v8::Local<v8::Object> pObj) { in ExtractFromObject()
411 uint32_t CFXJS_Engine::GetObjDefnID(v8::Local<v8::Object> pObj) { in GetObjDefnID()
417 void CFXJS_Engine::SetBinding(v8::Local<v8::Object> pObj, in SetBinding()
427 void CFXJS_Engine::FreePerObjectData(v8::Local<v8::Object> pObj) { in FreePerObjectData()
577 v8::Local<v8::Object> pObj; in ReleaseEngine() local
673 v8::Local<v8::Object> pObj) { in GetBinding()
Dglobal_timer.cpp35 GlobalTimer::GlobalTimer(CJS_App* pObj, in GlobalTimer()
/external/python/cpython3/Modules/
D_lsprof.c89 static PyTime_t CallExternalTimer(ProfilerObject *pObj) in CallExternalTimer()
126 call_timer(ProfilerObject *pObj) in call_timer()
209 newProfilerEntry(ProfilerObject *pObj, void *key, PyObject *userObj) in newProfilerEntry()
237 getEntry(ProfilerObject *pObj, void *key) in getEntry()
243 getSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry) in getSubEntry()
250 newSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry) in newSubEntry()
284 static void clearEntries(ProfilerObject *pObj) in clearEntries()
302 initContext(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) in initContext()
322 Stop(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) in Stop()
355 ProfilerObject *pObj = (ProfilerObject*)self; in ptrace_enter_call() local
[all …]
/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.cpp292 RetainPtr<const CPDF_Object> pObj = in GetAdditionalAction() local
298 RetainPtr<const CPDF_Object> pObj = in GetAlternateName() local
304 RetainPtr<const CPDF_Object> pObj = in GetMappingName() local
310 RetainPtr<const CPDF_Object> pObj = in GetFieldFlags() local
434 RetainPtr<const CPDF_Object> pObj = GetFieldAttrInternal("MaxLen"); in GetMaxLen() local
730 RetainPtr<const CPDF_Object> pObj = GetFieldAttrInternal("TI"); in GetTopVisibleIndex() local
760 for (const auto& pObj : locker) { in IsSelectedOption() local
779 for (const auto& pObj : locker) { in IsSelectedIndex() local
837 for (const auto& pObj : locker) { in UseSelectedIndicesObject() local
853 for (const auto& pObj : locker) { in UseSelectedIndicesObject() local
Dcpdf_structelement.cpp110 RetainPtr<const CPDF_Object> pObj = m_pDict->GetObjectFor("Pg"); in LoadKids() local
173 RetainPtr<const CPDF_Reference> pObj = in LoadKid() local
Dcpdf_formcontrol.cpp189 RetainPtr<const CPDF_Object> pObj = in GetDefaultAppearance() local
253 RetainPtr<const CPDF_Object> pObj = in GetControlAlignment() local
/external/pdfium/core/fpdfapi/parser/
Dcpdf_indirect_object_holder.cpp88 RetainPtr<CPDF_Object> pObj) { in AddIndirectObject()
97 RetainPtr<CPDF_Object> pObj) { in ReplaceIndirectObjectIfHigherGeneration()
Dcpdf_array.cpp117 RetainPtr<CPDF_Object> pObj = GetMutableObjectAt(index); in GetMutableDirectObjectAt() local
230 RetainPtr<CPDF_Object> pObj) { in SetAtInternal()
244 RetainPtr<CPDF_Object> pObj) { in InsertAtInternal()
257 CPDF_Object* CPDF_Array::AppendInternal(RetainPtr<CPDF_Object> pObj) { in AppendInternal()
Dcfdf_document.cpp59 RetainPtr<CPDF_Object> pObj = parser.GetObjectBody(this); in ParseStream() local
/external/pdfium/core/fxcrt/
Dweak_ptr.h25 explicit WeakPtr(std::unique_ptr<T, D> pObj) in WeakPtr()
53 void Reset(std::unique_ptr<T, D> pObj) { in Reset()
Dunowned_ptr.h83 explicit constexpr UnownedPtr(T* pObj) noexcept : m_pObj(pObj) {} in UnownedPtr()
/external/pdfium/testing/fuzzers/
Dpdf_streamparser_fuzzer.cc13 while (RetainPtr<CPDF_Object> pObj = parser.ReadNextObject(true, false, 0)) in LLVMFuzzerTestOneInput() local
/external/pdfium/core/fpdfapi/edit/
Dcpdf_creator.cpp131 bool CPDF_Creator::WriteIndirectObj(uint32_t objnum, const CPDF_Object* pObj) { in WriteIndirectObj()
153 RetainPtr<CPDF_Object> pObj = m_pDocument->GetOrParseIndirectObject(objnum); in WriteOldIndirectObject() local
197 RetainPtr<const CPDF_Object> pObj = m_pDocument->GetIndirectObject(objnum); in WriteNewObjs() local
/external/pdfium/core/fpdfapi/page/
Dcpdf_pattern.cpp15 RetainPtr<CPDF_Object> pObj, in CPDF_Pattern()
Dcpdf_psfunc.cpp16 bool CPDF_PSFunc::v_Init(const CPDF_Object* pObj, VisitedSet* pVisited) { in v_Init()
Dcpdf_streamcontentparser.cpp235 void ReplaceAbbr(RetainPtr<CPDF_Object> pObj) { in ReplaceAbbr()
450 void CPDF_StreamContentParser::AddObjectParam(RetainPtr<CPDF_Object> pObj) { in AddObjectParam()
549 void CPDF_StreamContentParser::SetGraphicStates(CPDF_PageObject* pObj, in SetGraphicStates()
632 auto pObj = m_pSyntax->ReadNextObject(false, false, 0); in Handle_BeginImage() local
666 CPDF_ImageObject* pObj = AddImageFromStream(std::move(pStream), /*name=*/""); in Handle_BeginImage() local
742 CPDF_ImageObject* pObj = AddLastImage(); in Handle_ExecuteXObject() local
761 CPDF_ImageObject* pObj = in Handle_ExecuteXObject() local
1116 auto pObj = std::make_unique<CPDF_ShadingObject>(GetCurrentStreamIndex(), in Handle_ShadeFill() local
1349 RetainPtr<const CPDF_Object> pObj = pArray->GetDirectObjectAt(i); in Handle_ShowText_Positioning() local
Dcpdf_expintfunc.cpp24 bool CPDF_ExpIntFunc::v_Init(const CPDF_Object* pObj, VisitedSet* pVisited) { in v_Init()
/external/mesa3d/src/amd/addrlib/src/core/
Daddrobject.h53 VOID operator delete(VOID* pObj, VOID* pMem) { ADDR_ASSERT_ALWAYS(); } in delete()
/external/pdfium/core/fpdfapi/render/
Dcpdf_scaledrenderbuffer.cpp31 const CPDF_PageObject* pObj, in Initialize()
Dcpdf_renderstatus.cpp234 void CPDF_RenderStatus::RenderSingleObject(CPDF_PageObject* pObj, in RenderSingleObject()
251 bool CPDF_RenderStatus::ContinueSingleObject(CPDF_PageObject* pObj, in ContinueSingleObject()
289 const CPDF_PageObject* pObj, in GetObjectClippedRect()
296 void CPDF_RenderStatus::ProcessObjectNoClip(CPDF_PageObject* pObj, in ProcessObjectNoClip()
320 bool CPDF_RenderStatus::DrawObjWithBlend(CPDF_PageObject* pObj, in DrawObjWithBlend()
335 void CPDF_RenderStatus::DrawObjWithBackground(CPDF_PageObject* pObj, in DrawObjWithBackground()
734 const CPDF_PageObject* pObj, in GetBackdrop()

123