Searched refs:speechRenderer (Results 1 – 1 of 1) sorted by relevance
456 if (RenderObject* speechRenderer = m_speechButton ? m_speechButton->renderer() : 0) in styleDidChange() local457 speechRenderer->setStyle(createSpeechButtonStyle()); in styleDidChange()523 if (RenderBox* speechRenderer = m_speechButton ? m_speechButton->renderBox() : 0) { in textBlockWidth() local524 speechRenderer->computeLogicalWidth(); in textBlockWidth()525 … width -= speechRenderer->width() + speechRenderer->marginLeft() + speechRenderer->marginRight(); in textBlockWidth()588 if (RenderBox* speechRenderer = m_speechButton ? m_speechButton->renderBox() : 0) { in preferredContentWidth() local589 result += speechRenderer->borderLeft() + speechRenderer->borderRight() + in preferredContentWidth()590 speechRenderer->paddingLeft() + speechRenderer->paddingRight(); in preferredContentWidth()