OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:invalidateContentsForSlowScroll
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/
HostWindow.h
56
virtual void
invalidateContentsForSlowScroll
(const IntRect& updateRect) = 0;
/external/chromium_org/third_party/WebKit/Source/core/page/
Chrome.h
66
virtual void
invalidateContentsForSlowScroll
(const IntRect&) OVERRIDE;
ChromeClient.h
146
virtual void
invalidateContentsForSlowScroll
(const IntRect&) = 0;
Chrome.cpp
73
void Chrome::
invalidateContentsForSlowScroll
(const IntRect& updateRect)
75
m_client->
invalidateContentsForSlowScroll
(updateRect);
/external/chromium_org/third_party/WebKit/Source/web/
WebPopupMenuImpl.h
115
virtual void
invalidateContentsForSlowScroll
(const WebCore::IntRect&) OVERRIDE;
ChromeClientImpl.h
117
virtual void
invalidateContentsForSlowScroll
(const WebCore::IntRect&);
WebPagePopupImpl.cpp
105
virtual void
invalidateContentsForSlowScroll
(const IntRect& updateRect) OVERRIDE
WebPopupMenuImpl.cpp
348
void WebPopupMenuImpl::
invalidateContentsForSlowScroll
(const IntRect& updateRect)
ChromeClientImpl.cpp
491
void ChromeClientImpl::
invalidateContentsForSlowScroll
(const IntRect& updateRect)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h
134
virtual void
invalidateContentsForSlowScroll
(const IntRect&) OVERRIDE { }
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorOverlay.cpp
89
virtual void
invalidateContentsForSlowScroll
(const IntRect& rect)
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.cpp
572
hostWindow()->
invalidateContentsForSlowScroll
(updateRect);
[
all
...]
Completed in 89 milliseconds