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

  /external/chromium_org/third_party/WebKit/Source/core/events/
HashChangeEvent.h 34 String newURL;
44 static PassRefPtrWillBeRawPtr<HashChangeEvent> create(const String& oldURL, const String& newURL)
46 return adoptRefWillBeNoop(new HashChangeEvent(oldURL, newURL));
54 void initHashChangeEvent(const AtomicString& eventType, bool canBubble, bool cancelable, const String& oldURL, const String& newURL)
62 m_newURL = newURL;
66 const String& newURL() const { return m_newURL; }
78 HashChangeEvent(const String& oldURL, const String& newURL)
81 , m_newURL(newURL)
89 , m_newURL(initializer.newURL)
HashChangeEvent.idl 28 [Default=Undefined] optional DOMString newURL);
30 [InitializedByEventConstructor] readonly attribute DOMString 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);
87 KURL kurl(baseURL, newURL);
  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoader.cpp 134 void DocumentLoader::updateForSameDocumentNavigation(const KURL& newURL, SameDocumentNavigationSource sameDocumentNavigationSource)
137 m_originalRequest.setURL(newURL);
138 m_request.setURL(newURL);
146 appendRedirect(newURL);
FrameLoader.cpp 531 void FrameLoader::updateForSameDocumentNavigation(const KURL& newURL, SameDocumentNavigationSource sameDocumentNavigationSource, PassRefPtr<SerializedScriptValue> data, FrameLoadType type)
534 m_frame->document()->setURL(newURL);
535 documentLoader()->updateForSameDocumentNavigation(newURL, sameDocumentNavigationSource);
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileTest.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
FileSystemWorkspaceBinding.js 312 var newURL = this._workspace.urlForPath(this._fileSystem.path(), filePath);
316 callback(true, validNewName, newURL, newOriginURL, newContentType);
Workspace.js 420 * @param {string=} newURL
425 function innerCallback(success, newName, newURL, newOriginURL, newContentType)
435 callback(true, newName, newURL, newOriginURL, newContentType);
UISourceCode.js 174 * @param {string=} newURL
179 function innerCallback(success, newName, newURL, newOriginURL, newContentType)
182 this._updateName(/** @type {string} */ (newName), /** @type {string} */ (newURL), /** @type {string} */ (newOriginURL), /** @type {!WebInspector.ResourceType} */ (newContentType));
  /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...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalDOMWindow.h 323 void enqueueHashchangeEvent(const String& oldURL, const String& newURL);
LocalDOMWindow.cpp 473 void LocalDOMWindow::enqueueHashchangeEvent(const String& oldURL, const String& newURL)
475 enqueueWindowEvent(HashChangeEvent::create(oldURL, newURL));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]
  /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.0/
ant-1.8.0.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 2571 milliseconds