HomeSort by relevance Sort by last modified time
    Searched defs:newURL (Results 1 - 14 of 14) sorted by null

  /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)
Document.cpp     [all...]
  /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/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/webkit/Source/WebCore/platform/network/soup/
ResourceHandleSoup.cpp 222 KURL newURL = KURL(handle->firstRequest().url(), location);
226 request.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/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/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileTest.java     [all...]
  /external/webkit/Source/WebCore/loader/
FrameLoader.cpp     [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 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1022 milliseconds