OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:horizontalOverflow
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/events/
OverflowEvent.cpp
35
,
horizontalOverflow
(false)
49
OverflowEvent::OverflowEvent(bool horizontalOverflowChanged, bool
horizontalOverflow
, bool verticalOverflowChanged, bool verticalOverflow)
51
, m_horizontalOverflow(
horizontalOverflow
)
68
, m_horizontalOverflow(initializer.
horizontalOverflow
)
79
void OverflowEvent::initOverflowEvent(unsigned short orient, bool
horizontalOverflow
, bool verticalOverflow)
85
m_horizontalOverflow =
horizontalOverflow
;
OverflowEvent.h
37
bool
horizontalOverflow
;
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);
65
bool
horizontalOverflow
() const { return m_horizontalOverflow; }
72
OverflowEvent(bool horizontalOverflowChanged, bool
horizontalOverflow
, bool verticalOverflowChanged, bool verticalOverflow);
OverflowEvent.idl
34
[InitializedByEventConstructor] readonly attribute boolean
horizontalOverflow
;
/external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.h
380
void updateOverflowStatus(bool
horizontalOverflow
, bool verticalOverflow);
FrameView.cpp
[
all
...]
Completed in 40 milliseconds