Lines Matching defs:input
91 void SpannableString::SetSpannableString(const SpannableString* input)
96 ListNode<FontSizeSpan>* node = input->sizeList_.Begin();
97 while (node != input->sizeList_.End()) {
101 ListNode<FontIdSpan>* node_id = input->fontIdList_.Begin();
102 while (node_id != input->fontIdList_.End()) {
106 ListNode<LetterHeightSpan>* node_height = input->heightList_.Begin();
107 while (node_height != input->heightList_.End()) {
111 ListNode<StyleSpan*>* node_span = input->styleList_.Begin();
112 while (node_span != input->styleList_.End()) {
116 ListNode<BackgroundColorSpan>* node_backColor = input->backgroundColorList_.Begin();
117 while (node_backColor != input->backgroundColorList_.End()) {
123 ListNode<ForegroundColorSpan>* node_foreColor = input->foregroundColorList_.Begin();
124 while (node_foreColor != input->foregroundColorList_.End()) {
128 ListNode<LineBackgroundColorSpan>* node_lineBackColor = input->lineBackgroundColorList_.Begin();
129 while (node_lineBackColor != input->lineBackgroundColorList_.End()) {