Home
last modified time | relevance | path

Searched refs:findIndicatorTextBackingStore (Results 1 – 1 of 1) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/WebPage/
H A DFindController.cpp179 …RefPtr<ShareableBitmap> findIndicatorTextBackingStore = ShareableBitmap::createShareable(selection… in updateFindIndicator() local
180 if (!findIndicatorTextBackingStore) in updateFindIndicator()
183 … OwnPtr<GraphicsContext> graphicsContext = findIndicatorTextBackingStore->createGraphicsContext(); in updateFindIndicator()
197 if (!findIndicatorTextBackingStore->createHandle(handle)) in updateFindIndicator()