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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
HashChangeEvent.h 35 String newURL;
45 static PassRefPtr<HashChangeEvent> create(const String& oldURL, const String& newURL)
47 return adoptRef(new HashChangeEvent(oldURL, newURL));
55 void initHashChangeEvent(const AtomicString& eventType, bool canBubble, bool cancelable, const String& oldURL, const String& newURL)
63 m_newURL = newURL;
67 const String& newURL() const { return m_newURL; }
77 HashChangeEvent(const String& oldURL, const String& newURL)
80 , m_newURL(newURL)
88 , m_newURL(initializer.newURL)
Document.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/
NavigatorContentUtils.cpp 85 String newURL = url;
86 newURL.remove(index, WTF_ARRAY_LENGTH(token) - 1);
89 KURL kurl(base, newURL);
  /external/chromium_org/third_party/libxml/src/
xmllint.c 299 xmlChar *newURL;
301 newURL = xmlStrdup((const xmlChar *) paths[i]);
302 newURL = xmlStrcat(newURL, (const xmlChar *) "/");
303 newURL = xmlStrcat(newURL, (const xmlChar *) lastsegment);
304 if (newURL != NULL) {
305 ret = defaultEntityLoader((const char *)newURL, ID, ctxt);
315 newURL,
318 xmlFree(newURL);
    [all...]
  /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...]
  /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 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 1075 milliseconds