m_path 99 Source/core/fileapi/File.cpp , m_path(path) m_path 110 Source/core/fileapi/File.cpp , m_path(path) m_path 121 Source/core/fileapi/File.cpp , m_path(path) m_path 143 Source/core/fileapi/File.cpp , m_path(metadata.platformPath) m_path 167 Source/core/fileapi/File.cpp if (hasBackingFile() && getFileModificationTime(m_path, modificationTime) && isValidFileTime(modificationTime)) m_path 181 Source/core/fileapi/File.cpp if (!hasBackingFile() || !getFileSize(m_path, size)) m_path 208 Source/core/fileapi/File.cpp ASSERT(!m_path.isEmpty()); m_path 209 Source/core/fileapi/File.cpp blobData->appendFile(m_path, start, length, modificationTime); m_path 225 Source/core/fileapi/File.cpp if (!hasBackingFile() || !getFileMetadata(m_path, metadata)) { m_path 246 Source/core/fileapi/File.cpp m_path = String(); m_path 268 Source/core/fileapi/File.cpp ASSERT(!m_path.isEmpty()); m_path 269 Source/core/fileapi/File.cpp blobData.appendFile(m_path, 0, size, modificationTime); m_path 100 Source/core/fileapi/File.h const String& path() const { ASSERT(hasValidFilePath()); return m_path; } m_path 128 Source/core/fileapi/File.h bool hasValidFilePath() const { return hasBackingFile() || m_path.isEmpty(); } m_path 132 Source/core/fileapi/File.h String m_path; m_path 21 Source/core/frame/csp/CSPSource.cpp , m_path(path) m_path 58 Source/core/frame/csp/CSPSource.cpp if (m_path.isEmpty()) m_path 63 Source/core/frame/csp/CSPSource.cpp if (m_path.endsWith("/")) m_path 64 Source/core/frame/csp/CSPSource.cpp return path.startsWith(m_path, false); m_path 66 Source/core/frame/csp/CSPSource.cpp return path == m_path; m_path 31 Source/core/frame/csp/CSPSource.h String m_path; m_path 48 Source/core/html/canvas/CanvasPathMethods.cpp if (m_path.isEmpty()) m_path 51 Source/core/html/canvas/CanvasPathMethods.cpp FloatRect boundRect = m_path.boundingRect(); m_path 53 Source/core/html/canvas/CanvasPathMethods.cpp m_path.closeSubpath(); m_path 62 Source/core/html/canvas/CanvasPathMethods.cpp m_path.moveTo(FloatPoint(x, y)); m_path 73 Source/core/html/canvas/CanvasPathMethods.cpp if (!m_path.hasCurrentPoint()) m_path 74 Source/core/html/canvas/CanvasPathMethods.cpp m_path.moveTo(p1); m_path 75 Source/core/html/canvas/CanvasPathMethods.cpp else if (p1 != m_path.currentPoint()) m_path 76 Source/core/html/canvas/CanvasPathMethods.cpp m_path.addLineTo(p1); m_path 85 Source/core/html/canvas/CanvasPathMethods.cpp if (!m_path.hasCurrentPoint()) m_path 86 Source/core/html/canvas/CanvasPathMethods.cpp m_path.moveTo(FloatPoint(cpx, cpy)); m_path 90 Source/core/html/canvas/CanvasPathMethods.cpp if (p1 != m_path.currentPoint() || p1 != cp) m_path 91 Source/core/html/canvas/CanvasPathMethods.cpp m_path.addQuadCurveTo(cp, p1); m_path 100 Source/core/html/canvas/CanvasPathMethods.cpp if (!m_path.hasCurrentPoint()) m_path 101 Source/core/html/canvas/CanvasPathMethods.cpp m_path.moveTo(FloatPoint(cp1x, cp1y)); m_path 106 Source/core/html/canvas/CanvasPathMethods.cpp if (p1 != m_path.currentPoint() || p1 != cp1 || p1 != cp2) m_path 107 Source/core/html/canvas/CanvasPathMethods.cpp m_path.addBezierCurveTo(cp1, cp2, p1); m_path 126 Source/core/html/canvas/CanvasPathMethods.cpp if (!m_path.hasCurrentPoint()) m_path 127 Source/core/html/canvas/CanvasPathMethods.cpp m_path.moveTo(p1); m_path 128 Source/core/html/canvas/CanvasPathMethods.cpp else if (p1 == m_path.currentPoint() || p1 == p2 || !r) m_path 131 Source/core/html/canvas/CanvasPathMethods.cpp m_path.addArcTo(p1, p2, r); m_path 275 Source/core/html/canvas/CanvasPathMethods.cpp m_path.addArc(FloatPoint(x, y), radius, startAngle, adjustedEndAngle, anticlockwise); m_path 303 Source/core/html/canvas/CanvasPathMethods.cpp m_path.addEllipse(FloatPoint(x, y), radiusX, radiusY, rotation, startAngle, adjustedEndAngle, anticlockwise); m_path 315 Source/core/html/canvas/CanvasPathMethods.cpp m_path.moveTo(FloatPoint(x, y)); m_path 319 Source/core/html/canvas/CanvasPathMethods.cpp m_path.addRect(FloatRect(x, y, width, height)); m_path 77 Source/core/html/canvas/CanvasPathMethods.h CanvasPathMethods(const Path& path) : m_path(path) { } m_path 78 Source/core/html/canvas/CanvasPathMethods.h Path m_path; m_path 221 Source/core/html/canvas/CanvasRenderingContext2D.cpp m_path.clear(); m_path 367 Source/core/html/canvas/CanvasRenderingContext2D.cpp m_path.transform(state().m_transform); m_path 369 Source/core/html/canvas/CanvasRenderingContext2D.cpp m_path.transform(state().m_transform.inverse()); m_path 719 Source/core/html/canvas/CanvasRenderingContext2D.cpp m_path.transform(AffineTransform().scaleNonUniform(1.0 / sx, 1.0 / sy)); m_path 747 Source/core/html/canvas/CanvasRenderingContext2D.cpp m_path.transform(AffineTransform().rotateRadians(-angleInRadians)); m_path 775 Source/core/html/canvas/CanvasRenderingContext2D.cpp m_path.transform(AffineTransform().translate(-tx, -ty)); m_path 803 Source/core/html/canvas/CanvasRenderingContext2D.cpp m_path.transform(transform.inverse()); m_path 826 Source/core/html/canvas/CanvasRenderingContext2D.cpp m_path.transform(ctm); m_path 930 Source/core/html/canvas/CanvasRenderingContext2D.cpp m_path.clear(); m_path 935 Source/core/html/canvas/CanvasRenderingContext2D.cpp return Path2D::create(m_path); m_path 942 Source/core/html/canvas/CanvasRenderingContext2D.cpp m_path = path->path(); m_path 1036 Source/core/html/canvas/CanvasRenderingContext2D.cpp fillInternal(m_path, windingRuleString); m_path 1084 Source/core/html/canvas/CanvasRenderingContext2D.cpp strokeInternal(m_path); m_path 1118 Source/core/html/canvas/CanvasRenderingContext2D.cpp clipInternal(m_path, windingRuleString); m_path 1138 Source/core/html/canvas/CanvasRenderingContext2D.cpp return isPointInPathInternal(m_path, x, y, windingRuleString); m_path 1179 Source/core/html/canvas/CanvasRenderingContext2D.cpp return isPointInStrokeInternal(m_path, x, y); m_path 1217 Source/core/html/canvas/CanvasRenderingContext2D.cpp scrollPathIntoViewInternal(m_path); m_path 2353 Source/core/html/canvas/CanvasRenderingContext2D.cpp if (!focusRingCallIsValid(m_path, element)) m_path 2356 Source/core/html/canvas/CanvasRenderingContext2D.cpp updateFocusRingAccessibility(m_path, element); m_path 2361 Source/core/html/canvas/CanvasRenderingContext2D.cpp drawFocusRing(m_path); m_path 2366 Source/core/html/canvas/CanvasRenderingContext2D.cpp if (!focusRingCallIsValid(m_path, element)) m_path 2369 Source/core/html/canvas/CanvasRenderingContext2D.cpp updateFocusRingAccessibility(m_path, element); m_path 2400 Source/core/html/canvas/CanvasRenderingContext2D.cpp FloatRect bounds = m_path.boundingRect(); m_path 50 Source/core/html/canvas/Path2D.h const Path& path() const { return m_path; } m_path 60 Source/core/html/canvas/Path2D.h m_path.addPath(src, transform ? transform->value() : AffineTransform(1, 0, 0, 1, 0, 0)); m_path 85 Source/core/html/canvas/Path2D.h buildPathFromString(pathData, m_path); m_path 107 Source/core/rendering/ClipPathOperation.h m_path.clear(); m_path 108 Source/core/rendering/ClipPathOperation.h m_path = adoptPtr(new Path); m_path 109 Source/core/rendering/ClipPathOperation.h m_shape->path(*m_path, boundingRect); m_path 110 Source/core/rendering/ClipPathOperation.h return *m_path; m_path 123 Source/core/rendering/ClipPathOperation.h OwnPtr<Path> m_path; m_path 64 Source/core/rendering/svg/RenderSVGShape.cpp m_path.clear(); m_path 65 Source/core/rendering/svg/RenderSVGShape.cpp m_path = adoptPtr(new Path); m_path 82 Source/core/rendering/svg/RenderSVGShape.cpp ASSERT(m_path); m_path 83 Source/core/rendering/svg/RenderSVGShape.cpp Path* usePath = m_path.get(); m_path 93 Source/core/rendering/svg/RenderSVGShape.cpp ASSERT(m_path); m_path 99 Source/core/rendering/svg/RenderSVGShape.cpp Path* usePath = nonScalingStrokePath(m_path.get(), nonScalingTransform); m_path 104 Source/core/rendering/svg/RenderSVGShape.cpp return m_path->strokeContains(point, strokeData); m_path 385 Source/core/rendering/svg/RenderSVGShape.cpp ASSERT(m_path); m_path 394 Source/core/rendering/svg/RenderSVGShape.cpp Path* usePath = nonScalingStrokePath(m_path.get(), nonScalingTransform); m_path 462 Source/core/rendering/svg/RenderSVGShape.cpp ASSERT(m_path); m_path 465 Source/core/rendering/svg/RenderSVGShape.cpp m_path->apply(&markerData, SVGMarkerData::updateFromPathElement); m_path 62 Source/core/rendering/svg/RenderSVGShape.h ASSERT(m_path); m_path 63 Source/core/rendering/svg/RenderSVGShape.h return *m_path; m_path 72 Source/core/rendering/svg/RenderSVGShape.h bool hasPath() const { return m_path.get(); } m_path 119 Source/core/rendering/svg/RenderSVGShape.h OwnPtr<Path> m_path; m_path 115 Source/core/svg/SVGAnimateMotionElement.cpp m_path = Path(); m_path 116 Source/core/svg/SVGAnimateMotionElement.cpp buildPathFromString(value, m_path); m_path 150 Source/core/svg/SVGAnimateMotionElement.cpp m_animationPath = m_path; m_path 72 Source/core/svg/SVGAnimateMotionElement.h Path m_path; m_path 32 Source/core/svg/SVGPathBuilder.cpp : m_path(0) m_path 38 Source/core/svg/SVGPathBuilder.cpp ASSERT(m_path); m_path 40 Source/core/svg/SVGPathBuilder.cpp if (closed && !m_path->isEmpty()) m_path 41 Source/core/svg/SVGPathBuilder.cpp m_path->closeSubpath(); m_path 42 Source/core/svg/SVGPathBuilder.cpp m_path->moveTo(m_current); m_path 47 Source/core/svg/SVGPathBuilder.cpp ASSERT(m_path); m_path 49 Source/core/svg/SVGPathBuilder.cpp m_path->addLineTo(m_current); m_path 54 Source/core/svg/SVGPathBuilder.cpp ASSERT(m_path); m_path 56 Source/core/svg/SVGPathBuilder.cpp m_path->addBezierCurveTo(m_current + point1, m_current + point2, m_current + targetPoint); m_path 60 Source/core/svg/SVGPathBuilder.cpp m_path->addBezierCurveTo(point1, point2, m_current); m_path 66 Source/core/svg/SVGPathBuilder.cpp ASSERT(m_path); m_path 67 Source/core/svg/SVGPathBuilder.cpp m_path->closeSubpath(); m_path 38 Source/core/svg/SVGPathBuilder.h void setCurrentPath(Path* path) { m_path = path; } m_path 43 Source/core/svg/SVGPathBuilder.h virtual void cleanup() OVERRIDE { m_path = 0; } m_path 59 Source/core/svg/SVGPathBuilder.h Path* m_path; m_path 200 Source/core/xml/XPathPath.cpp delete m_path; m_path 208 Source/core/xml/XPathPath.cpp m_path->evaluate(nodes); m_path 84 Source/core/xml/XPathPath.h LocationPath* m_path; m_path 92 Source/platform/URLPatternMatcher.cpp m_path = pattern.right(pattern.length() - pathStartPos); m_path 212 Source/platform/URLPatternMatcher.cpp MatchTester match(m_path, test.path()); m_path 59 Source/platform/URLPatternMatcher.h String m_path; m_path 45 Source/platform/graphics/Path.cpp : m_path() m_path 51 Source/platform/graphics/Path.cpp m_path = SkPath(other.m_path); m_path 60 Source/platform/graphics/Path.cpp m_path = SkPath(other.m_path); m_path 66 Source/platform/graphics/Path.cpp return m_path == other.m_path; m_path 71 Source/platform/graphics/Path.cpp return SkPathContainsPoint(m_path, point, rule == RULE_NONZERO ? SkPath::kWinding_FillType : SkPath::kEvenOdd_FillType); m_path 79 Source/platform/graphics/Path.cpp paint.getFillPath(m_path, &strokePath); m_path 86 Source/platform/graphics/Path.cpp return m_path.getBounds(); m_path 94 Source/platform/graphics/Path.cpp paint.getFillPath(m_path, &boundingPath); m_path 110 Source/platform/graphics/Path.cpp SkPath::RawIter iter(m_path); m_path 148 Source/platform/graphics/Path.cpp m_path.transform(affineTransformToSkMatrix(xform)); m_path 154 Source/platform/graphics/Path.cpp SkPathMeasure measure(m_path, false); m_path 202 Source/platform/graphics/Path.cpp SkPathMeasure measure(m_path, false); m_path 213 Source/platform/graphics/Path.cpp : m_path(path.skPath()) m_path 225 Source/platform/graphics/Path.cpp m_pathMeasure.setPath(&m_path, false); m_path 242 Source/platform/graphics/Path.cpp m_path.reset(); m_path 247 Source/platform/graphics/Path.cpp return m_path.isEmpty(); m_path 252 Source/platform/graphics/Path.cpp return m_path.getPoints(0, 0); m_path 257 Source/platform/graphics/Path.cpp if (m_path.countPoints() > 0) { m_path 259 Source/platform/graphics/Path.cpp m_path.getLastPt(&skResult); m_path 273 Source/platform/graphics/Path.cpp return m_path.getFillType() == SkPath::kEvenOdd_FillType m_path 280 Source/platform/graphics/Path.cpp m_path.setFillType(rule == RULE_EVENODD m_path 287 Source/platform/graphics/Path.cpp m_path.moveTo(point); m_path 292 Source/platform/graphics/Path.cpp m_path.lineTo(point); m_path 297 Source/platform/graphics/Path.cpp m_path.quadTo(cp, ep); m_path 302 Source/platform/graphics/Path.cpp m_path.cubicTo(p1, p2, ep); m_path 307 Source/platform/graphics/Path.cpp m_path.arcTo(p1, p2, WebCoreFloatToSkScalar(radius)); m_path 312 Source/platform/graphics/Path.cpp m_path.close(); m_path 340 Source/platform/graphics/Path.cpp m_path.arcTo(oval, startDegrees, s180, false); m_path 341 Source/platform/graphics/Path.cpp m_path.arcTo(oval, startDegrees + s180, s180, false); m_path 345 Source/platform/graphics/Path.cpp m_path.arcTo(oval, startDegrees, -s180, false); m_path 346 Source/platform/graphics/Path.cpp m_path.arcTo(oval, startDegrees - s180, -s180, false); m_path 350 Source/platform/graphics/Path.cpp m_path.arcTo(oval, startDegrees, sweepDegrees, false); m_path 360 Source/platform/graphics/Path.cpp m_path.addRect(rect); m_path 385 Source/platform/graphics/Path.cpp m_path.addOval(rect); m_path 477 Source/platform/graphics/Path.cpp m_path.addPath(src.skPath(), affineTransformToSkMatrix(transform)); m_path 482 Source/platform/graphics/Path.cpp m_path.offset(WebCoreFloatToSkScalar(size.width()), WebCoreFloatToSkScalar(size.height())); m_path 487 Source/platform/graphics/Path.cpp return Op(m_path, other.m_path, kUnion_PathOp, &m_path); m_path 103 Source/platform/graphics/Path.h SkPath m_path; m_path 138 Source/platform/graphics/Path.h const SkPath& skPath() const { return m_path; } m_path 152 Source/platform/graphics/Path.h SkPath m_path; m_path 247 Source/web/LinkHighlight.cpp bool pathHasChanged = !(newPath == m_path); m_path 249 Source/web/LinkHighlight.cpp m_path = newPath; m_path 267 Source/web/LinkHighlight.cpp gc.fillPath(m_path); m_path 90 Source/web/LinkHighlight.h WebCore::Path m_path;