OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_marginheight
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameElementBase.h
40
int marginHeight() const { return
m_marginHeight
; }
77
int
m_marginHeight
;
HTMLFrameElementBase.cpp
49
,
m_marginHeight
(-1)
119
m_marginHeight
= value.toInt();
Completed in 420 milliseconds