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

/macosx-10.10/curl-83.1.2/curl/tests/libtest/
H A Dlib539.c30 char *newURL = NULL; local
/macosx-10.10/WebCore-7600.1.25/dom/
H A DHashChangeEvent.h35 String newURL; member in struct:WebCore::HashChangeEventInit
45 static PassRefPtr<HashChangeEvent> create(const String& oldURL, const String& newURL) argument
55 void initHashChangeEvent(const AtomicString& eventType, bool canBubble, bool cancelable, const String& oldURL, const String& newURL) argument
67 const String& newURL() const { return m_newURL; } function in class:WebCore::HashChangeEvent
76 HashChangeEvent(const String& oldURL, const String& newURL) argument
H A DDocument.cpp2589 const URL& newURL = url.isEmpty() ? blankURL() : url; local
5057 void Document::enqueueHashchangeEvent(const String& oldURL, const String& newURL) argument
/macosx-10.10/WebCore-7600.1.25/Modules/navigatorcontentutils/
H A DNavigatorContentUtils.cpp84 String newURL = url; local
/macosx-10.10/WebCore-7600.1.25/fileapi/
H A DThreadableBlobRegistry.cpp147 void ThreadableBlobRegistry::registerBlobURLForSlice(const URL& newURL, const URL& srcURL, long long start, long long end) argument
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCP.c167 CFURLRef newURL = NULL; local
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorFrontendHost.cpp185 void InspectorFrontendHost::inspectedURLChanged(const String& newURL) argument
/macosx-10.10/WebCore-7600.1.25/history/
H A DPageCache.cpp101 URL newURL = frame->loader().provisionalDocumentLoader() ? frame->loader().provisionalDocumentLoader()->url() : URL(); local
/macosx-10.10/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebInspectorClient.cpp349 void WebInspectorFrontendClient::inspectedURLChanged(const String& newURL) argument
/macosx-10.10/libxslt-13/libxslt/xsltproc/
H A Dxsltproc.c177 xmlChar *newURL; local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/network/curl/
H A DResourceHandleManager.cpp512 URL newURL = URL(job->firstRequest().url(), location); local
/macosx-10.10/WebCore-7600.1.25/platform/network/soup/
H A DResourceHandleSoup.cpp402 static bool shouldRedirectAsGET(SoupMessage* message, URL& newURL, bool crossOrigin) argument
459 URL newURL = URL(URL(soup_message_get_uri(message)), location); local
[all...]
/macosx-10.10/libxml2-26/libxml2/
H A Dxmllint.c304 xmlChar *newURL; local
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmllint.c299 xmlChar *newURL; local
[all...]
/macosx-10.10/WebCore-7600.1.25/loader/
H A DFrameLoader.cpp1251 void FrameLoader::loadURL(const URL& newURL, const String& referrer, const String& frameName, LockHistory lockHistory, FrameLoadType newLoadType, argument
1446 const URL& newURL = loader->request().url(); local

Completed in 160 milliseconds