Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DHashChangeEvent.h33 static PassRefPtr<HashChangeEvent> create(const String& oldURL, const String& newURL) in create()
38 …omicString& eventType, bool canBubble, bool cancelable, const String& oldURL, const String& newURL) in initHashChangeEvent()
50 const String& newURL() const { return m_newURL; } in newURL() function
53 HashChangeEvent(const String& oldURL, const String& newURL) in HashChangeEvent()
DDocument.cpp2321 const KURL& newURL = url.isEmpty() ? blankURL() : url; in setURL() local
4792 void Document::enqueueHashchangeEvent(const String& oldURL, const String& newURL) in enqueueHashchangeEvent()
/external/webkit/Source/WebCore/page/
DNavigator.cpp237 String newURL = url; in verifyCustomHandlerURL() local
/external/webkit/Source/WebCore/inspector/
DInspectorFrontendHost.cpp184 void InspectorFrontendHost::inspectedURLChanged(const String& newURL) in inspectedURLChanged()
/external/webkit/Source/WebCore/history/
DPageCache.cpp92 …KURL newURL = frame->loader()->provisionalDocumentLoader() ? frame->loader()->provisionalDocumentL… in logCanCacheFrameDecision() local
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DInspectorClientGtk.cpp298 void InspectorFrontendClient::inspectedURLChanged(const String& newURL) in inspectedURLChanged()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DInspectorClientQt.cpp363 void InspectorFrontendClientQt::inspectedURLChanged(const String& newURL) in inspectedURLChanged()
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebInspectorClient.cpp317 void WebInspectorFrontendClient::inspectedURLChanged(const String& newURL) in inspectedURLChanged()
/external/webkit/Source/WebCore/platform/network/curl/
DResourceHandleManager.cpp267 KURL newURL = KURL(job->firstRequest().url(), location); in headerCallback() local
/external/webkit/Source/WebCore/platform/network/soup/
DResourceHandleSoup.cpp222 KURL newURL = KURL(handle->firstRequest().url(), location); in restartedCallback() local
/external/webkit/Tools/DumpRenderTree/win/
DDumpRenderTree.cpp552 BSTR newURL = SysAllocStringLen(NULL, SysStringLen(url)); in dumpHistoryItem() local
/external/webkit/Source/WebCore/loader/
DFrameLoader.cpp1337 void FrameLoader::loadURL(const KURL& newURL, const String& referrer, const String& frameName, bool… in loadURL()
1510 const KURL& newURL = loader->request().url(); in loadWithDocumentLoader() local
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DFileTest.java2130 String newURL = f.getAbsolutePath(); in test_toURL() local
/external/libxml2/
Dxmllint.c303 xmlChar *newURL; in xmllintExternalEntityLoader() local