Home
last modified time | relevance | path

Searched refs:GetOrCreateBorderIfPossible (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcjx_object.cpp1191 CXFA_Border* border = ToNode(object_.Get())->GetOrCreateBorderIfPossible(); in ScriptSomFillColor()
1219 CXFA_Border* border = ToNode(object_.Get())->GetOrCreateBorderIfPossible(); in ScriptSomBorderColor()
1250 CXFA_Border* border = ToNode(object_.Get())->GetOrCreateBorderIfPossible(); in ScriptSomBorderWidth()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h235 CXFA_Border* GetOrCreateBorderIfPossible();
Dcxfa_node.cpp2217 CXFA_Border* CXFA_Node::GetOrCreateBorderIfPossible() { in GetOrCreateBorderIfPossible() function in CXFA_Node