HomeSort by relevance Sort by last modified time
    Searched defs:setURL (Results 1 - 25 of 41) sorted by null

1 2

  /external/webkit/Source/WebKit2/Shared/
WebBackForwardListItem.h 56 void setURL(const String& url) { m_url = url; }
  /libcore/luni/src/main/java/libcore/net/url/
JarHandler.java 86 setURL(url, "jar", "", -1, null, null, file, null, null);
  /libcore/luni/src/test/java/libcore/java/net/
OldURLStreamHandlerTest.java 137 handler.setURL(url, "http", "localhost", 80, "foo.c", "ref");
147 handler.setURL(url, "http", "localhost", 80, "authority",
212 @Override public void setURL(URL u,
218 super.setURL(u, protocol, host, port, file, ref);
221 @Override public void setURL(URL u,
230 super.setURL(u, protocol, host, port, authority,
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauthsimple.js 151 this.setURL = function (path) {
153 throw ('No path specified for OAuthSimple.setURL');
159 /** convienence method for setURL
161 * @param path {string} see .setURL
164 return this.setURL(path);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauthsimple.js 151 this.setURL = function (path) {
153 throw ('No path specified for OAuthSimple.setURL');
159 /** convienence method for setURL
161 * @param path {string} see .setURL
164 return this.setURL(path);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
chrome_ex_oauthsimple.js 151 this.setURL = function (path) {
153 throw ('No path specified for OAuthSimple.setURL');
159 /** convienence method for setURL
161 * @param path {string} see .setURL
164 return this.setURL(path);
  /external/webkit/Source/WebCore/platform/gtk/
DataObjectGtk.cpp 79 bool setURL = false;
90 if (!setURL) {
92 setURL = true;
103 void DataObjectGtk::setURL(const KURL& url, const String& label)
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageAndroid.cpp 244 void BitmapImage::setURL(const String& str)
246 m_source.setURL(str);
ImageSourceAndroid.cpp 208 void ImageSource::setURL(const String& url)
  /external/webkit/Source/WebKit/chromium/src/
WebDragData.cpp 76 void WebDragData::setURL(const WebURL& url)
WebURLRequest.cpp 92 void WebURLRequest::setURL(const WebURL& url)
94 m_private->m_resourceRequest->setURL(url);
WebURLResponse.cpp 96 void WebURLResponse::setURL(const WebURL& url)
98 m_private->m_resourceResponse->setURL(url);
  /external/webkit/Tools/DumpRenderTree/chromium/
TestNavigationController.h 73 void setURL(const WebKit::WebURL& url) { m_url = url; }
  /libcore/luni/src/main/java/java/sql/
PreparedStatement.java 691 public void setURL(int parameterIndex, URL theURL) throws SQLException;
    [all...]
CallableStatement.java     [all...]
  /external/webkit/Source/WebCore/platform/graphics/
Image.h 150 virtual void setURL(const String& str) {}
  /external/webkit/Source/WebCore/platform/network/
ResourceRequestBase.cpp 50 request->setURL(data->m_url);
124 void ResourceRequestBase::setURL(const KURL& url)
ResourceResponseBase.cpp 102 response->setURL(data->m_url);
152 void ResourceResponseBase::setURL(const KURL& url)
  /external/webkit/Source/WebKit/win/
WebMutableURLRequest.cpp 200 m_request.setURL(MarshallingHelpers::BSTRToKURL(url));
330 HRESULT STDMETHODCALLTYPE WebMutableURLRequest::setURL(
333 m_request.setURL(MarshallingHelpers::BSTRToKURL(url));
  /libcore/luni/src/main/java/java/net/
URLStreamHandler.java 192 setURL(url, url.getProtocol(), host, port, authority, userInfo, path, query, ref);
225 * @deprecated use setURL(URL, String String, int, String, String, String,
229 protected void setURL(URL u, String protocol, String host, int port,
241 protected void setURL(URL u, String protocol, String host, int port,
  /libcore/luni/src/main/java/javax/sql/
RowSet.java     [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLTest.java     [all...]
  /external/webkit/Source/WebCore/page/
DOMWindow.h 99 void setURL(const KURL& url) { m_url = url; }
  /external/webkit/Source/WebCore/websockets/
WebSocketHandshake.cpp 187 void WebSocketHandshake::setURL(const KURL& url)
  /external/webkit/Source/WebCore/history/
HistoryItem.cpp 281 void HistoryItem::setURL(const KURL& url)

Completed in 811 milliseconds

1 2