OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calculateCoverRect
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit2/UIProcess/
TiledDrawingAreaProxy.h
148
WebCore::IntRect
calculateCoverRect
(const WebCore::IntRect& visibleRect) const;
TiledDrawingAreaProxy.cpp
241
IntRect coverRect =
calculateCoverRect
(m_previousVisibleRect);
403
IntRect TiledDrawingAreaProxy::
calculateCoverRect
(const IntRect& visibleRect) const
428
IntRect coverRect =
calculateCoverRect
(visibleRect);
Completed in 498 milliseconds