OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avoidScrollbarCreation
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/page/
FrameView.h
82
virtual bool
avoidScrollbarCreation
() const;
FrameView.cpp
401
bool FrameView::
avoidScrollbarCreation
() const
[
all
...]
/external/webkit/Source/WebCore/platform/
ScrollView.h
113
virtual bool
avoidScrollbarCreation
() const { return false; }
ScrollView.cpp
91
if (hasBar &&
avoidScrollbarCreation
())
111
if (hasBar &&
avoidScrollbarCreation
())
[
all
...]
Completed in 42 milliseconds