Searched refs:backgroundColorList_ (Results 1 – 2 of 2) sorted by relevance
107 ListNode<BackgroundColorSpan>* node_backColor = input->backgroundColorList_.Begin(); in SetSpannableString()108 while (node_backColor != input->backgroundColorList_.End()) { in SetSpannableString()376 if (backgroundColorList_.IsEmpty()) { in SetBackgroundColor()381 backgroundColorList_.PushFront(inputSpan); in SetBackgroundColor()385 ListNode<BackgroundColorSpan>* tempSpan = backgroundColorList_.Begin(); in SetBackgroundColor()386 for (; tempSpan != backgroundColorList_.End(); tempSpan = tempSpan->next_) { in SetBackgroundColor()395 backgroundColorList_); in SetBackgroundColor()407 backgroundColorList_, tempLeft, tempRight); in SetBackgroundColor()414 backgroundColorList_.PushBack(inputSpan); in SetBackgroundColor()424 ListNode<BackgroundColorSpan>* tempSpan = backgroundColorList_.Begin(); in GetBackgroundColor()[all …]
109 List<BackgroundColorSpan> backgroundColorList_; variable