beginPath         211 Source/core/frame/csp/CSPSourceList.cpp     const UChar* beginPath = end;
beginPath         262 Source/core/frame/csp/CSPSourceList.cpp         beginPath = position;
beginPath         265 Source/core/frame/csp/CSPSourceList.cpp     if (!parseHost(beginHost, beginPort ? beginPort : beginPath, host, hostHasWildcard))
beginPath         269 Source/core/frame/csp/CSPSourceList.cpp         if (!parsePort(beginPort, beginPath, port, portHasWildcard))
beginPath         275 Source/core/frame/csp/CSPSourceList.cpp     if (beginPath != end) {
beginPath         276 Source/core/frame/csp/CSPSourceList.cpp         if (!parsePath(beginPath, end, path))
beginPath         150 Source/core/html/canvas/CanvasRenderingContext2D.h     void beginPath();