Searched refs:queryData (Results 1 – 1 of 1) sorted by relevance
108 bool SVGTextQuery::executeQuery(Data* queryData, ProcessTextFragmentCallback fragmentCallback) const in executeQuery() argument117 queryData->textBox = m_textBoxes.at(textBoxPosition); in executeQuery()118 queryData->textRenderer = toRenderSVGInlineText(queryData->textBox->textRenderer()); in executeQuery()119 ASSERT(queryData->textRenderer); in executeQuery()120 ASSERT(queryData->textRenderer->style()); in executeQuery()121 ASSERT(queryData->textRenderer->style()->svgStyle()); in executeQuery()123 … queryData->isVerticalText = queryData->textRenderer->style()->svgStyle()->isVerticalWritingMode(); in executeQuery()124 const Vector<SVGTextFragment>& fragments = queryData->textBox->textFragments(); in executeQuery()130 if ((this->*fragmentCallback)(queryData, fragment)) in executeQuery()136 queryData->processedCharacters = processedCharacters; in executeQuery()[all …]