OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCalculatedEqual
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/
Length.h
112
bool operator==(const Length& o) const { return (m_type == o.m_type) && (m_quirk == o.m_quirk) && (isUndefined() || (getFloatValue() == o.getFloatValue()) ||
isCalculatedEqual
(o)); }
235
bool
isCalculatedEqual
(const Length&) const;
Length.cpp
210
bool Length::
isCalculatedEqual
(const Length& o) const
Completed in 49 milliseconds