Searched defs:findIndicatorTextBackingStore (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DFindController.cpp179 RefPtr<ShareableBitmap> findIndicatorTextBackingStore = ShareableBitmap::createShareable(selectionRect.size(), ShareableBitmap::SupportsAlpha); local
180 if (!findIndicatorTextBackingStore)
183 OwnPtr<GraphicsContext> graphicsContext = findIndicatorTextBackingStore->createGraphicsContext();
197 if (!findIndicatorTextBackingStore->createHandle(handle))

Completed in 785 milliseconds