Searched refs:adjustedTextBox (Results 1 – 2 of 2) sorted by relevance
4118 ParagraphManager::TextBox adjustedTextBox = textBox; in GetRectsForRange() local4119 adjustedTextBox.rect_.SetLeft(textBox.rect_.Left() + textContentRect.Left()); in GetRectsForRange()4120 adjustedTextBox.rect_.SetTop(textBox.rect_.Top() + textContentRect.Top()); in GetRectsForRange()4121 adjustedTextBoxes.push_back(adjustedTextBox); in GetRectsForRange()
8074 ParagraphManager::TextBox adjustedTextBox = textBox; in OnBackPressed() local8075 adjustedTextBox.rect_.SetLeft(textBox.rect_.Left() + textRect.Left()); in OnBackPressed()8076 adjustedTextBox.rect_.SetTop(textBox.rect_.Top() + textRect.Top()); in OnBackPressed()8077 adjustedTextBoxes.push_back(adjustedTextBox); in OnBackPressed()