Searched refs:fullURL (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | History.cpp | 131 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/ |
D | URLTestHelpers.cpp | 49 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()
|
D | URLTestHelpers.h | 55 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/ |
D | EventSource.cpp | 82 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/ |
D | HeapSnapshotGridNodes.js | 543 var fullURL = fullName.substring(startPos + 1, endPos).trimLeft(); 544 var url = fullURL.trimURL();
|
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
D | TestRunner.cpp | 919 GURL fullURL = currentURL.Resolve(arguments[0].toString()); in queueLoad() local 925 m_workQueue.addWork(new WorkItemLoad(fullURL, target)); in queueLoad()
|