HomeSort by relevance Sort by last modified time
    Searched refs:newURL (Results 1 - 25 of 27) sorted by null

1 2

  /external/webkit/Source/WebCore/dom/
HashChangeEvent.h 33 static PassRefPtr<HashChangeEvent> create(const String& oldURL, const String& newURL)
35 return adoptRef(new HashChangeEvent(oldURL, newURL));
38 void initHashChangeEvent(const AtomicString& eventType, bool canBubble, bool cancelable, const String& oldURL, const String& newURL)
46 m_newURL = newURL;
50 const String& newURL() const { return m_newURL; }
53 HashChangeEvent(const String& oldURL, const String& newURL)
56 , m_newURL(newURL)
HashChangeEvent.idl 30 in DOMString newURL);
32 readonly attribute DOMString newURL;
Document.cpp     [all...]
Document.h     [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
InspectorClientQt.h 97 virtual void inspectedURLChanged(const String& newURL);
InspectorClientQt.cpp 363 void InspectorFrontendClientQt::inspectedURLChanged(const String& newURL)
365 m_inspectedURL = newURL;
  /external/webkit/Source/WebCore/inspector/
InspectorFrontendHost.idl 39 void inspectedURLChanged(in DOMString newURL);
InspectorFrontendHost.cpp 184 void InspectorFrontendHost::inspectedURLChanged(const String& newURL)
187 m_client->inspectedURLChanged(newURL);
  /external/webkit/Source/WebCore/page/
Navigator.cpp 237 String newURL = url;
238 newURL.remove(index, WTF_ARRAY_LENGTH(token) - 1);
241 KURL kurl(base, newURL);
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
InspectorClientGtk.h 95 virtual void inspectedURLChanged(const WTF::String& newURL);
InspectorClientGtk.cpp 298 void InspectorFrontendClient::inspectedURLChanged(const String& newURL)
303 webkit_web_inspector_set_inspected_uri(m_webInspector, newURL.utf8().data());
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebInspectorClient.h 103 virtual void inspectedURLChanged(const WTF::String& newURL);
WebInspectorClient.mm 187 void WebInspectorFrontendClient::inspectedURLChanged(const String& newURL)
189 m_inspectedURL = newURL;
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorClient.h 112 virtual void inspectedURLChanged(const WTF::String& newURL);
WebInspectorClient.cpp 317 void WebInspectorFrontendClient::inspectedURLChanged(const String& newURL)
319 m_inspectedURL = newURL;
  /external/webkit/Source/WebCore/history/
PageCache.cpp 92 KURL newURL = frame->loader()->provisionalDocumentLoader() ? frame->loader()->provisionalDocumentLoader()->url() : KURL();
93 if (!newURL.isEmpty())
94 PCLOG(" Determining if frame can be cached navigating from (", currentURL.string(), ") to (", newURL.string(), "):");
  /external/webkit/Source/WebCore/platform/network/curl/
ResourceHandleManager.cpp 267 KURL newURL = KURL(job->firstRequest().url(), location);
270 redirectedRequest.setURL(newURL);
274 d->m_firstRequest.setURL(newURL);
  /external/libxml2/
xmllint.c 303 xmlChar *newURL;
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/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileTest.java     [all...]
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp 552 BSTR newURL = SysAllocStringLen(NULL, SysStringLen(url));
553 wcscpy(newURL, fileTestString);
554 wcscpy(newURL + wcslen(fileTestString), start);
557 url = newURL;
    [all...]
  /external/webkit/Source/WebCore/loader/
FrameLoader.cpp     [all...]
  /external/webkit/Source/WebCore/platform/network/soup/
ResourceHandleSoup.cpp 222 KURL newURL = KURL(handle->firstRequest().url(), location);
226 request.setURL(newURL);
  /external/webkit/Source/WebKit/mac/Misc/
WebNSURLExtras.mm 615 NSURL *newURL = [newRequest URL];
616 NSURL *result = [[newURL retain] autorelease];
    [all...]
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 

Completed in 649 milliseconds

1 2