OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAspectRatioValue
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSAspectRatioValue.h
62
DEFINE_CSS_VALUE_TYPE_CASTS(CSSAspectRatioValue,
isAspectRatioValue
());
CSSValue.h
73
bool
isAspectRatioValue
() const { return m_classType == AspectRatioClass; }
MediaQueryEvaluator.cpp
172
if (value->
isAspectRatioValue
()) {
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderCustom.cpp
638
if (!value->
isAspectRatioValue
()) {
[
all
...]
Completed in 42 milliseconds