Searched refs:FindIndicatorOverlayClientIOS (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/ios/
H A DFindIndicatorOverlayClientIOS.h35 class FindIndicatorOverlayClientIOS : public PageOverlay::Client { class in namespace:WebKit
37 FindIndicatorOverlayClientIOS(WebCore::Frame& frame) function in class:WebKit::FindIndicatorOverlayClientIOS
H A DFindControllerIOS.mm31 #import "FindIndicatorOverlayClientIOS.h"
55 void FindIndicatorOverlayClientIOS::drawRect(PageOverlay* overlay, WebCore::GraphicsContext& context, const WebCore::IntRect& dirtyRect)
90 m_findIndicatorOverlayClient = std::make_unique<FindIndicatorOverlayClientIOS>(selectedFrame);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/
H A DFindController.h38 #include "FindIndicatorOverlayClientIOS.h"
103 std::unique_ptr<FindIndicatorOverlayClientIOS> m_findIndicatorOverlayClient;

Completed in 118 milliseconds