Home
last modified time | relevance | path

Searched refs:elidedString (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/loader/
DMixedContentChecker.cpp108 …message.append("The page at '" + m_frame->document()->url().elidedString() + "' was loaded over HT… in logWarning()
111 …message.append("displayed insecure content from '" + target.elidedString() + "': this content shou… in logWarning()
115 …message.append("ran insecure content from '" + target.elidedString() + "': this content should als… in logWarning()
118 …message.append("is submitting data to an insecure location at '" + target.elidedString() + "': thi… in logWarning()
DFrameFetchContext.cpp55 FrameLoader::reportLocalLoadFailed(m_frame, url.elidedString()); in reportLocalLoadFailed()
DFrameLoader.cpp685 reportLocalLoadFailed(m_frame, url.elidedString()); in prepareRequestForThisFrame()
1392 …flicting values ('" + content + "') encountered when loading '" + url.elidedString() + "'. Falling… in shouldInterruptLoadForXFrameOptions()
1395 …, "Invalid 'X-Frame-Options' header encountered when loading '" + url.elidedString() + "': '" + co… in shouldInterruptLoadForXFrameOptions()
DDocumentLoader.cpp456 …String message = "Refused to display '" + response.url().elidedString() + "' in a frame because it… in responseReceived()
/external/chromium_org/third_party/WebKit/Source/core/workers/
DAbstractWorker.cpp62 …exceptionState.throwSecurityError("Script at '" + scriptURL.elidedString() + "' cannot be accessed… in resolveURL()
67 …exceptionState.throwSecurityError("Access to the script at '" + scriptURL.elidedString() + "' is d… in resolveURL()
DWorkerGlobalScope.cpp243 …exceptionState.throwDOMException(NetworkError, "The script at '" + url.elidedString() + "' failed … in importScripts()
257 …exceptionState.throwDOMException(NetworkError, "The script at '" + it->elidedString() + "' failed … in importScripts()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DHistory.cpp134 …tate.throwSecurityError("A history state object with URL '" + fullURL.elidedString() + "' cannot b… in stateObjectAdded()
/external/chromium_org/third_party/WebKit/Source/web/
DSharedWorkerRepositoryClientImpl.cpp123 …ker named '" + name + "' does not exactly match the provided URL ('" + url.elidedString() + "')."); in connect()
/external/chromium_org/third_party/WebKit/Source/modules/beacon/
DNavigatorBeacon.cpp56 …exceptionState.throwSecurityError("Refused to send beacon to '" + url.elidedString() + "' because … in canSendBeacon()
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
DKURL.h114 String elidedString() const;
DKURL.cpp171 String KURL::elidedString() const in elidedString() function in WebCore::KURL
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DResourceFetcher.cpp675 …esource '%s', charset '%s', priority=%d, forPreload=%u, type=%s", url.elidedString().latin1().data… in requestResource()
870 …oading, "Loading Resource for '%s'.", request.resourceRequest().url().elidedString().latin1().data… in createResourceForLoading()
1041 message = "Unsafe attempt to load URL " + url.elidedString() + '.'; in printAccessDeniedMessage()
1043 …e = "Unsafe attempt to load URL " + url.elidedString() + " from frame with URL " + m_document->url… in printAccessDeniedMessage()
/external/chromium_org/third_party/WebKit/Source/core/page/
DCreateWindow.cpp63 …orMessageLevel, "Blocked opening '" + request.resourceRequest().url().elidedString() + "' in a new… in createWindow()
DEventSource.cpp96 …exceptionState.throwSecurityError("Refused to connect to '" + fullURL.elidedString() + "' because … in create()
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
DCSPDirectiveList.cpp210 …reportViolation(directive->text(), effectiveDirective, prefix + url.elidedString() + "' because it… in checkSourceAndReportViolation()
219 … "frame-ancestors", "Refused to display '" + frame->document()->url().elidedString() + " in a fram… in checkAncestorsAndReportViolation()
268 …n(m_pluginTypes.get(), type, typeAttribute, "Refused to load '" + url.elidedString() + "' (MIME ty… in allowPluginType()
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXMLHttpRequest.cpp548 …HttpRequest %p open('%s', '%s', %d)", this, method.utf8().data(), url.elidedString().utf8().data()… in open()
576 …exceptionState.throwSecurityError("Refused to connect to '" + url.elidedString() + "' because it v… in open()
909 …exceptionState.throwDOMException(m_exceptionCode, "Failed to load '" + m_url.elidedString() + "'."… in createRequest()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DScriptLoader.cpp314 …rorMessageLevel, "Refused to execute script from '" + resource->url().elidedString() + "' because … in executeScript()
DDocument.cpp3113 String message = "Refused to refresh " + m_url.elidedString() + " to a javascript: URL"; in maybeHandleHttpRefresh()
3145 …String message = "Refused to display '" + url().elidedString() + "' in a frame because it set 'X-F… in processHttpEquivXFrameOptions()
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
DMainThreadWebSocketChannel.cpp202 …const String message = "WebSocket connection to '" + m_handshake->url().elidedString() + "' failed… in fail()
281 …const String message = "WebSocket connection to '" + m_handshake->url().elidedString() + "' failed… in didCloseSocketStream()
DNewWebSocketChannelImpl.cpp246 … const String message = "WebSocket connection to '" + m_url.elidedString() + "' failed: " + reason; in fail()
DWebSocket.cpp318 …exceptionState.throwSecurityError("Refused to connect to '" + m_url.elidedString() + "' because it… in connect()
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
DShapeOutsideInfo.cpp94 String urlString = url.isNull() ? "''" : url.elidedString(); in checkShapeImageOrigin()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DScriptController.cpp481 …geLevel, "Blocked script execution in '" + m_frame->document()->url().elidedString() + "' because … in canExecuteScripts()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFormElement.cpp411 …orMessageLevel, "Blocked form submission to '" + submission->action().elidedString() + "' because … in scheduleFormSubmission()
DHTMLMediaElement.cpp1498 FrameLoader::reportLocalLoadFailed(frame, url.elidedString()); in isSafeToLoadURL()

12