Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/events/
DHashChangeEvent.h35 String newURL; member
45 static PassRefPtr<HashChangeEvent> create(const String& oldURL, const String& newURL) in create()
55 …omicString& eventType, bool canBubble, bool cancelable, const String& oldURL, const String& newURL) in initHashChangeEvent()
67 const String& newURL() const { return m_newURL; } in newURL() function
77 HashChangeEvent(const String& oldURL, const String& newURL) in HashChangeEvent()
/external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/
DNavigatorContentUtils.cpp85 String newURL = url; in verifyCustomHandlerURL() local
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorFrontendHost.cpp144 void InspectorFrontendHost::inspectedURLChanged(const String& newURL) in inspectedURLChanged()
/external/chromium_org/third_party/WebKit/Source/core/loader/
DDocumentLoader.cpp158 void DocumentLoader::updateForSameDocumentNavigation(const KURL& newURL) in updateForSameDocumentNavigation()
DFrameLoader.cpp546 void FrameLoader::updateForSameDocumentNavigation(const KURL& newURL, SameDocumentNavigationSource … in updateForSameDocumentNavigation()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DWorkspace.js375 function innerCallback(success, newName, newURL, newOriginURL, newContentType) argument
DUISourceCode.js174 function innerCallback(success, newName, newURL, newOriginURL, newContentType) argument
/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/chromium_org/third_party/WebKit/Source/core/frame/
DDOMWindow.cpp459 void DOMWindow::enqueueHashchangeEvent(const String& oldURL, const String& newURL) in enqueueHashchangeEvent()
/external/chromium_org/third_party/libxml/src/
Dxmllint.c299 xmlChar *newURL; in xmllintExternalEntityLoader() local
/external/libxml2/
Dxmllint.c303 xmlChar *newURL; in xmllintExternalEntityLoader() local
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp2588 const KURL& newURL = url.isEmpty() ? blankURL() : url; in setURL() local
4344 …IconURL newURL(linkElement->href(), linkElement->iconSizes(), linkElement->type(), linkElement->ic… in iconURLs() local