Searched refs:textIndent (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/core/fxcrt/css/ |
D | cfx_csscomputedstyle.cpp | 142 void CFX_CSSComputedStyle::SetTextIndent(const CFX_CSSLength& textIndent) { in SetTextIndent() argument 143 m_InheritedData.m_TextIndent = textIndent; in SetTextIndent()
|
D | cfx_csscomputedstyle.h | 87 void SetTextIndent(const CFX_CSSLength& textIndent);
|
/external/pdfium/fxjs/xfa/ |
D | cjx_para.h | 29 JS_PROP(textIndent);
|
D | cjx_para.cpp | 21 void CJX_Para::textIndent(CFXJSE_Value* pValue, in textIndent() function in CJX_Para
|
/external/v8/tools/profview/ |
D | profview.js | 1104 textCell.style.textIndent = indent + "em"; 1105 numberCell.style.textIndent = indent + "em"; 1135 textCell.style.textIndent = indent + "em"; 1139 reasonCell.style.textIndent = indent + "em"; 1159 numberCell.style.textIndent = indent + "em"; 1179 textCell.style.textIndent = indent + "em"; 1183 numberCell.style.textIndent = indent + "em"; 1203 numberCell.style.textIndent = indent + "em";
|
/external/skqp/tools/bookmaker/ |
D | bmhParser.cpp | 926 size_t outIndent, size_t textIndent, string& example) { in add_code() argument 936 SkASSERT(indent >= textIndent); in add_code() 937 indent -= textIndent; in add_code() 1047 size_t textIndent = count_indent(text, pos, end); in exampleToScript() local 1056 add_code(text, pos, end, outIndent, textIndent, code); in exampleToScript()
|
/external/skia/tools/bookmaker/ |
D | bmhParser.cpp | 926 size_t outIndent, size_t textIndent, string& example) { in add_code() argument 936 SkASSERT(indent >= textIndent); in add_code() 937 indent -= textIndent; in add_code() 1047 size_t textIndent = count_indent(text, pos, end); in exampleToScript() local 1056 add_code(text, pos, end, outIndent, textIndent, code); in exampleToScript()
|
/external/pdfium/xfa/fxfa/parser/ |
D | xfa_basic_data_element_script.cpp | 949 {0x8d4f1c7, L"textIndent", (XFA_ATTRIBUTE_CALLBACK)&CJX_Para::textIndent,
|