Home
last modified time | relevance | path

Searched refs:fullURL (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
DHistory.cpp131 KURL fullURL = urlForState(urlString); in stateObjectAdded() local
132 if (!fullURL.isValid() || !m_frame->document()->securityOrigin()->canRequest(fullURL)) { in stateObjectAdded()
134 …exceptionState.throwSecurityError("A history state object with URL '" + fullURL.elidedString() + "… in stateObjectAdded()
137 …m_frame->loader().updateForSameDocumentNavigation(fullURL, sameDocumentNavigationSource, data, Fra… in stateObjectAdded()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DURLTestHelpers.cpp49 void registerMockedURLLoad(const WebURL& fullURL, const WebString& fileName, const WebString& mimeT… in registerMockedURLLoad() argument
51 registerMockedURLLoad(fullURL, fileName, WebString::fromUTF8(""), mimeType); in registerMockedURLLoad()
54 void registerMockedURLLoad(const WebURL& fullURL, const WebString& fileName, const WebString& relat… in registerMockedURLLoad() argument
67 …Platform::current()->unitTestSupport()->registerMockedURL(fullURL, response, WebString::fromUTF8(f… in registerMockedURLLoad()
DURLTestHelpers.h55 void registerMockedURLLoad(const WebURL& fullURL, const WebString& fileName, const WebString& mimeT…
56 void registerMockedURLLoad(const WebURL& fullURL, const WebString& fileName, const WebString& relat…
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventSource.cpp82 KURL fullURL = context->completeURL(url); in create() local
83 if (!fullURL.isValid()) { in create()
94 …inWorldContentSecurityPolicy && !context->contentSecurityPolicy()->allowConnectToSource(fullURL)) { in create()
96 …exceptionState.throwSecurityError("Refused to connect to '" + fullURL.elidedString() + "' because … in create()
100 RefPtr<EventSource> source = adoptRef(new EventSource(context, fullURL, eventSourceInit)); in create()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DHeapSnapshotGridNodes.js543 var fullURL = fullName.substring(startPos + 1, endPos).trimLeft();
544 var url = fullURL.trimURL();
/external/chromium_org/third_party/WebKit/Source/testing/runner/
DTestRunner.cpp919 GURL fullURL = currentURL.Resolve(arguments[0].toString()); in queueLoad() local
925 m_workQueue.addWork(new WorkItemLoad(fullURL, target)); in queueLoad()