Searched refs:styleString (Results 1 – 3 of 3) sorted by relevance
55 String styleString = arg.getSimpleStyle(); in printArg() local56 if (styleString == null) { in printArg()59 System.out.println(" style: «" + styleString + "»"); in printArg()
84 const CFX_WideString& styleString, in ComputeStyle() argument88 if (!styleString.IsEmpty() || !alignString.IsEmpty()) { in ComputeStyle()91 if (!styleString.IsEmpty()) in ComputeStyle()92 AppendInlineStyle(pDecl.get(), styleString); in ComputeStyle()
44 const CFX_WideString& styleString,