OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_span
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableColElement.h
37
int span() const { return
m_span
; }
50
int
m_span
;
member in class:WebCore::FINAL
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableCol.h
48
unsigned span() const { return
m_span
; }
49
void setSpan(unsigned span) {
m_span
= span; }
103
unsigned
m_span
;
member in class:WebCore::FINAL
Completed in 26 milliseconds