OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:paintsEntireContents
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.cpp
177
void ScrollView::setPaintsEntireContents(bool
paintsEntireContents
)
179
m_paintsEntireContents =
paintsEntireContents
;
790
if (clipsRepaints() && !
paintsEntireContents
())
886
if (!
paintsEntireContents
()) {
897
if (!
paintsEntireContents
()) {
[
all
...]
ScrollView.h
105
bool
paintsEntireContents
() const { return m_paintsEntireContents; }
109
// false, paint events are no longer clipped.
paintsEntireContents
() implies !clipsRepaints().
/external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp
[
all
...]
Completed in 29 milliseconds