HomeSort by relevance Sort by last modified time
    Searched refs:newURL (Results 1 - 15 of 15) 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)
HashChangeEvent.idl 28 [Default=Undefined] optional DOMString newURL);
30 [InitializedByEventConstructor] readonly attribute DOMString newURL;
Document.cpp     [all...]
Document.h     [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/WebKit/Source/core/inspector/
InspectorFrontendHost.idl 39 void inspectedURLChanged(DOMString newURL);
InspectorFrontendHost.cpp 170 void InspectorFrontendHost::inspectedURLChanged(const String& newURL)
173 m_client->inspectedURLChanged(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/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoader.cpp 708 void FrameLoader::updateForSameDocumentNavigation(const KURL& newURL, SameDocumentNavigationSource sameDocumentNavigationSource, PassRefPtr<SerializedScriptValue> data, const String& title, UpdateBackForwardListPolicy updateBackForwardList)
712 m_frame->document()->setURL(newURL);
713 setOutgoingReferrer(newURL);
714 documentLoader()->replaceRequestURLForSameDocumentNavigation(newURL);
725 history()->pushState(data, title, newURL.string());
727 history()->replaceState(data, title, newURL.string());
740 m_documentLoader->appendRedirect(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 

Completed in 658 milliseconds