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

1 2 3 4 5

  /external/chromium/chrome/browser/ui/cocoa/applescript/
bookmark_item_applescript.h 29 - (void)setURL:(NSString*)aURL;
tab_applescript.h 39 - (void)setURL:(NSString*)aURL;
  /external/skia/include/ports/
SkStream_Win.h 32 void setURL(const char url[]);
  /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)
DataObjectGtk.h 46 void setURL(const KURL&, const String&);
  /external/webkit/Source/WebKit/win/Interfaces/
IWebMutableURLRequest.idl 89 - (void)setURL:(NSURL *)theURL
91 HRESULT setURL([in] BSTR theURL);
  /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/webkit/Source/WebCore/platform/network/qt/
ResourceHandleQt.cpp 95 d->m_firstRequest.setURL(urlWithCredentials);
164 d->m_firstRequest.setURL(urlWithCredentials);
  /external/webkit/Source/WebKit/chromium/public/
WebURLRequest.h 88 setURL(url);
98 WEBKIT_API void setURL(const WebURL&);
WebURLResponse.h 66 setURL(url);
76 WEBKIT_API void setURL(const WebURL&);
WebDragData.h 70 WEBKIT_API void setURL(const WebURL&);
  /external/chromium/webkit/glue/
webdropdata.cc 47 result.setURL(url);
  /external/webkit/Source/WebCore/websockets/
WebSocketHandshake.h 55 void setURL(const KURL&);
  /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);
  /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/Tools/DumpRenderTree/chromium/
TestNavigationController.cpp 199 existingEntry->setURL(entry->URL());
212 existingEntry->setURL(entry->URL());
  /external/webkit/Source/WebCore/platform/network/
DataURL.cpp 68 response.setURL(handle->firstRequest().url());
ResourceResponseBase.h 60 void setURL(const KURL& 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,
  /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));
  /external/webkit/Source/WebCore/platform/graphics/
Image.h 150 virtual void setURL(const String& str) {}
ImageSource.h 212 void setURL(const String& url);

Completed in 730 milliseconds

1 2 3 4 5