Searched defs:newURL (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DHashChangeEvent.h33 static PassRefPtr<HashChangeEvent> create(const String& oldURL, const String& newURL) argument
35 return adoptRef(new HashChangeEvent(oldURL, newURL));
38 void initHashChangeEvent(const AtomicString& eventType, bool canBubble, bool cancelable, const String& oldURL, const String& newURL) argument
46 m_newURL = newURL;
50 const String& newURL() const { return m_newURL; } function in class:WebCore::HashChangeEvent
53 HashChangeEvent(const String& oldURL, const String& newURL) argument
56 , m_newURL(newURL)
H A DDocument.cpp2324 const KURL& newURL = url.isEmpty() ? blankURL() : url; local
2325 if (newURL == m_url)
2328 m_url = newURL;
4795 void Document::enqueueHashchangeEvent(const String& oldURL, const String& newURL)
4797 enqueueWindowEvent(HashChangeEvent::create(oldURL, newURL));
/external/webkit/Source/WebCore/page/
H A DNavigator.cpp237 String newURL = url; local
238 newURL.remove(index, WTF_ARRAY_LENGTH(token) - 1);
241 KURL kurl(base, newURL);
/external/webkit/Source/WebCore/history/
H A DPageCache.cpp92 KURL newURL = frame->loader()->provisionalDocumentLoader() ? frame->loader()->provisionalDocumentLoader()->url() : KURL(); local
93 if (!newURL.isEmpty())
94 PCLOG(" Determining if frame can be cached navigating from (", currentURL.string(), ") to (", newURL.string(), "):");
/external/webkit/Source/WebCore/inspector/
H A DInspectorFrontendHost.cpp184 void InspectorFrontendHost::inspectedURLChanged(const String& newURL) argument
187 m_client->inspectedURLChanged(newURL);
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DInspectorClientGtk.cpp298 void InspectorFrontendClient::inspectedURLChanged(const String& newURL) argument
303 webkit_web_inspector_set_inspected_uri(m_webInspector, newURL.utf8().data());
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DInspectorClientQt.cpp363 void InspectorFrontendClientQt::inspectedURLChanged(const String& newURL) argument
365 m_inspectedURL = newURL;
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebInspectorClient.cpp317 void WebInspectorFrontendClient::inspectedURLChanged(const String& newURL) argument
319 m_inspectedURL = newURL;
/external/webkit/Source/WebCore/platform/network/curl/
H A DResourceHandleManager.cpp267 KURL newURL = KURL(job->firstRequest().url(), location); local
270 redirectedRequest.setURL(newURL);
274 d->m_firstRequest.setURL(newURL);
/external/webkit/Source/WebCore/platform/network/soup/
H A DResourceHandleSoup.cpp222 KURL newURL = KURL(handle->firstRequest().url(), location); local
226 request.setURL(newURL);
/external/libxml2/
H A Dxmllint.c303 xmlChar *newURL; local
305 newURL = xmlStrdup((const xmlChar *) paths[i]);
306 newURL = xmlStrcat(newURL, (const xmlChar *) "/");
307 newURL = xmlStrcat(newURL, (const xmlChar *) lastsegment);
308 if (newURL != NULL) {
309 ret = defaultEntityLoader((const char *)newURL, ID, ctxt);
319 newURL,
322 xmlFree(newURL);
[all...]
/external/webkit/Tools/DumpRenderTree/win/
H A DDumpRenderTree.cpp552 BSTR newURL = SysAllocStringLen(NULL, SysStringLen(url)); local
553 wcscpy(newURL, fileTestString);
554 wcscpy(newURL + wcslen(fileTestString), start);
557 url = newURL;
/external/webkit/Source/WebCore/loader/
H A DFrameLoader.cpp1337 void FrameLoader::loadURL(const KURL& newURL, const String& referrer, const String& frameName, bool lockHistory, FrameLoadType newLoadType, argument
1346 ResourceRequest request(newURL);
1361 targetFrame->loader()->loadURL(newURL, referrer, String(), lockHistory, newLoadType, event, formState.release());
1368 NavigationAction action(newURL, newLoadType, isFormSubmission, event);
1378 bool sameURL = shouldTreatURLAsSameAsCurrent(newURL);
1384 if (shouldScrollToAnchor(isFormSubmission, httpMethod, newLoadType, newURL)) {
1510 const KURL& newURL = loader->request().url(); local
1513 if (shouldScrollToAnchor(isFormSubmission, httpMethod, policyChecker()->loadType(), newURL)) {
1515 NavigationAction action(newURL, policyChecker()->loadType(), isFormSubmission);
1528 loader->setTriggeringAction(NavigationAction(newURL, policyChecke
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 283 milliseconds