Lines Matching refs:Begin

44     ListNode<StyleSpan*>* tempSpan = styleList_.Begin();  in GetTextStyle()
65 for (auto iter = styleList_.Begin(); iter != styleList_.End(); iter = iter->next_) { in Reset()
87 ListNode<FontSizeSpan>* node = input->sizeList_.Begin(); in SetSpannableString()
92 ListNode<FontIdSpan>* node_id = input->fontIdList_.Begin(); in SetSpannableString()
97 ListNode<LetterHeightSpan>* node_height = input->heightList_.Begin(); in SetSpannableString()
102 ListNode<StyleSpan*>* node_span = input->styleList_.Begin(); in SetSpannableString()
107 ListNode<BackgroundColorSpan>* node_backColor = input->backgroundColorList_.Begin(); in SetSpannableString()
114 ListNode<ForegroundColorSpan>* node_foreColor = input->foregroundColorList_.Begin(); in SetSpannableString()
119 ListNode<LineBackgroundColorSpan>* node_lineBackColor = input->lineBackgroundColorList_.Begin(); in SetSpannableString()
199 ListNode<FontSizeSpan>* tempSpan = sizeList_.Begin(); in SetFontSize()
234 ListNode<FontSizeSpan>* tempSpan = sizeList_.Begin(); in GetFontSize()
258 ListNode<FontIdSpan>* tempSpan = fontIdList_.Begin(); in SetFontId()
292 ListNode<FontIdSpan>* tempSpan = fontIdList_.Begin(); in GetFontId()
316 ListNode<LetterHeightSpan>* tempSpan = heightList_.Begin(); in SetFontHeight()
354 ListNode<LetterHeightSpan>* tempSpan = heightList_.Begin(); in GetFontHeight()
385 ListNode<BackgroundColorSpan>* tempSpan = backgroundColorList_.Begin(); in SetBackgroundColor()
424 ListNode<BackgroundColorSpan>* tempSpan = backgroundColorList_.Begin(); in GetBackgroundColor()
448 ListNode<ForegroundColorSpan>* tempSpan = foregroundColorList_.Begin(); in SetForegroundColor()
486 ListNode<ForegroundColorSpan>* tempSpan = foregroundColorList_.Begin(); in GetForegroundColor()
510 ListNode<LineBackgroundColorSpan>* tempSpan = lineBackgroundColorList_.Begin(); in SetLineBackgroundColor()
549 ListNode<LineBackgroundColorSpan>* tempSpan = lineBackgroundColorList_.Begin(); in GetLineBackgroundColor()