OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isSameType
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
CustomFilterParameter.h
58
bool
isSameType
(const CustomFilterParameter& other) const { return parameterType() == other.parameterType(); }
/external/chromium_org/third_party/WebKit/Source/core/rendering/
ClipPathOperation.h
55
bool
isSameType
(const ClipPathOperation& o) const { return o.type() == m_type; }
79
return
isSameType
(o) && m_url == static_cast<const ReferenceClipPathOperation&>(o).m_url;
116
return
isSameType
(o) && m_shape == static_cast<const ShapeClipPathOperation&>(o).m_shape;
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformOperation.h
68
bool
isSameType
(const TransformOperation& other) const { return other.type() == type(); }
/external/jmdns/src/javax/jmdns/impl/
DNSQuestion.java
188
public boolean
isSameType
(DNSEntry entry) {
263
return this.isSameRecordClass(rec) && this.
isSameType
(rec) && this.getName().equals(rec.getName());
DNSEntry.java
214
public boolean
isSameType
(DNSEntry entry) {
/external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableValue.h
51
return
isSameType
(value) && equalTo(value);
79
bool
isSameType
(const AnimatableValue* value) const
87
return
isSameType
(value) && !isUnknown();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterOperation.h
94
virtual bool
isSameType
(const FilterOperation& o) const { return o.type() == m_type; }
141
if (!
isSameType
(o))
177
if (!
isSameType
(o))
217
if (!
isSameType
(o))
257
if (!
isSameType
(o))
295
if (!
isSameType
(o))
/external/chromium_org/third_party/icu/source/test/intltest/
fldset.cpp
46
if(!
isSameType
(other)) {
149
UBool FieldsSet::
isSameType
(const FieldsSet& other) const {
/external/icu4c/test/intltest/
fldset.cpp
46
if(!
isSameType
(other)) {
153
UBool FieldsSet::
isSameType
(const FieldsSet& other) const {
/prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar
/prebuilts/misc/common/ecj/
ecj.jar
Completed in 708 milliseconds