OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:verticalOverflow
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/events/
OverflowEvent.cpp
36
,
verticalOverflow
(false)
49
OverflowEvent::OverflowEvent(bool horizontalOverflowChanged, bool horizontalOverflow, bool verticalOverflowChanged, bool
verticalOverflow
)
52
, m_verticalOverflow(
verticalOverflow
)
69
, m_verticalOverflow(initializer.
verticalOverflow
)
79
void OverflowEvent::initOverflowEvent(unsigned short orient, bool horizontalOverflow, bool
verticalOverflow
)
86
m_verticalOverflow =
verticalOverflow
;
OverflowEvent.h
38
bool
verticalOverflow
;
53
static PassRefPtr<OverflowEvent> create(bool horizontalOverflowChanged, bool horizontalOverflow, bool verticalOverflowChanged, bool
verticalOverflow
)
55
return adoptRef(new OverflowEvent(horizontalOverflowChanged, horizontalOverflow, verticalOverflowChanged,
verticalOverflow
));
62
void initOverflowEvent(unsigned short orient, bool horizontalOverflow, bool
verticalOverflow
);
66
bool
verticalOverflow
() const { return m_verticalOverflow; }
72
OverflowEvent(bool horizontalOverflowChanged, bool horizontalOverflow, bool verticalOverflowChanged, bool
verticalOverflow
);
OverflowEvent.idl
35
[InitializedByEventConstructor] readonly attribute boolean
verticalOverflow
;
/external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.h
380
void updateOverflowStatus(bool horizontalOverflow, bool
verticalOverflow
);
FrameView.cpp
[
all
...]
Completed in 159 milliseconds