Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_object.cpp1104 CXFA_Border* border = ToNode(object_.Get())->GetOrCreateBorderIfPossible(); in ScriptSomFillColor()
1124 CXFA_Border* border = ToNode(object_.Get())->GetOrCreateBorderIfPossible(); in ScriptSomBorderColor()
1148 CXFA_Border* border = ToNode(object_.Get())->GetOrCreateBorderIfPossible(); in ScriptSomBorderWidth()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h279 CXFA_Border* GetOrCreateBorderIfPossible();
Dcxfa_node.cpp2271 CXFA_Border* CXFA_Node::GetOrCreateBorderIfPossible() { in GetOrCreateBorderIfPossible() function in CXFA_Node