Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_field.cpp1822 ByteString csBCaption; in get_style() local
1826 csBCaption = "circle"; in get_style()
1829 csBCaption = "cross"; in get_style()
1832 csBCaption = "diamond"; in get_style()
1835 csBCaption = "square"; in get_style()
1838 csBCaption = "star"; in get_style()
1841 csBCaption = "check"; in get_style()
1845 pRuntime->NewString(WideString::FromLocal(csBCaption.c_str()).c_str())); in get_style()