Searched refs:updateDebugIndicator (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DRemoteLayerTreeDrawingAreaProxy.h72 virtual void updateDebugIndicator() override;
73 void updateDebugIndicator(WebCore::IntSize contentsSize, bool rootLayerChanged, float scale);
H A DRemoteLayerTreeDrawingAreaProxy.mm228 updateDebugIndicator(layerTreeTransaction.contentsSize(), rootLayerChanged, scale);
295 void RemoteLayerTreeDrawingAreaProxy::updateDebugIndicator()
301 void RemoteLayerTreeDrawingAreaProxy::updateDebugIndicator(IntSize contentsSize, bool rootLayerChanged, float scale)
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DDrawingAreaProxy.h85 virtual void updateDebugIndicator() { } function in class:WebKit::DrawingAreaProxy
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/ios/
H A DWKContentView.mm363 drawingArea->updateDebugIndicator();

Completed in 246 milliseconds