Searched refs:setURL (Results 1 - 25 of 84) sorted by relevance

1234

/external/chromium/chrome/browser/ui/cocoa/applescript/
H A Dbookmark_item_applescript.h29 - (void)setURL:(NSString*)aURL;
H A Dtab_applescript.h39 - (void)setURL:(NSString*)aURL;
/external/skia/legacy/include/ports/
H A DSkStream_Win.h32 void setURL(const char url[]);
/external/webkit/Source/WebCore/platform/gtk/
H A DDataObjectGtk.cpp79 bool setURL = false; local
90 if (!setURL) {
92 setURL = true;
103 void DataObjectGtk::setURL(const KURL& url, const String& label) function in class:WebCore::DataObjectGtk
H A DDataObjectGtk.h46 void setURL(const KURL&, const String&);
H A DClipboardGtk.cpp287 m_dataObject->setURL(url, label);
303 m_dataObject->setURL(url, label);
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebMutableURLRequest.idl89 - (void)setURL:(NSURL *)theURL
91 HRESULT setURL([in] BSTR theURL);
/external/webkit/Source/WebCore/platform/network/qt/
H A DResourceHandleQt.cpp95 d->m_firstRequest.setURL(urlWithCredentials);
164 d->m_firstRequest.setURL(urlWithCredentials);
/external/webkit/Source/WebKit/chromium/public/
H A DWebURLRequest.h88 setURL(url);
98 WEBKIT_API void setURL(const WebURL&);
H A DWebURLResponse.h66 setURL(url);
76 WEBKIT_API void setURL(const WebURL&);
H A DWebDragData.h70 WEBKIT_API void setURL(const WebURL&);
/external/chromium/webkit/glue/
H A Dwebdropdata.cc47 result.setURL(url);
/external/webkit/Source/WebCore/websockets/
H A DWebSocketHandshake.h55 void setURL(const KURL&);
/external/webkit/Source/WebKit2/Shared/
H A DWebBackForwardListItem.h56 void setURL(const String& url) { m_url = url; } function in class:WebKit::WebBackForwardListItem
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
H A Dchrome_ex_oauthsimple.js151 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/
H A Dchrome_ex_oauthsimple.js151 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/
H A Dchrome_ex_oauthsimple.js151 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/
H A DTestNavigationController.cpp199 existingEntry->setURL(entry->URL());
212 existingEntry->setURL(entry->URL());
H A DTestNavigationController.h73 void setURL(const WebKit::WebURL& url) { m_url = url; } function in class:TestNavigationEntry
/external/webkit/Source/WebCore/platform/network/
H A DDataURL.cpp68 response.setURL(handle->firstRequest().url());
/external/webkit/Source/WebKit/win/
H A DWebMutableURLRequest.cpp200 m_request.setURL(MarshallingHelpers::BSTRToKURL(url));
330 HRESULT STDMETHODCALLTYPE WebMutableURLRequest::setURL( function in class:WebMutableURLRequest
333 m_request.setURL(MarshallingHelpers::BSTRToKURL(url));
/external/webkit/Source/WebKit/chromium/tests/
H A DWebFrameTest.cpp84 urlRequest.setURL(WebURL(GURL(baseURL + fileName)));
/external/webkit/Source/WebCore/platform/graphics/android/
H A DImageAndroid.cpp223 void BitmapImage::setURL(const String& str) function in class:WebCore::BitmapImage
225 m_source.setURL(str);
/external/webkit/Source/WebKit/chromium/src/
H A DWebURLRequest.cpp92 void WebURLRequest::setURL(const WebURL& url) function in class:WebKit::WebURLRequest
94 m_private->m_resourceRequest->setURL(url);
H A DWebURLResponse.cpp96 void WebURLResponse::setURL(const WebURL& url) function in class:WebKit::WebURLResponse
98 m_private->m_resourceResponse->setURL(url);

Completed in 414 milliseconds

1234