Home
last modified time | relevance | path

Searched refs:SetNext (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssstylesheet.cpp438 p->SetNext(pFirst); in FromString()
454 p->SetNext(pLast->GetNextSelector()); in FromString()
455 pLast->SetNext(p); in FromString()
472 p->SetNext(pFirst); in FromString()
489 pPersudoLast->SetNext(p); in FromString()
502 pPersudoLast->SetNext(pFirst); in FromString()
Dfde_cssstylesheet.h27 void SetNext(IFDE_CSSSelector* pNext) { m_pNext = pNext; } in SetNext() function
/external/skia/tests/
DPathOpsAngleTest.cpp209 static void SetNext(SkOpAngle& lh, SkOpAngle& rh) { in SetNext() function in PathOpsAngleTester
465 PathOpsAngleTester::SetNext(angle1, angle3); in DEF_TEST()
/external/pdfium/xfa/include/fxfa/
Dfxfa_objectacc.h225 FX_BOOL SetNext(int32_t iNext);
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp544 FX_BOOL CXFA_Keep::SetNext(int32_t iNext) { in SetNext() function in CXFA_Keep