OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cDefaultHeight
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderVideo.cpp
60
static const int
cDefaultHeight
= 150;
62
return IntSize(cDefaultWidth,
cDefaultHeight
);
RenderReplaced.cpp
42
const int
cDefaultHeight
= 150;
46
, m_intrinsicSize(cDefaultWidth,
cDefaultHeight
)
104
int scaledHeight = static_cast<int>(
cDefaultHeight
* style()->effectiveZoom());
Completed in 3046 milliseconds