OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isUnresolved
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SMILTime.h
47
bool
isUnresolved
() const { return std::isnan(m_time); }
87
inline bool operator==(const SMILTime& a, const SMILTime& b) { return (a.
isUnresolved
() && b.
isUnresolved
()) || a.value() == b.value(); }
93
inline bool operator>(const SMILTime& a, const SMILTime& b) { return a.
isUnresolved
() || (a.value() > b.value()); }
SVGSMILElement.cpp
443
if (offset.
isUnresolved
())
495
if (!timeList[n].time().
isUnresolved
())
502
if (value.
isUnresolved
())
792
return m_cachedMax = (result.
isUnresolved
() || result <= 0) ? SMILTime::indefinite() : result;
801
return m_cachedMin = (result.
isUnresolved
() || result < 0) ? 0 : result;
873
if (!simpleDuration || (repeatDur.
isUnresolved
() && repeatCount.
isUnresolved
()))
877
if (!repeatCountDuration.
isUnresolved
())
887
if (!resolvedEnd.
isUnresolved
() && dur().
isUnresolved
() && repeatDur().isUnresolved() && repeatCount().isUnresolved()
[
all
...]
/external/apache-http/src/org/apache/http/impl/conn/
ProxySelectorRoutePlanner.java
243
return isa.
isUnresolved
() ?
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar
org.eclipse.osgi_3.6.2.R36x_v20101103.jar
/external/chromium_org/third_party/libaddressinput/src/java/
android.jar
Completed in 163 milliseconds