HomeSort by relevance Sort by last modified time
    Searched refs:isRelative (Results 1 - 25 of 37) sorted by null

1 2

  /external/webkit/Source/WebCore/svg/
SVGEllipseElement.cpp 173 return cx().isRelative()
174 || cy().isRelative()
175 || rx().isRelative()
176 || ry().isRelative();
SVGForeignObjectElement.cpp 169 return x().isRelative()
170 || y().isRelative()
171 || width().isRelative()
172 || height().isRelative();
SVGLineElement.cpp 162 return x1().isRelative()
163 || y1().isRelative()
164 || x2().isRelative()
165 || y2().isRelative();
SVGRectElement.cpp 212 return x().isRelative()
213 || y().isRelative()
214 || width().isRelative()
215 || height().isRelative()
216 || rx().isRelative()
217 || ry().isRelative();
SVGRadialGradientElement.cpp 253 return cy().isRelative()
254 || cy().isRelative()
255 || r().isRelative()
256 || fx().isRelative()
257 || fy().isRelative();
SVGCircleElement.cpp 159 return cx().isRelative()
160 || cy().isRelative()
161 || r().isRelative();
SVGFilterElement.cpp 255 return x().isRelative()
256 || y().isRelative()
257 || width().isRelative()
258 || height().isRelative();
SVGImageElement.cpp 182 return x().isRelative()
183 || y().isRelative()
184 || width().isRelative()
185 || height().isRelative();
SVGLinearGradientElement.cpp 214 return x1().isRelative()
215 || y1().isRelative()
216 || x2().isRelative()
217 || y2().isRelative();
SVGMarkerElement.cpp 242 return refX().isRelative()
243 || refY().isRelative()
244 || markerWidth().isRelative()
245 || markerHeight().isRelative();
SVGMaskElement.cpp 205 return x().isRelative()
206 || y().isRelative()
207 || width().isRelative()
208 || height().isRelative();
SVGLength.h 95 inline bool isRelative() const
SVGPatternElement.cpp 294 return x().isRelative()
295 || y().isRelative()
296 || width().isRelative()
297 || height().isRelative();
SVGSVGElement.cpp 566 return x().isRelative()
567 || y().isRelative()
568 || width().isRelative()
569 || height().isRelative()
SVGTextPathElement.cpp 169 return startOffset().isRelative()
SVGUseElement.cpp     [all...]
  /external/skia/src/animator/
SkParseSVGPath.cpp 92 bool isRelative, SkPoint* relative)
95 if (isRelative) {
105 bool isRelative, SkScalar relative)
108 if (isRelative)
  /external/skia/src/utils/
SkParsePath.cpp 50 bool isRelative, SkPoint* relative) {
52 if (isRelative) {
62 bool isRelative, SkScalar relative) {
64 if (isRelative) {
  /external/webkit/Tools/MiniBrowser/qt/
utils.cpp 82 if (fi.exists() && fi.isRelative())
  /external/webkit/Tools/QtTestBrowser/
utils.cpp 82 if (fi.exists() && fi.isRelative())
  /cts/tests/tests/net/src/android/net/cts/
UriTest.java 265 assertFalse(uri.isRelative());
398 assertFalse(uri.isRelative());
401 assertTrue(uri.isRelative());
  /external/webkit/Source/WebCore/platform/
Length.h 172 bool isRelative() const { return type() == Relative; }
  /external/webkit/Source/WebCore/rendering/
AutoTableLayout.cpp 114 if (cellLogicalWidth.isAuto() || (cellLogicalWidth.isRelative() && cellLogicalWidth.value() > columnLayout.logicalWidth.value()))
299 if (!cellLogicalWidth.isRelative() && cellLogicalWidth.isZero())
580 if (logicalWidth.isRelative() && logicalWidth.value() != 0) {
681 if (logicalWidth.isRelative())
687 if (logicalWidth.isRelative()) {
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java     [all...]
  /frameworks/base/core/java/android/net/
Uri.java 153 public abstract boolean isRelative();
162 return !isRelative();
520 public boolean isRelative() {
859 public boolean isRelative() {
    [all...]

Completed in 6160 milliseconds

1 2