path 3 LayoutTests/http/tests/resources/file-last-modified.php $filePath = $_GET['path']; path 25 LayoutTests/http/tests/resources/network-simulator.php function contentType($path) path 27 LayoutTests/http/tests/resources/network-simulator.php if (preg_match("/\.html$/", $path)) path 29 LayoutTests/http/tests/resources/network-simulator.php if (preg_match("/\.manifest$/", $path)) path 31 LayoutTests/http/tests/resources/network-simulator.php if (preg_match("/\.js$/", $path)) path 33 LayoutTests/http/tests/resources/network-simulator.php if (preg_match("/\.xml$/", $path)) path 35 LayoutTests/http/tests/resources/network-simulator.php if (preg_match("/\.xhtml$/", $path)) path 37 LayoutTests/http/tests/resources/network-simulator.php if (preg_match("/\.svg$/", $path)) path 39 LayoutTests/http/tests/resources/network-simulator.php if (preg_match("/\.xsl$/", $path)) path 41 LayoutTests/http/tests/resources/network-simulator.php if (preg_match("/\.gif$/", $path)) path 43 LayoutTests/http/tests/resources/network-simulator.php if (preg_match("/\.jpg$/", $path)) path 45 LayoutTests/http/tests/resources/network-simulator.php if (preg_match("/\.png$/", $path)) path 57 LayoutTests/http/tests/resources/network-simulator.php function generateResponse($path) path 70 LayoutTests/http/tests/resources/network-simulator.php if (strstr($path, "..")) path 73 LayoutTests/http/tests/resources/network-simulator.php if ($path[0] == '/') path 74 LayoutTests/http/tests/resources/network-simulator.php $path = '..' . $path; path 79 LayoutTests/http/tests/resources/network-simulator.php if (file_exists($path)) { path 80 LayoutTests/http/tests/resources/network-simulator.php header("Last-Modified: " . gmdate("D, d M Y H:i:s T", filemtime($path))); path 81 LayoutTests/http/tests/resources/network-simulator.php header("Content-Type: " . contentType($path)); path 83 LayoutTests/http/tests/resources/network-simulator.php print file_get_contents($path); path 90 LayoutTests/http/tests/resources/network-simulator.php function handleIncreaseResourceCountCommand($path) path 96 LayoutTests/http/tests/resources/network-simulator.php if (count($pieces) == 2 && $pieces[0] == $path) { path 101 LayoutTests/http/tests/resources/network-simulator.php file_put_contents($resourceCountFile, $path . " " . $count); path 102 LayoutTests/http/tests/resources/network-simulator.php generateResponse($path); path 113 LayoutTests/http/tests/resources/network-simulator.php function handleGetResourceCountCommand($path) path 120 LayoutTests/http/tests/resources/network-simulator.php if (count($pieces) == 2 && $pieces[0] == $path) { path 149 LayoutTests/http/tests/resources/network-simulator.php function handleLogResourceRequest($path) path 153 LayoutTests/http/tests/resources/network-simulator.php $newData = "\n".$path; path 166 LayoutTests/http/tests/resources/network-simulator.php handleIncreaseResourceCountCommand($_GET['path']); path 170 LayoutTests/http/tests/resources/network-simulator.php handleGetResourceCountCommand($_GET['path']); path 178 LayoutTests/http/tests/resources/network-simulator.php handleLogResourceRequest($_GET['path']); path 184 LayoutTests/http/tests/resources/network-simulator.php $requestedPath = $_GET['path']; path 8 ManualTests/blackberry/http-cookie-database-set.php $path = str_replace("http-cookie-database-set.php", "http-cookie-database-update.php", $_SERVER["PHP_SELF"]); path 9 ManualTests/blackberry/http-cookie-database-set.php $newurl = 'https://'.$_SERVER["HTTP_HOST"].$path; path 647 Source/bindings/v8/SerializedScriptValue.cpp doWriteWebCoreString(file.hasBackingFile() ? file.path() : ""); path 2188 Source/bindings/v8/SerializedScriptValue.cpp String path; path 2196 Source/bindings/v8/SerializedScriptValue.cpp if (!readWebCoreString(&path)) path 2214 Source/bindings/v8/SerializedScriptValue.cpp return File::create(path, name, relativePath, hasSnapshot > 0, size, lastModified, getOrCreateBlobDataHandle(uuid, type)); path 215 Source/core/clipboard/DataObject.cpp results.append(static_cast<File*>(m_itemList[i]->getAsFile().get())->path()); path 65 Source/core/dom/DOMURLUtilsReadOnly.h static String pathname(const KURL& url) { return url.path(); } path 180 Source/core/events/Event.h PassRefPtr<NodeList> path() const; path 37 Source/core/events/TreeScopeEventContext.cpp PassRefPtr<NodeList> TreeScopeEventContext::ensureEventPath(EventPath& path) path 43 Source/core/events/TreeScopeEventContext.cpp nodes.reserveInitialCapacity(path.size()); path 44 Source/core/events/TreeScopeEventContext.cpp for (size_t i = 0; i < path.size(); ++i) { path 45 Source/core/events/TreeScopeEventContext.cpp if (path[i].treeScopeEventContext()->isInclusiveAncestorOf(*this)) path 46 Source/core/events/TreeScopeEventContext.cpp nodes.append(path[i].node()); path 55 Source/core/fileapi/File.cpp static PassOwnPtr<BlobData> createBlobDataForFileWithType(const String& path, const String& contentType) path 59 Source/core/fileapi/File.cpp blobData->appendFile(path); path 63 Source/core/fileapi/File.cpp static PassOwnPtr<BlobData> createBlobDataForFile(const String& path, File::ContentTypeLookupPolicy policy) path 65 Source/core/fileapi/File.cpp return createBlobDataForFileWithType(path, getContentTypeFromFileName(path, policy)); path 68 Source/core/fileapi/File.cpp static PassOwnPtr<BlobData> createBlobDataForFileWithName(const String& path, const String& fileSystemName, File::ContentTypeLookupPolicy policy) path 70 Source/core/fileapi/File.cpp return createBlobDataForFileWithType(path, getContentTypeFromFileName(fileSystemName, policy)); path 84 Source/core/fileapi/File.cpp blobData->setContentType(getContentTypeFromFileName(fileSystemURL.path(), File::WellKnownContentTypes)); path 89 Source/core/fileapi/File.cpp PassRefPtrWillBeRawPtr<File> File::createWithRelativePath(const String& path, const String& relativePath) path 91 Source/core/fileapi/File.cpp RefPtrWillBeRawPtr<File> file = adoptRefWillBeNoop(new File(path, AllContentTypes)); path 96 Source/core/fileapi/File.cpp File::File(const String& path, ContentTypeLookupPolicy policy) path 97 Source/core/fileapi/File.cpp : Blob(BlobDataHandle::create(createBlobDataForFile(path, policy), -1)) path 99 Source/core/fileapi/File.cpp , m_path(path) path 100 Source/core/fileapi/File.cpp , m_name(blink::Platform::current()->fileUtilities()->baseName(path)) path 107 Source/core/fileapi/File.cpp File::File(const String& path, const String& name, ContentTypeLookupPolicy policy) path 108 Source/core/fileapi/File.cpp : Blob(BlobDataHandle::create(createBlobDataForFileWithName(path, name, policy), -1)) path 110 Source/core/fileapi/File.cpp , m_path(path) path 118 Source/core/fileapi/File.cpp File::File(const String& path, const String& name, const String& relativePath, bool hasSnaphotData, uint64_t size, double lastModified, PassRefPtr<BlobDataHandle> blobDataHandle) path 120 Source/core/fileapi/File.cpp , m_hasBackingFile(!path.isEmpty() || !relativePath.isEmpty()) path 121 Source/core/fileapi/File.cpp , m_path(path) path 50 Source/core/fileapi/File.h static PassRefPtrWillBeRawPtr<File> create(const String& path, ContentTypeLookupPolicy policy = WellKnownContentTypes) path 52 Source/core/fileapi/File.h return adoptRefWillBeNoop(new File(path, policy)); path 61 Source/core/fileapi/File.h static PassRefPtrWillBeRawPtr<File> create(const String& path, const String& name, const String& relativePath, bool hasSnaphotData, uint64_t size, double lastModified, PassRefPtr<BlobDataHandle> blobDataHandle) path 63 Source/core/fileapi/File.h return adoptRefWillBeNoop(new File(path, name, relativePath, hasSnaphotData, size, lastModified, blobDataHandle)); path 66 Source/core/fileapi/File.h static PassRefPtrWillBeRawPtr<File> createWithRelativePath(const String& path, const String& relativePath); path 84 Source/core/fileapi/File.h static PassRefPtrWillBeRawPtr<File> createWithName(const String& path, const String& name, ContentTypeLookupPolicy policy = WellKnownContentTypes) path 87 Source/core/fileapi/File.h return adoptRefWillBeNoop(new File(path, policy)); path 88 Source/core/fileapi/File.h return adoptRefWillBeNoop(new File(path, name, policy)); path 100 Source/core/fileapi/File.h const String& path() const { ASSERT(hasValidFilePath()); return m_path; } path 116 Source/core/fileapi/File.h File(const String& path, ContentTypeLookupPolicy); path 117 Source/core/fileapi/File.h File(const String& path, const String& name, ContentTypeLookupPolicy); path 118 Source/core/fileapi/File.h File(const String& path, const String& name, const String& relativePath, bool hasSnaphotData, uint64_t size, double lastModified, PassRefPtr<BlobDataHandle>); path 48 Source/core/fileapi/FileList.cpp paths.append(m_files[i]->path()); path 61 Source/core/fileapi/FileReader.cpp return blob->hasBackingFile() ? toFile(blob)->path().utf8() : ""; path 16 Source/core/frame/csp/CSPSource.cpp CSPSource::CSPSource(ContentSecurityPolicy* policy, const String& scheme, const String& host, int port, const String& path, bool hostHasWildcard, bool portHasWildcard) path 21 Source/core/frame/csp/CSPSource.cpp , m_path(path) path 61 Source/core/frame/csp/CSPSource.cpp String path = decodeURLEscapeSequences(url.path()); path 64 Source/core/frame/csp/CSPSource.cpp return path.startsWith(m_path, false); path 66 Source/core/frame/csp/CSPSource.cpp return path == m_path; path 17 Source/core/frame/csp/CSPSource.h CSPSource(ContentSecurityPolicy*, const String& scheme, const String& host, int port, const String& path, bool hostHasWildcard, bool portHasWildcard); path 137 Source/core/frame/csp/CSPSourceList.cpp String scheme, host, path; path 142 Source/core/frame/csp/CSPSourceList.cpp if (parseSource(beginSource, position, scheme, host, port, path, hostHasWildcard, portHasWildcard)) { path 150 Source/core/frame/csp/CSPSourceList.cpp m_list.append(CSPSource(m_policy, scheme, host, port, path, hostHasWildcard, portHasWildcard)); path 162 Source/core/frame/csp/CSPSourceList.cpp bool CSPSourceList::parseSource(const UChar* begin, const UChar* end, String& scheme, String& host, int& port, String& path, bool& hostHasWildcard, bool& portHasWildcard) path 225 Source/core/frame/csp/CSPSourceList.cpp return parseHost(beginHost, position, host, hostHasWildcard) && parsePath(position, end, path); path 276 Source/core/frame/csp/CSPSourceList.cpp if (!parsePath(beginPath, end, path)) path 432 Source/core/frame/csp/CSPSourceList.cpp bool CSPSourceList::parsePath(const UChar* begin, const UChar* end, String& path) path 435 Source/core/frame/csp/CSPSourceList.cpp ASSERT(path.isEmpty()); path 444 Source/core/frame/csp/CSPSourceList.cpp path = decodeURLEscapeSequences(String(begin, position - begin)); path 35 Source/core/frame/csp/CSPSourceList.h bool parseSource(const UChar* begin, const UChar* end, String& scheme, String& host, int& port, String& path, bool& hostHasWildcard, bool& portHasWildcard); path 39 Source/core/frame/csp/CSPSourceList.h bool parsePath(const UChar* begin, const UChar* end, String& path); path 121 Source/core/html/FormDataList.cpp if (!file->path().isEmpty()) path 122 Source/core/html/FormDataList.cpp formData->appendFile(file->path()); path 144 Source/core/html/HTMLAreaElement.cpp Path path; path 149 Source/core/html/HTMLAreaElement.cpp path.moveTo(FloatPoint(minimumValueForLength(m_coords[0], width).toFloat(), minimumValueForLength(m_coords[1], height).toFloat())); path 151 Source/core/html/HTMLAreaElement.cpp path.addLineTo(FloatPoint(minimumValueForLength(m_coords[i * 2], width).toFloat(), minimumValueForLength(m_coords[i * 2 + 1], height).toFloat())); path 152 Source/core/html/HTMLAreaElement.cpp path.closeSubpath(); path 159 Source/core/html/HTMLAreaElement.cpp path.addEllipse(FloatRect(minimumValueForLength(m_coords[0], width).toFloat() - r, minimumValueForLength(m_coords[1], height).toFloat() - r, 2 * r, 2 * r)); path 168 Source/core/html/HTMLAreaElement.cpp path.addRect(FloatRect(x0, y0, x1 - x0, y1 - y0)); path 172 Source/core/html/HTMLAreaElement.cpp path.addRect(FloatRect(0, 0, width.toFloat(), height.toFloat())); path 178 Source/core/html/HTMLAreaElement.cpp return path; path 169 Source/core/html/canvas/CanvasPathMethods.cpp inline void lineToFloatPoint(CanvasPathMethods* path, const FloatPoint& p) path 171 Source/core/html/canvas/CanvasPathMethods.cpp path->lineTo(p.x(), p.y()); path 225 Source/core/html/canvas/CanvasPathMethods.cpp void degenerateEllipse(CanvasPathMethods* path, float x, float y, float radiusX, float radiusY, float rotation, float startAngle, float endAngle, bool anticlockwise) path 235 Source/core/html/canvas/CanvasPathMethods.cpp lineToFloatPoint(path, center + rotationMatrix.mapPoint(getPointOnEllipse(radiusX, radiusY, startAngle))); path 243 Source/core/html/canvas/CanvasPathMethods.cpp lineToFloatPoint(path, center + rotationMatrix.mapPoint(getPointOnEllipse(radiusX, radiusY, angle))); path 246 Source/core/html/canvas/CanvasPathMethods.cpp lineToFloatPoint(path, center + rotationMatrix.mapPoint(getPointOnEllipse(radiusX, radiusY, angle))); path 249 Source/core/html/canvas/CanvasPathMethods.cpp lineToFloatPoint(path, center + rotationMatrix.mapPoint(getPointOnEllipse(radiusX, radiusY, endAngle))); path 77 Source/core/html/canvas/CanvasPathMethods.h CanvasPathMethods(const Path& path) : m_path(path) { } path 938 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::setCurrentPath(Path2D* path) path 940 Source/core/html/canvas/CanvasRenderingContext2D.cpp if (!path) path 942 Source/core/html/canvas/CanvasRenderingContext2D.cpp m_path = path->path(); path 986 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::fillInternal(const Path& path, const String& windingRuleString) path 988 Source/core/html/canvas/CanvasRenderingContext2D.cpp if (path.isEmpty()) { path 1017 Source/core/html/canvas/CanvasRenderingContext2D.cpp fullCanvasCompositedFill(path); path 1021 Source/core/html/canvas/CanvasRenderingContext2D.cpp c->fillPath(path); path 1025 Source/core/html/canvas/CanvasRenderingContext2D.cpp if (computeDirtyRect(path.boundingRect(), clipBounds, &dirtyRect)) { path 1026 Source/core/html/canvas/CanvasRenderingContext2D.cpp c->fillPath(path); path 1051 Source/core/html/canvas/CanvasRenderingContext2D.cpp fillInternal(domPath->path(), windingRuleString); path 1054 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::strokeInternal(const Path& path) path 1056 Source/core/html/canvas/CanvasRenderingContext2D.cpp if (path.isEmpty()) { path 1073 Source/core/html/canvas/CanvasRenderingContext2D.cpp FloatRect bounds = path.boundingRect(); path 1077 Source/core/html/canvas/CanvasRenderingContext2D.cpp c->strokePath(path); path 1094 Source/core/html/canvas/CanvasRenderingContext2D.cpp strokeInternal(domPath->path()); path 1097 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::clipInternal(const Path& path, const String& windingRuleString) path 1113 Source/core/html/canvas/CanvasRenderingContext2D.cpp c->canvasClip(path, newWindRule); path 1133 Source/core/html/canvas/CanvasRenderingContext2D.cpp clipInternal(domPath->path(), windingRuleString); path 1153 Source/core/html/canvas/CanvasRenderingContext2D.cpp return isPointInPathInternal(domPath->path(), x, y, windingRuleString); path 1156 Source/core/html/canvas/CanvasRenderingContext2D.cpp bool CanvasRenderingContext2D::isPointInPathInternal(const Path& path, const float x, const float y, const String& windingRuleString) path 1174 Source/core/html/canvas/CanvasRenderingContext2D.cpp return path.contains(transformedPoint, windRule); path 1189 Source/core/html/canvas/CanvasRenderingContext2D.cpp return isPointInStrokeInternal(domPath->path(), x, y); path 1192 Source/core/html/canvas/CanvasRenderingContext2D.cpp bool CanvasRenderingContext2D::isPointInStrokeInternal(const Path& path, const float x, const float y) path 1212 Source/core/html/canvas/CanvasRenderingContext2D.cpp return path.strokeContains(transformedPoint, strokeData); path 1227 Source/core/html/canvas/CanvasRenderingContext2D.cpp scrollPathIntoViewInternal(path2d->path()); path 1230 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::scrollPathIntoViewInternal(const Path& path) path 1232 Source/core/html/canvas/CanvasRenderingContext2D.cpp if (!state().m_invertibleCTM || path.isEmpty()) path 1238 Source/core/html/canvas/CanvasRenderingContext2D.cpp Path transformedPath = path; path 1662 Source/core/html/canvas/CanvasRenderingContext2D.cpp static void fillPrimitive(const Path& path, GraphicsContext* context) path 1664 Source/core/html/canvas/CanvasRenderingContext2D.cpp context->fillPath(path); path 2376 Source/core/html/canvas/CanvasRenderingContext2D.cpp bool CanvasRenderingContext2D::focusRingCallIsValid(const Path& path, Element* element) path 2380 Source/core/html/canvas/CanvasRenderingContext2D.cpp if (path.isEmpty()) path 2388 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::updateFocusRingAccessibility(const Path& path, Element* element) path 2421 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::drawFocusRing(const Path& path) path 2437 Source/core/html/canvas/CanvasRenderingContext2D.cpp if (!computeDirtyRect(path.strokeBoundingRect(strokeData), &dirtyRect)) path 2444 Source/core/html/canvas/CanvasRenderingContext2D.cpp c->drawFocusRing(path, focusRingWidth, focusRingOutline, focusRingColor); path 46 Source/core/html/canvas/Path2D.h static PassRefPtr<Path2D> create(Path2D* path) { return adoptRef(new Path2D(path)); } path 48 Source/core/html/canvas/Path2D.h static PassRefPtr<Path2D> create(const Path& path) { return adoptRef(new Path2D(path)); } path 50 Source/core/html/canvas/Path2D.h const Path& path() const { return m_path; } path 53 Source/core/html/canvas/Path2D.h void addPath(Path2D* path, SVGMatrixTearOff* transform, ExceptionState& exceptionState) path 55 Source/core/html/canvas/Path2D.h if (!path) { path 59 Source/core/html/canvas/Path2D.h Path src = path->path(); path 69 Source/core/html/canvas/Path2D.h Path2D(const Path& path) path 70 Source/core/html/canvas/Path2D.h : CanvasPathMethods(path) path 75 Source/core/html/canvas/Path2D.h Path2D(Path2D* path) path 76 Source/core/html/canvas/Path2D.h : CanvasPathMethods(path->path()) path 86 Source/core/html/forms/FileInputType.cpp state.append(m_fileList->item(i)->path()); path 223 Source/core/html/forms/FileInputType.cpp String rootPath = directoryName(files[0].path); path 225 Source/core/html/forms/FileInputType.cpp while (!files[i].path.startsWith(rootPath)) path 235 Source/core/html/forms/FileInputType.cpp String relativePath = files[i].path.substring(rootLength).replace('\\', '/'); path 236 Source/core/html/forms/FileInputType.cpp fileList->append(File::createWithRelativePath(files[i].path, relativePath)); path 242 Source/core/html/forms/FileInputType.cpp fileList->append(File::createWithName(files[i].path, files[i].displayName, File::AllContentTypes)); path 287 Source/core/html/forms/FileInputType.cpp if (files->item(i)->path() != m_fileList->item(i)->path()) { path 302 Source/core/html/forms/FileInputType.cpp paths.append(m_fileList->item(i)->path()); path 283 Source/core/html/forms/FormController.cpp toReturn.append(selectedFiles[i].path); path 639 Source/core/inspector/InspectorDOMAgent.cpp Vector<Node*> path; path 654 Source/core/inspector/InspectorDOMAgent.cpp path.append(parent); path 663 Source/core/inspector/InspectorDOMAgent.cpp for (int i = path.size() - 1; i >= 0; --i) { path 664 Source/core/inspector/InspectorDOMAgent.cpp int nodeId = map->get(path.at(i)); path 1369 Source/core/inspector/InspectorDOMAgent.cpp String path; path 1370 Source/core/inspector/InspectorDOMAgent.cpp if (!(*iter)->asString(&path)) { path 1374 Source/core/inspector/InspectorDOMAgent.cpp fileList->append(File::create(path)); path 2016 Source/core/inspector/InspectorDOMAgent.cpp Node* InspectorDOMAgent::nodeForPath(const String& path) path 2026 Source/core/inspector/InspectorDOMAgent.cpp path.split(",", false, pathTokens); path 2053 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::pushNodeByPathToFrontend(ErrorString* errorString, const String& path, int* nodeId) path 2055 Source/core/inspector/InspectorDOMAgent.cpp if (Node* node = nodeForPath(path)) path 136 Source/core/inspector/InspectorDOMAgent.h virtual void pushNodeByPathToFrontend(ErrorString*, const String& path, int* nodeId) OVERRIDE; path 240 Source/core/inspector/InspectorDOMAgent.h Node* nodeForPath(const String& path); path 494 Source/core/inspector/InspectorPageAgent.cpp .setPath(cookie.path) path 95 Source/core/loader/CookieJar.cpp cookies.append(Cookie(webCookie.name, webCookie.value, webCookie.domain, webCookie.path, path 104 Source/core/rendering/ClipPathOperation.h const Path& path(const FloatRect& boundingRect) path 109 Source/core/rendering/ClipPathOperation.h m_shape->path(*m_path, boundingRect); path 991 Source/core/rendering/InlineTextBox.cpp Path path; path 992 Source/core/rendering/InlineTextBox.cpp path.moveTo(p1); path 1031 Source/core/rendering/InlineTextBox.cpp path.addBezierCurveTo(controlPoint1, controlPoint2, FloatPoint(xAxis, y)); path 1056 Source/core/rendering/InlineTextBox.cpp path.addBezierCurveTo(controlPoint1, controlPoint2, FloatPoint(x, yAxis)); path 1061 Source/core/rendering/InlineTextBox.cpp context->strokePath(path); path 1554 Source/core/rendering/RenderBoxModelObject.cpp const IntRect& sideRect, BoxSide side, BoxSide adjacentSide1, BoxSide adjacentSide2, const BorderEdge edges[], const Path* path, path 1570 Source/core/rendering/RenderBoxModelObject.cpp if (path) { path 1577 Source/core/rendering/RenderBoxModelObject.cpp drawBoxSideFromPath(graphicsContext, outerBorder.rect(), *path, edges, edgeToRender.width, thickness, side, style, path 1781 Source/core/rendering/RenderBoxModelObject.cpp Path path; path 1791 Source/core/rendering/RenderBoxModelObject.cpp path.addRoundedRect(outerBorder); path 1793 Source/core/rendering/RenderBoxModelObject.cpp path.addRect(outerBorder.rect()); path 1824 Source/core/rendering/RenderBoxModelObject.cpp path.addRoundedRect(outerThird); path 1826 Source/core/rendering/RenderBoxModelObject.cpp path.addRect(outerThird.rect()); path 1829 Source/core/rendering/RenderBoxModelObject.cpp path.addRoundedRect(innerThird); path 1831 Source/core/rendering/RenderBoxModelObject.cpp path.addRect(innerThird.rect()); path 1835 Source/core/rendering/RenderBoxModelObject.cpp path.addRoundedRect(innerBorder); path 1837 Source/core/rendering/RenderBoxModelObject.cpp path.addRect(innerBorder.rect()); path 1841 Source/core/rendering/RenderBoxModelObject.cpp graphicsContext->fillPath(path); path 1846 Source/core/rendering/RenderBoxModelObject.cpp Path path; path 1852 Source/core/rendering/RenderBoxModelObject.cpp path.addRect(sideRect); path 1858 Source/core/rendering/RenderBoxModelObject.cpp graphicsContext->fillPath(path); path 39 Source/core/rendering/RenderDetailsMarker.cpp static Path createPath(const FloatPoint* path) path 42 Source/core/rendering/RenderDetailsMarker.cpp result.moveTo(FloatPoint(path[0].x(), path[0].y())); path 44 Source/core/rendering/RenderDetailsMarker.cpp result.addLineTo(FloatPoint(path[i].x(), path[i].y())); path 137 Source/core/rendering/RenderEmbeddedObject.cpp Path path; path 142 Source/core/rendering/RenderEmbeddedObject.cpp if (!getReplacementTextGeometry(paintOffset, contentRect, path, replacementTextRect, font, run, textWidth)) path 149 Source/core/rendering/RenderEmbeddedObject.cpp context->fillPath(path); path 161 Source/core/rendering/RenderEmbeddedObject.cpp bool RenderEmbeddedObject::getReplacementTextGeometry(const LayoutPoint& accumulatedOffset, FloatRect& contentRect, Path& path, FloatRect& replacementTextRect, Font& font, TextRun& run, float& textWidth) const path 185 Source/core/rendering/RenderEmbeddedObject.cpp path.addRoundedRect(replacementTextRect, FloatSize(replacementTextRoundedRectRadius, replacementTextRoundedRectRadius)); path 421 Source/core/rendering/RenderImage.cpp Path path = areaElement.computePath(this); path 422 Source/core/rendering/RenderImage.cpp if (path.isEmpty()) path 434 Source/core/rendering/RenderImage.cpp paintInfo.context->drawFocusRing(path, outlineWidth, path 443 Source/core/rendering/RenderImage.cpp Path path = areaElement->computePath(this); path 444 Source/core/rendering/RenderImage.cpp if (path.isEmpty()) path 450 Source/core/rendering/RenderImage.cpp IntRect repaintRect = enclosingIntRect(path.boundingRect()); path 2107 Source/core/rendering/RenderLayer.cpp context->clipPath(clipPath->path(rootRelativeBounds), clipPath->windRule()); path 1214 Source/core/rendering/RenderObject.cpp Path path; path 1215 Source/core/rendering/RenderObject.cpp path.addRect(outer); path 1216 Source/core/rendering/RenderObject.cpp path.addRect(inner); path 1219 Source/core/rendering/RenderObject.cpp graphicsContext->fillPath(path); path 110 Source/core/rendering/style/BasicShapes.cpp void BasicShapeCircle::path(Path& path, const FloatRect& boundingBox) path 112 Source/core/rendering/style/BasicShapes.cpp ASSERT(path.isEmpty()); path 115 Source/core/rendering/style/BasicShapes.cpp path.addEllipse(FloatRect( path 155 Source/core/rendering/style/BasicShapes.cpp void BasicShapeEllipse::path(Path& path, const FloatRect& boundingBox) path 157 Source/core/rendering/style/BasicShapes.cpp ASSERT(path.isEmpty()); path 161 Source/core/rendering/style/BasicShapes.cpp path.addEllipse(FloatRect( path 191 Source/core/rendering/style/BasicShapes.cpp void BasicShapePolygon::path(Path& path, const FloatRect& boundingBox) path 193 Source/core/rendering/style/BasicShapes.cpp ASSERT(path.isEmpty()); path 200 Source/core/rendering/style/BasicShapes.cpp path.moveTo(FloatPoint(floatValueForLength(m_values.at(0), boundingBox.width()) + boundingBox.x(), path 203 Source/core/rendering/style/BasicShapes.cpp path.addLineTo(FloatPoint(floatValueForLength(m_values.at(i), boundingBox.width()) + boundingBox.x(), path 206 Source/core/rendering/style/BasicShapes.cpp path.closeSubpath(); path 246 Source/core/rendering/style/BasicShapes.cpp void BasicShapeInset::path(Path& path, const FloatRect& boundingBox) path 248 Source/core/rendering/style/BasicShapes.cpp ASSERT(path.isEmpty()); path 251 Source/core/rendering/style/BasicShapes.cpp path.addRoundedRect( path 61 Source/core/rendering/style/BasicShapes.h virtual void path(Path&, const FloatRect&) = 0; path 173 Source/core/rendering/style/BasicShapes.h virtual void path(Path&, const FloatRect&) OVERRIDE; path 203 Source/core/rendering/style/BasicShapes.h virtual void path(Path&, const FloatRect&) OVERRIDE; path 230 Source/core/rendering/style/BasicShapes.h virtual void path(Path&, const FloatRect&) OVERRIDE; path 272 Source/core/rendering/style/BasicShapes.h virtual void path(Path&, const FloatRect&) OVERRIDE; path 159 Source/core/rendering/svg/RenderSVGPath.cpp path().apply(&subpathData, SVGSubpathData::updateFromPathElement); path 141 Source/core/rendering/svg/RenderSVGResourceGradient.cpp void RenderSVGResourceGradient::postApplyResource(RenderObject*, GraphicsContext*& context, unsigned short resourceMode, const Path* path, const RenderSVGShape* shape) path 147 Source/core/rendering/svg/RenderSVGResourceGradient.cpp if (path) path 148 Source/core/rendering/svg/RenderSVGResourceGradient.cpp context->fillPath(*path); path 153 Source/core/rendering/svg/RenderSVGResourceGradient.cpp if (path) path 154 Source/core/rendering/svg/RenderSVGResourceGradient.cpp context->strokePath(*path); path 182 Source/core/rendering/svg/RenderSVGResourcePattern.cpp void RenderSVGResourcePattern::postApplyResource(RenderObject*, GraphicsContext*& context, unsigned short resourceMode, const Path* path, const RenderSVGShape* shape) path 188 Source/core/rendering/svg/RenderSVGResourcePattern.cpp if (path) path 189 Source/core/rendering/svg/RenderSVGResourcePattern.cpp context->fillPath(*path); path 194 Source/core/rendering/svg/RenderSVGResourcePattern.cpp if (path) path 195 Source/core/rendering/svg/RenderSVGResourcePattern.cpp context->strokePath(*path); path 84 Source/core/rendering/svg/RenderSVGResourceSolidColor.cpp void RenderSVGResourceSolidColor::postApplyResource(RenderObject*, GraphicsContext*& context, unsigned short resourceMode, const Path* path, const RenderSVGShape* shape) path 90 Source/core/rendering/svg/RenderSVGResourceSolidColor.cpp if (path) path 91 Source/core/rendering/svg/RenderSVGResourceSolidColor.cpp context->fillPath(*path); path 96 Source/core/rendering/svg/RenderSVGResourceSolidColor.cpp if (path) path 97 Source/core/rendering/svg/RenderSVGResourceSolidColor.cpp context->strokePath(*path); path 68 Source/core/rendering/svg/RenderSVGShape.cpp updatePathFromGraphicsElement(toSVGGraphicsElement(element()), path()); path 77 Source/core/rendering/svg/RenderSVGShape.cpp context->fillPath(path()); path 109 Source/core/rendering/svg/RenderSVGShape.cpp return path().contains(point, fillRule); path 169 Source/core/rendering/svg/RenderSVGShape.cpp Path* RenderSVGShape::nonScalingStrokePath(const Path* path, const AffineTransform& strokeTransform) const path 173 Source/core/rendering/svg/RenderSVGShape.cpp tempPath = *path; path 380 Source/core/rendering/svg/RenderSVGShape.cpp return path().boundingRect(); path 400 Source/core/rendering/svg/RenderSVGShape.cpp strokeBoundingBox.unite(path().strokeBoundingRect(strokeData)); path 60 Source/core/rendering/svg/RenderSVGShape.h Path& path() const path 68 Source/core/rendering/svg/RenderSVGShape.h virtual bool isShapeEmpty() const { return path().isEmpty(); } path 390 Source/core/rendering/svg/SVGInlineTextBox.cpp void SVGInlineTextBox::releasePaintingResource(GraphicsContext*& context, const Path* path) path 394 Source/core/rendering/svg/SVGInlineTextBox.cpp m_paintingResource->postApplyResource(&parent()->renderer(), context, m_paintingResourceMode, path, /*RenderSVGShape*/ 0); path 593 Source/core/rendering/svg/SVGInlineTextBox.cpp Path path; path 594 Source/core/rendering/svg/SVGInlineTextBox.cpp path.addRect(FloatRect(decorationOrigin, FloatSize(width, thickness))); path 599 Source/core/rendering/svg/SVGInlineTextBox.cpp releasePaintingResource(context, &path); path 37 Source/core/rendering/svg/SVGPathData.cpp static void updatePathFromCircleElement(SVGElement* element, Path& path) path 44 Source/core/rendering/svg/SVGPathData.cpp path.addEllipse(FloatRect(circle->cx()->currentValue()->value(lengthContext) - r, circle->cy()->currentValue()->value(lengthContext) - r, r * 2, r * 2)); path 47 Source/core/rendering/svg/SVGPathData.cpp static void updatePathFromEllipseElement(SVGElement* element, Path& path) path 61 Source/core/rendering/svg/SVGPathData.cpp path.addEllipse(FloatRect(ellipse->cx()->currentValue()->value(lengthContext) - rx, ellipse->cy()->currentValue()->value(lengthContext) - ry, rx * 2, ry * 2)); path 64 Source/core/rendering/svg/SVGPathData.cpp static void updatePathFromLineElement(SVGElement* element, Path& path) path 69 Source/core/rendering/svg/SVGPathData.cpp path.moveTo(FloatPoint(line->x1()->currentValue()->value(lengthContext), line->y1()->currentValue()->value(lengthContext))); path 70 Source/core/rendering/svg/SVGPathData.cpp path.addLineTo(FloatPoint(line->x2()->currentValue()->value(lengthContext), line->y2()->currentValue()->value(lengthContext))); path 73 Source/core/rendering/svg/SVGPathData.cpp static void updatePathFromPathElement(SVGElement* element, Path& path) path 75 Source/core/rendering/svg/SVGPathData.cpp buildPathFromByteStream(toSVGPathElement(element)->pathByteStream(), path); path 78 Source/core/rendering/svg/SVGPathData.cpp static void updatePathFromPolylineElement(SVGElement* element, Path& path) path 87 Source/core/rendering/svg/SVGPathData.cpp path.moveTo(it->value()); path 91 Source/core/rendering/svg/SVGPathData.cpp path.addLineTo(it->value()); path 94 Source/core/rendering/svg/SVGPathData.cpp static void updatePathFromPolygonElement(SVGElement* element, Path& path) path 96 Source/core/rendering/svg/SVGPathData.cpp updatePathFromPolylineElement(element, path); path 97 Source/core/rendering/svg/SVGPathData.cpp path.closeSubpath(); path 100 Source/core/rendering/svg/SVGPathData.cpp static void updatePathFromRectElement(SVGElement* element, Path& path) path 125 Source/core/rendering/svg/SVGPathData.cpp path.addRoundedRect(FloatRect(x, y, width, height), FloatSize(rx, ry)); path 129 Source/core/rendering/svg/SVGPathData.cpp path.addRect(FloatRect(x, y, width, height)); path 132 Source/core/rendering/svg/SVGPathData.cpp void updatePathFromGraphicsElement(SVGElement* element, Path& path) path 135 Source/core/rendering/svg/SVGPathData.cpp ASSERT(path.isEmpty()); path 151 Source/core/rendering/svg/SVGPathData.cpp (*pathUpdateFunction)(element, path); path 143 Source/core/rendering/svg/SVGRenderingContext.cpp m_paintInfo->context->clipPath(clipPath->path(object->objectBoundingBox()), clipPath->windRule()); path 173 Source/core/rendering/svg/SVGTextLayoutEngine.cpp Path path = textPath->layoutPath(); path 174 Source/core/rendering/svg/SVGTextLayoutEngine.cpp if (path.isEmpty()) path 176 Source/core/rendering/svg/SVGTextLayoutEngine.cpp m_textPathCalculator = new Path::PositionCalculator(path); path 178 Source/core/rendering/svg/SVGTextLayoutEngine.cpp m_textPathLength = path.length(); path 262 Source/core/svg/SVGGraphicsElement.cpp void SVGGraphicsElement::toClipPath(Path& path) path 264 Source/core/svg/SVGGraphicsElement.cpp updatePathFromGraphicsElement(this, path); path 266 Source/core/svg/SVGGraphicsElement.cpp path.transform(animatedLocalTransform()); path 38 Source/core/svg/SVGPathBuilder.h void setCurrentPath(Path* path) { m_path = path; } path 291 Source/core/svg/SVGPathElement.cpp return renderer->path().boundingRect(); path 518 Source/core/svg/SVGUseElement.cpp void SVGUseElement::toClipPath(Path& path) path 520 Source/core/svg/SVGUseElement.cpp ASSERT(path.isEmpty()); path 531 Source/core/svg/SVGUseElement.cpp toSVGGraphicsElement(n)->toClipPath(path); path 534 Source/core/svg/SVGUseElement.cpp path.translate(FloatSize(m_x->currentValue()->value(lengthContext), m_y->currentValue()->value(lengthContext))); path 535 Source/core/svg/SVGUseElement.cpp path.transform(animatedLocalTransform()); path 702 Source/core/xml/XMLHttpRequest.cpp m_requestEntityBody->appendFile(toFile(body)->path()); path 188 Source/core/xml/XPathPath.cpp Path::Path(Expression* filter, LocationPath* path) path 190 Source/core/xml/XPathPath.cpp , m_path(path) path 48 Source/modules/filesystem/DOMFilePath.cpp String DOMFilePath::ensureDirectoryPath(const String& path) path 50 Source/modules/filesystem/DOMFilePath.cpp if (!DOMFilePath::endsWithSeparator(path)) path 51 Source/modules/filesystem/DOMFilePath.cpp return path + DOMFilePath::separator; path 52 Source/modules/filesystem/DOMFilePath.cpp return path; path 55 Source/modules/filesystem/DOMFilePath.cpp String DOMFilePath::getName(const String& path) path 57 Source/modules/filesystem/DOMFilePath.cpp int index = path.reverseFind(DOMFilePath::separator); path 59 Source/modules/filesystem/DOMFilePath.cpp return path.substring(index + 1); path 60 Source/modules/filesystem/DOMFilePath.cpp return path; path 63 Source/modules/filesystem/DOMFilePath.cpp String DOMFilePath::getDirectory(const String& path) path 65 Source/modules/filesystem/DOMFilePath.cpp int index = path.reverseFind(DOMFilePath::separator); path 69 Source/modules/filesystem/DOMFilePath.cpp return path.substring(0, index); path 86 Source/modules/filesystem/DOMFilePath.cpp String DOMFilePath::removeExtraParentReferences(const String& path) path 88 Source/modules/filesystem/DOMFilePath.cpp ASSERT(DOMFilePath::isAbsolute(path)); path 91 Source/modules/filesystem/DOMFilePath.cpp path.split(DOMFilePath::separator, components); path 112 Source/modules/filesystem/DOMFilePath.cpp bool DOMFilePath::isValidPath(const String& path) path 114 Source/modules/filesystem/DOMFilePath.cpp if (path.isEmpty() || path == DOMFilePath::root) path 118 Source/modules/filesystem/DOMFilePath.cpp if (path.find(static_cast<UChar>(0)) != WTF::kNotFound) path 122 Source/modules/filesystem/DOMFilePath.cpp if (path.find('\\') != WTF::kNotFound) path 127 Source/modules/filesystem/DOMFilePath.cpp path.split(DOMFilePath::separator, components); path 47 Source/modules/filesystem/DOMFilePath.h static String getName(const String& path); path 50 Source/modules/filesystem/DOMFilePath.h static String getDirectory(const String& path); path 53 Source/modules/filesystem/DOMFilePath.h static bool isParentOf(const String& path, const String& mayBeChild); path 56 Source/modules/filesystem/DOMFilePath.h static String ensureDirectoryPath(const String& path); path 59 Source/modules/filesystem/DOMFilePath.h static String append(const String& path, const String& component); path 61 Source/modules/filesystem/DOMFilePath.h static bool isAbsolute(const String& path) path 63 Source/modules/filesystem/DOMFilePath.h return path.startsWith(DOMFilePath::root); path 66 Source/modules/filesystem/DOMFilePath.h static bool endsWithSeparator(const String& path) path 68 Source/modules/filesystem/DOMFilePath.h return path[path.length() - 1] == DOMFilePath::separator; path 72 Source/modules/filesystem/DOMFilePath.h static String removeExtraParentReferences(const String& path); path 75 Source/modules/filesystem/DOMFilePath.h static bool isValidPath(const String& path); path 97 Source/modules/filesystem/DOMFileSystemBase.cpp String typeString = url.innerURL()->path().substring(1); path 101 Source/modules/filesystem/DOMFileSystemBase.cpp filePath = decodeURLEscapeSequences(url.path()); path 143 Source/modules/filesystem/DOMFileSystemBase.cpp result.append(m_filesystemRootURL.path()); path 153 Source/modules/filesystem/DOMFileSystemBase.cpp url.setPath(url.path() + encodeWithURLEscapeSequences(fullPath.substring(1))); path 157 Source/modules/filesystem/DOMFileSystemBase.cpp bool DOMFileSystemBase::pathToAbsolutePath(FileSystemType type, const EntryBase* base, String path, String& absolutePath) path 161 Source/modules/filesystem/DOMFileSystemBase.cpp if (!DOMFilePath::isAbsolute(path)) path 162 Source/modules/filesystem/DOMFileSystemBase.cpp path = DOMFilePath::append(base->fullPath(), path); path 163 Source/modules/filesystem/DOMFileSystemBase.cpp absolutePath = DOMFilePath::removeExtraParentReferences(path); path 285 Source/modules/filesystem/DOMFileSystemBase.cpp String path = DOMFilePath::getDirectory(entry->fullPath()); path 286 Source/modules/filesystem/DOMFileSystemBase.cpp fileSystem()->directoryExists(createFileSystemURL(path), EntryCallbacks::create(successCallback, errorCallback, this, path, true)); path 289 Source/modules/filesystem/DOMFileSystemBase.cpp void DOMFileSystemBase::getFile(const EntryBase* entry, const String& path, const FileSystemFlags& flags, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, SynchronousType synchronousType) path 292 Source/modules/filesystem/DOMFileSystemBase.cpp if (!pathToAbsolutePath(m_type, entry, path, absolutePath)) { path 306 Source/modules/filesystem/DOMFileSystemBase.cpp void DOMFileSystemBase::getDirectory(const EntryBase* entry, const String& path, const FileSystemFlags& flags, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, SynchronousType synchronousType) path 309 Source/modules/filesystem/DOMFileSystemBase.cpp if (!pathToAbsolutePath(m_type, entry, path, absolutePath)) { path 323 Source/modules/filesystem/DOMFileSystemBase.cpp int DOMFileSystemBase::readDirectory(PassRefPtrWillBeRawPtr<DirectoryReaderBase> reader, const String& path, PassOwnPtr<EntriesCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, SynchronousType synchronousType) path 325 Source/modules/filesystem/DOMFileSystemBase.cpp ASSERT(DOMFilePath::isAbsolute(path)); path 327 Source/modules/filesystem/DOMFileSystemBase.cpp OwnPtr<AsyncFileSystemCallbacks> callbacks(EntriesCallbacks::create(successCallback, errorCallback, reader, path)); path 330 Source/modules/filesystem/DOMFileSystemBase.cpp return fileSystem()->readDirectory(createFileSystemURL(path), callbacks.release()); path 104 Source/modules/filesystem/DOMFileSystemBase.h static bool pathToAbsolutePath(FileSystemType, const EntryBase*, String path, String& absolutePath); path 114 Source/modules/filesystem/DOMFileSystemBase.h void getFile(const EntryBase*, const String& path, const FileSystemFlags&, PassOwnPtr<EntryCallback>, PassOwnPtr<ErrorCallback>, SynchronousType = Asynchronous); path 115 Source/modules/filesystem/DOMFileSystemBase.h void getDirectory(const EntryBase*, const String& path, const FileSystemFlags&, PassOwnPtr<EntryCallback>, PassOwnPtr<ErrorCallback>, SynchronousType = Asynchronous); path 116 Source/modules/filesystem/DOMFileSystemBase.h int readDirectory(PassRefPtrWillBeRawPtr<DirectoryReaderBase>, const String& path, PassOwnPtr<EntriesCallback>, PassOwnPtr<ErrorCallback>, SynchronousType = Asynchronous); path 77 Source/modules/filesystem/DataTransferItemFileSystem.cpp if (!getFileMetadata(toFile(file)->path(), metadata)) path 53 Source/modules/filesystem/DirectoryEntry.cpp void DirectoryEntry::getFile(const String& path, const Dictionary& options, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback) path 56 Source/modules/filesystem/DirectoryEntry.cpp m_fileSystem->getFile(this, path, flags, successCallback, errorCallback); path 59 Source/modules/filesystem/DirectoryEntry.cpp void DirectoryEntry::getDirectory(const String& path, const Dictionary& options, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback) path 62 Source/modules/filesystem/DirectoryEntry.cpp m_fileSystem->getDirectory(this, path, flags, successCallback, errorCallback); path 58 Source/modules/filesystem/DirectoryEntry.h void getFile(const String& path, const Dictionary&, PassOwnPtr<EntryCallback> = nullptr, PassOwnPtr<ErrorCallback> = nullptr); path 59 Source/modules/filesystem/DirectoryEntry.h void getDirectory(const String& path, const Dictionary&, PassOwnPtr<EntryCallback> = nullptr, PassOwnPtr<ErrorCallback> = nullptr); path 54 Source/modules/filesystem/DirectoryEntrySync.cpp PassRefPtrWillBeRawPtr<FileEntrySync> DirectoryEntrySync::getFile(const String& path, const Dictionary& options, ExceptionState& exceptionState) path 58 Source/modules/filesystem/DirectoryEntrySync.cpp m_fileSystem->getFile(this, path, flags, helper->successCallback(), helper->errorCallback(), DOMFileSystemBase::Synchronous); path 62 Source/modules/filesystem/DirectoryEntrySync.cpp PassRefPtrWillBeRawPtr<DirectoryEntrySync> DirectoryEntrySync::getDirectory(const String& path, const Dictionary& options, ExceptionState& exceptionState) path 66 Source/modules/filesystem/DirectoryEntrySync.cpp m_fileSystem->getDirectory(this, path, flags, helper->successCallback(), helper->errorCallback(), DOMFileSystemBase::Synchronous); path 55 Source/modules/filesystem/DirectoryEntrySync.h PassRefPtrWillBeRawPtr<FileEntrySync> getFile(const String& path, const Dictionary&, ExceptionState&); path 56 Source/modules/filesystem/DirectoryEntrySync.h PassRefPtrWillBeRawPtr<DirectoryEntrySync> getDirectory(const String& path, const Dictionary&, ExceptionState&); path 66 Source/modules/filesystem/HTMLInputElementFileSystem.cpp if (!getFileMetadata(file->path(), metadata)) path 560 Source/modules/filesystem/InspectorFileSystemAgent.cpp String path; path 561 Source/modules/filesystem/InspectorFileSystemAgent.cpp if (!DOMFileSystemBase::crackFileSystemURL(m_url, type, path)) { path 566 Source/modules/filesystem/InspectorFileSystemAgent.cpp if (path == "/") { path 78 Source/modules/websockets/WebSocketHandshake.cpp name.append(url.path()); path 41 Source/platform/Cookie.h const String& path, double expires, bool httpOnly, bool secure, path 46 Source/platform/Cookie.h , path(path) path 57 Source/platform/Cookie.h String path; path 67 Source/platform/Cookie.h return StringHash::hash(key.name) + StringHash::hash(key.domain) + StringHash::hash(key.path) + key.secure; path 72 Source/platform/Cookie.h return a.name == b.name && a.domain == b.domain && a.path == b.path && a.secure == b.secure; path 94 Source/platform/FileChooser.cpp paths.append(files[i].path); path 43 Source/platform/FileChooser.h FileChooserFileInfo(const String& path, const String& displayName = String()) path 44 Source/platform/FileChooser.h : path(path) path 49 Source/platform/FileChooser.h const String path; path 88 Source/platform/FileChooser.h void chooseFile(const String& path); path 40 Source/platform/FileMetadata.cpp bool getFileSize(const String& path, long long& result) path 43 Source/platform/FileMetadata.cpp if (!getFileMetadata(path, metadata)) path 49 Source/platform/FileMetadata.cpp bool getFileModificationTime(const String& path, time_t& result) path 52 Source/platform/FileMetadata.cpp if (!getFileMetadata(path, metadata)) path 58 Source/platform/FileMetadata.cpp bool getFileMetadata(const String& path, FileMetadata& metadata) path 61 Source/platform/FileMetadata.cpp if (!blink::Platform::current()->fileUtilities()->getFileInfo(path, webFileInfo)) path 69 Source/platform/FileMetadata.cpp String directoryName(const String& path) path 71 Source/platform/FileMetadata.cpp return blink::Platform::current()->fileUtilities()->directoryName(path); path 74 Source/platform/FileMetadata.cpp KURL filePathToURL(const String& path) path 76 Source/platform/FileMetadata.cpp return blink::Platform::current()->fileUtilities()->filePathToURL(path); path 52 Source/platform/MIMETypeFromURL.cpp String decodedPath = decodeURLEscapeSequences(url.path()); path 53 Source/platform/MIMETypeRegistry.cpp String MIMETypeRegistry::getMIMETypeForPath(const String& path) path 55 Source/platform/MIMETypeRegistry.cpp int pos = path.reverseFind('.'); path 58 Source/platform/MIMETypeRegistry.cpp String extension = path.substring(pos + 1); path 42 Source/platform/MIMETypeRegistry.h static String getMIMETypeForPath(const String& path); path 212 Source/platform/URLPatternMatcher.cpp MatchTester match(m_path, test.path()); path 61 Source/platform/blob/BlobData.cpp path = path.isolatedCopy(); path 83 Source/platform/blob/BlobData.cpp void BlobData::appendFile(const String& path) path 85 Source/platform/blob/BlobData.cpp m_items.append(BlobDataItem(path)); path 88 Source/platform/blob/BlobData.cpp void BlobData::appendFile(const String& path, long long offset, long long length, double expectedModificationTime) path 90 Source/platform/blob/BlobData.cpp m_items.append(BlobDataItem(path, offset, length, expectedModificationTime)); path 87 Source/platform/blob/BlobData.h explicit BlobDataItem(const String& path) path 89 Source/platform/blob/BlobData.h , path(path) path 97 Source/platform/blob/BlobData.h BlobDataItem(const String& path, long long offset, long long length, double expectedModificationTime) path 99 Source/platform/blob/BlobData.h , path(path) path 137 Source/platform/blob/BlobData.h String path; // For File type. path 179 Source/platform/blob/BlobData.h void appendFile(const String& path); path 180 Source/platform/blob/BlobData.h void appendFile(const String& path, long long offset, long long length, double expectedModificationTime); path 79 Source/platform/exported/WebBlobData.cpp result.filePath = item.path; path 209 Source/platform/fonts/skia/SimpleFontDataSkia.cpp SkPath path; path 210 Source/platform/fonts/skia/SimpleFontDataSkia.cpp paint.getTextPath(&glyph, sizeof(glyph), 0, 0, &path); path 211 Source/platform/fonts/skia/SimpleFontDataSkia.cpp bounds = path.getBounds(); path 576 Source/platform/graphics/GraphicsContext.cpp SkPath path; path 577 Source/platform/graphics/GraphicsContext.cpp setPathFromConvexPoints(&path, numPoints, points); path 581 Source/platform/graphics/GraphicsContext.cpp drawPath(path, paint); path 584 Source/platform/graphics/GraphicsContext.cpp drawPath(path, immutableState()->strokePaint()); path 632 Source/platform/graphics/GraphicsContext.cpp SkPath path; path 638 Source/platform/graphics/GraphicsContext.cpp focusRingRegion.getBoundaryPath(&path); path 639 Source/platform/graphics/GraphicsContext.cpp drawOuterPath(path, paint, width); path 640 Source/platform/graphics/GraphicsContext.cpp drawInnerPath(path, paint, width); path 693 Source/platform/graphics/GraphicsContext.cpp Path path; path 694 Source/platform/graphics/GraphicsContext.cpp path.addRoundedRect(rect); path 695 Source/platform/graphics/GraphicsContext.cpp clipPath(path); path 1186 Source/platform/graphics/GraphicsContext.cpp void GraphicsContext::drawPath(const SkPath& path, const SkPaint& paint) path 1191 Source/platform/graphics/GraphicsContext.cpp m_canvas->drawPath(path, paint); path 1194 Source/platform/graphics/GraphicsContext.cpp m_opaqueRegion.didDrawPath(this, path, paint); path 1246 Source/platform/graphics/GraphicsContext.cpp const SkPath& path, const SkRect& textRect, const SkMatrix* matrix, const SkPaint& paint) path 1251 Source/platform/graphics/GraphicsContext.cpp m_canvas->drawTextOnPath(text, byteLength, path, matrix, paint); path 1265 Source/platform/graphics/GraphicsContext.cpp SkPath& path = const_cast<SkPath&>(pathToFill.skPath()); path 1266 Source/platform/graphics/GraphicsContext.cpp SkPath::FillType previousFillType = path.getFillType(); path 1270 Source/platform/graphics/GraphicsContext.cpp path.setFillType(temporaryFillType); path 1272 Source/platform/graphics/GraphicsContext.cpp drawPath(path, immutableState()->fillPaint()); path 1274 Source/platform/graphics/GraphicsContext.cpp path.setFillType(previousFillType); path 1374 Source/platform/graphics/GraphicsContext.cpp const SkPath& path = pathToStroke.skPath(); path 1375 Source/platform/graphics/GraphicsContext.cpp drawPath(path, immutableState()->strokePaint()); path 1398 Source/platform/graphics/GraphicsContext.cpp SkPath path; path 1399 Source/platform/graphics/GraphicsContext.cpp path.moveTo(r.fLeft, r.fTop); path 1400 Source/platform/graphics/GraphicsContext.cpp path.lineTo(r.fRight, r.fBottom); path 1401 Source/platform/graphics/GraphicsContext.cpp path.close(); path 1402 Source/platform/graphics/GraphicsContext.cpp drawPath(path, paint); path 1440 Source/platform/graphics/GraphicsContext.cpp SkPath& path = const_cast<SkPath&>(pathToClip.skPath()); path 1441 Source/platform/graphics/GraphicsContext.cpp path.toggleInverseFillType(); path 1442 Source/platform/graphics/GraphicsContext.cpp clipPath(path, AntiAliased); path 1443 Source/platform/graphics/GraphicsContext.cpp path.toggleInverseFillType(); path 1452 Source/platform/graphics/GraphicsContext.cpp SkPath& path = const_cast<SkPath&>(pathToClip.skPath()); path 1453 Source/platform/graphics/GraphicsContext.cpp SkPath::FillType previousFillType = path.getFillType(); path 1456 Source/platform/graphics/GraphicsContext.cpp path.setFillType(temporaryFillType); path 1457 Source/platform/graphics/GraphicsContext.cpp clipPath(path, AntiAliased); path 1459 Source/platform/graphics/GraphicsContext.cpp path.setFillType(previousFillType); path 1470 Source/platform/graphics/GraphicsContext.cpp SkPath path; path 1471 Source/platform/graphics/GraphicsContext.cpp setPathFromConvexPoints(&path, numPoints, points); path 1472 Source/platform/graphics/GraphicsContext.cpp clipPath(path, antialiased ? AntiAliased : NotAntiAliased); path 1489 Source/platform/graphics/GraphicsContext.cpp SkPath& path = const_cast<SkPath&>(pathToClip.skPath()); path 1490 Source/platform/graphics/GraphicsContext.cpp SkPath::FillType previousFillType = path.getFillType(); path 1493 Source/platform/graphics/GraphicsContext.cpp path.setFillType(temporaryFillType); path 1494 Source/platform/graphics/GraphicsContext.cpp clipPath(path); path 1496 Source/platform/graphics/GraphicsContext.cpp path.setFillType(previousFillType); path 1509 Source/platform/graphics/GraphicsContext.cpp void GraphicsContext::clipPath(const SkPath& path, AntiAliasingMode aa, SkRegion::Op op) path 1516 Source/platform/graphics/GraphicsContext.cpp m_canvas->clipPath(path, op, aa == AntiAliased); path 1652 Source/platform/graphics/GraphicsContext.cpp Path path; path 1653 Source/platform/graphics/GraphicsContext.cpp path.addRect(rect); path 1656 Source/platform/graphics/GraphicsContext.cpp path.addRoundedRect(roundedHoleRect); path 1658 Source/platform/graphics/GraphicsContext.cpp path.addRect(roundedHoleRect.rect()); path 1666 Source/platform/graphics/GraphicsContext.cpp fillPath(path); path 1736 Source/platform/graphics/GraphicsContext.cpp void GraphicsContext::setPathFromConvexPoints(SkPath* path, size_t numPoints, const FloatPoint* points) path 1738 Source/platform/graphics/GraphicsContext.cpp path->incReserve(numPoints); path 1739 Source/platform/graphics/GraphicsContext.cpp path->moveTo(WebCoreFloatToSkScalar(points[0].x()), path 1742 Source/platform/graphics/GraphicsContext.cpp path->lineTo(WebCoreFloatToSkScalar(points[i].x()), path 1755 Source/platform/graphics/GraphicsContext.cpp path->setConvexity(convexity); path 1758 Source/platform/graphics/GraphicsContext.cpp void GraphicsContext::drawOuterPath(const SkPath& path, SkPaint& paint, int width) path 1768 Source/platform/graphics/GraphicsContext.cpp drawPath(path, paint); path 1771 Source/platform/graphics/GraphicsContext.cpp void GraphicsContext::drawInnerPath(const SkPath& path, SkPaint& paint, int width) path 1776 Source/platform/graphics/GraphicsContext.cpp drawPath(path, paint); path 198 Source/platform/graphics/GraphicsContextTest.cpp Path path; path 199 Source/platform/graphics/GraphicsContextTest.cpp path.moveTo(FloatPoint(0, 0)); path 200 Source/platform/graphics/GraphicsContextTest.cpp path.addLineTo(FloatPoint(100, 0)); path 204 Source/platform/graphics/GraphicsContextTest.cpp context.clipPath(path, RULE_EVENODD); path 471 Source/platform/graphics/GraphicsContextTest.cpp Path path; path 474 Source/platform/graphics/GraphicsContextTest.cpp path.moveTo(FloatPoint(0, 0)); path 475 Source/platform/graphics/GraphicsContextTest.cpp path.addLineTo(FloatPoint(100, 0)); path 476 Source/platform/graphics/GraphicsContextTest.cpp context.fillPath(path); path 479 Source/platform/graphics/GraphicsContextTest.cpp path.clear(); path 482 Source/platform/graphics/GraphicsContextTest.cpp path.moveTo(FloatPoint(0, 10)); path 483 Source/platform/graphics/GraphicsContextTest.cpp path.addLineTo(FloatPoint(100, 13)); path 484 Source/platform/graphics/GraphicsContextTest.cpp context.fillPath(path); path 487 Source/platform/graphics/GraphicsContextTest.cpp path.clear(); path 490 Source/platform/graphics/GraphicsContextTest.cpp path.moveTo(FloatPoint(0, 10)); path 491 Source/platform/graphics/GraphicsContextTest.cpp path.addLineTo(FloatPoint(100, 13)); path 492 Source/platform/graphics/GraphicsContextTest.cpp context.fillPath(path); path 495 Source/platform/graphics/GraphicsContextTest.cpp path.clear(); path 498 Source/platform/graphics/GraphicsContextTest.cpp path.moveTo(FloatPoint(0, 14)); path 499 Source/platform/graphics/GraphicsContextTest.cpp path.addLineTo(FloatPoint(100, 10)); path 500 Source/platform/graphics/GraphicsContextTest.cpp context.fillPath(path); path 503 Source/platform/graphics/GraphicsContextTest.cpp path.clear(); path 707 Source/platform/graphics/GraphicsContextTest.cpp SkPath path; path 708 Source/platform/graphics/GraphicsContextTest.cpp path.moveTo(SkPoint::Make(0, 0)); path 709 Source/platform/graphics/GraphicsContextTest.cpp path.lineTo(SkPoint::Make(100, 0)); path 739 Source/platform/graphics/GraphicsContextTest.cpp context.drawTextOnPath("A", 1, path, textRect, 0, opaquePaint); path 743 Source/platform/graphics/GraphicsContextTest.cpp context.drawTextOnPath("A", 1, path, textRect, 0, alphaPaint); path 947 Source/platform/graphics/GraphicsContextTest.cpp Path path; path 971 Source/platform/graphics/GraphicsContextTest.cpp path.moveTo(FloatPoint(10, 10)); path 972 Source/platform/graphics/GraphicsContextTest.cpp path.addLineTo(FloatPoint(40, 40)); path 973 Source/platform/graphics/GraphicsContextTest.cpp context.strokePath(path); path 992 Source/platform/graphics/GraphicsContextTest.cpp Path path; path 1023 Source/platform/graphics/GraphicsContextTest.cpp path.moveTo(FloatPoint(10, 10)); path 1024 Source/platform/graphics/GraphicsContextTest.cpp path.addLineTo(FloatPoint(40, 40)); path 1025 Source/platform/graphics/GraphicsContextTest.cpp context.strokePath(path); path 1050 Source/platform/graphics/GraphicsContextTest.cpp path.moveTo(FloatPoint(10, 10)); path 1051 Source/platform/graphics/GraphicsContextTest.cpp path.addLineTo(FloatPoint(40, 40)); path 1052 Source/platform/graphics/GraphicsContextTest.cpp context.strokePath(path); path 212 Source/platform/graphics/Path.cpp Path::PositionCalculator::PositionCalculator(const Path& path) path 213 Source/platform/graphics/Path.cpp : m_path(path.skPath()) path 214 Source/platform/graphics/Path.cpp , m_pathMeasure(path.skPath(), false) path 218 Source/platform/graphics/skia/OpaqueRegionSkia.cpp void OpaqueRegionSkia::didDrawPath(const GraphicsContext* context, const SkPath& path, const SkPaint& paint) path 221 Source/platform/graphics/skia/OpaqueRegionSkia.cpp if (path.isRect(&rect)) { path 231 Source/platform/graphics/skia/OpaqueRegionSkia.cpp rect = paint.computeFastBounds(path.getBounds(), &rect); path 296 Source/platform/weborigin/KURL.cpp return m_parsed.path.len >= 0; path 310 Source/platform/weborigin/KURL.cpp url_parse::Component path = m_parsed.path; path 311 Source/platform/weborigin/KURL.cpp if (path.len > 0 && m_string[path.end() - 1] == '/') path 312 Source/platform/weborigin/KURL.cpp path.len--; path 316 Source/platform/weborigin/KURL.cpp url_parse::ExtractFileName(asURLChar8Subtle(m_string), path, &file); path 318 Source/platform/weborigin/KURL.cpp url_parse::ExtractFileName(m_string.characters16(), path, &file); path 409 Source/platform/weborigin/KURL.cpp return componentString(m_parsed.path); path 600 Source/platform/weborigin/KURL.cpp void KURL::setPath(const String& path) path 604 Source/platform/weborigin/KURL.cpp StringUTF8Adaptor pathUTF8(path); path 724 Source/platform/weborigin/KURL.cpp if (!m_isValid || !m_parsed.path.is_valid()) path 728 Source/platform/weborigin/KURL.cpp url_parse::ExtractFileName(asURLChar8Subtle(m_string), m_parsed.path, &filename); path 730 Source/platform/weborigin/KURL.cpp url_parse::ExtractFileName(m_string.characters16(), m_parsed.path, &filename); path 122 Source/platform/weborigin/KURL.h String path() const; path 192 Source/platform/weborigin/KURLTest.cpp const char* path; path 242 Source/platform/weborigin/KURLTest.cpp kurl.setPath(cases[i].path); path 83 Source/platform/weborigin/SecurityOrigin.cpp return KURL(ParsedURLString, decodeURLEscapeSequences(url.path())); path 138 Source/platform/weborigin/SecurityOrigin.cpp m_filePath = url.path(); // In case enforceFilePathSeparation() is called. path 178 Source/web/LinkHighlight.cpp static void addQuadToPath(const FloatQuad& quad, Path& path) path 181 Source/web/LinkHighlight.cpp path.moveTo(quad.p1()); path 182 Source/web/LinkHighlight.cpp path.addLineTo(quad.p2()); path 183 Source/web/LinkHighlight.cpp path.addLineTo(quad.p3()); path 184 Source/web/LinkHighlight.cpp path.addLineTo(quad.p4()); path 185 Source/web/LinkHighlight.cpp path.closeSubpath(); path 44 Source/web/WebBlob.cpp WebBlob WebBlob::createFromFile(const WebString& path, long long size) path 47 Source/web/WebBlob.cpp blobData->appendFile(path); path 121 Source/web/WebDOMFileSystem.cpp const WebString& path, path 127 Source/web/WebDOMFileSystem.cpp return toV8(DirectoryEntry::create(m_private.get(), path), v8::Handle<v8::Object>(), toIsolate(m_private->executionContext())); path 129 Source/web/WebDOMFileSystem.cpp return toV8(FileEntry::create(m_private.get(), path), v8::Handle<v8::Object>(), toIsolate(m_private->executionContext())); path 105 Source/web/WebDragData.cpp item.filenameData = file->path(); path 59 Source/web/WebFileChooserCompletionImpl.cpp fileInfo.append(WebCore::FileChooserFileInfo(files[i].path, files[i].displayName)); path 102 Source/web/tests/CustomEventTest.cpp const std::string path = "visible_iframe.html"; path 104 Source/web/tests/CustomEventTest.cpp URLTestHelpers::registerMockedURLFromBaseURL(WebString::fromUTF8(baseURL.c_str()), WebString::fromUTF8(path.c_str())); path 106 Source/web/tests/CustomEventTest.cpp WebFrameImpl* frame = toWebFrameImpl(webViewHelper.initializeAndLoad(baseURL + path)->mainFrame()); path 51 public/platform/WebCookie.h const WebString& path, double expires, bool httpOnly, bool secure, bool session) path 55 public/platform/WebCookie.h , path(path) path 66 public/platform/WebCookie.h WebString path; path 93 public/platform/WebFileSystem.h virtual void remove(const WebURL& path, WebFileSystemCallbacks) { BLINK_ASSERT_NOT_REACHED(); } path 98 public/platform/WebFileSystem.h virtual void removeRecursively(const WebURL& path, WebFileSystemCallbacks) { BLINK_ASSERT_NOT_REACHED(); } path 104 public/platform/WebFileSystem.h virtual void readMetadata(const WebURL& path, WebFileSystemCallbacks) { BLINK_ASSERT_NOT_REACHED(); } path 114 public/platform/WebFileSystem.h virtual void createFile(const WebURL& path, bool exclusive, WebFileSystemCallbacks) { BLINK_ASSERT_NOT_REACHED(); } path 124 public/platform/WebFileSystem.h virtual void createDirectory(const WebURL& path, bool exclusive, WebFileSystemCallbacks) { BLINK_ASSERT_NOT_REACHED(); } path 129 public/platform/WebFileSystem.h virtual void fileExists(const WebURL& path, WebFileSystemCallbacks) { BLINK_ASSERT_NOT_REACHED(); } path 134 public/platform/WebFileSystem.h virtual void directoryExists(const WebURL& path, WebFileSystemCallbacks) { BLINK_ASSERT_NOT_REACHED(); } path 139 public/platform/WebFileSystem.h virtual int readDirectory(const WebURL& path, WebFileSystemCallbacks) { BLINK_ASSERT_NOT_REACHED(); return 0; } path 144 public/platform/WebFileSystem.h virtual void createFileWriter(const WebURL& path, WebFileWriterClient*, WebFileSystemCallbacks) { BLINK_ASSERT_NOT_REACHED(); } path 154 public/platform/WebFileSystem.h virtual void createSnapshotFileAndReadMetadata(const WebURL& path, WebFileSystemCallbacks) { BLINK_ASSERT_NOT_REACHED(); } path 53 public/platform/WebFileUtilities.h virtual bool getFileInfo(const WebString& path, WebFileInfo& result) { return false; } path 54 public/platform/WebFileUtilities.h virtual WebString directoryName(const WebString& path) { return WebString(); } path 55 public/platform/WebFileUtilities.h virtual WebString baseName(const WebString& path) { return WebString(); } path 56 public/platform/WebFileUtilities.h virtual bool isDirectory(const WebString& path) { return false; } path 57 public/platform/WebFileUtilities.h virtual WebURL filePathToURL(const WebString& path) { return WebURL(); } path 62 public/platform/WebUnitTestSupport.h virtual WebData readFromFile(const WebString& path) { return WebData(); } path 65 public/web/WebBlob.h BLINK_EXPORT static WebBlob createFromFile(const WebString& path, long long size); path 94 public/web/WebDOMFileSystem.h const WebString& path, path 45 public/web/WebFileChooserCompletion.h WebString path; path 141 public/web/WebViewClient.h virtual bool enumerateChosenDirectory(const WebString& path, WebFileChooserCompletion*) { return false; }