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

  /external/chromium_org/third_party/WebKit/Source/core/events/
HashChangeEvent.h 32 String newURL;
43 static PassRefPtrWillBeRawPtr<HashChangeEvent> create(const String& oldURL, const String& newURL)
45 return adoptRefWillBeNoop(new HashChangeEvent(oldURL, newURL));
53 void initHashChangeEvent(const AtomicString& eventType, bool canBubble, bool cancelable, const String& oldURL, const String& newURL)
61 m_newURL = newURL;
65 const String& newURL() const { return m_newURL; }
74 HashChangeEvent(const String& oldURL, const String& newURL)
77 , m_newURL(newURL) { }
82 , m_newURL(initializer.newURL) { }
  /external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/
NavigatorContentUtils.cpp 84 String newURL = url;
85 newURL.remove(index, WTF_ARRAY_LENGTH(token) - 1);
  /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 304 xmlChar *newURL;
306 newURL = xmlStrdup((const xmlChar *) paths[i]);
307 newURL = xmlStrcat(newURL, (const xmlChar *) "/");
308 newURL = xmlStrcat(newURL, (const xmlChar *) lastsegment);
309 if (newURL != NULL) {
310 ret = defaultEntityLoader((const char *)newURL, ID, ctxt);
320 newURL,
323 xmlFree(newURL);
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileTest.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.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/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 977 milliseconds