/external/webkit/Source/WebCore/platform/network/qt/ |
ProxyServerQt.cpp | 40 Vector<ProxyServer> proxyServersForURL(const KURL& url, const NetworkingContext* context) 48 const QList<QNetworkProxy> proxies = proxyFactory->queryProxy(QNetworkProxyQuery(url));
|
SocketStreamHandle.h | 54 static PassRefPtr<SocketStreamHandle> create(const KURL& url, SocketStreamHandleClient* client) { return adoptRef(new SocketStreamHandle(url, client)); }
|
SocketStreamHandleQt.cpp | 43 SocketStreamHandlePrivate::SocketStreamHandlePrivate(SocketStreamHandle* streamHandle, const KURL& url) : QObject() 47 bool isSecure = url.protocolIs("wss"); 66 unsigned int port = url.hasPort() ? url.port() : (isSecure ? 443 : 80); 68 QString host = url.host(); 157 SocketStreamHandle::SocketStreamHandle(const KURL& url, SocketStreamHandleClient* client) 158 : SocketStreamHandleBase(url, client) 161 m_p = new SocketStreamHandlePrivate(this, url);
|
/external/webkit/Source/WebCore/platform/network/soup/ |
ResourceResponse.h | 43 ResourceResponse(const KURL& url, const String& mimeType, long long expectedLength, const String& textEncodingName, const String& filename) 44 : ResourceResponseBase(url, mimeType, expectedLength, textEncodingName, filename)
|
SocketStreamHandle.h | 48 static PassRefPtr<SocketStreamHandle> create(const KURL& url, SocketStreamHandleClient* client) { return adoptRef(new SocketStreamHandle(url, client)); }
|
/external/webkit/Source/WebCore/workers/ |
SharedWorker.cpp | 52 PassRefPtr<SharedWorker> SharedWorker::create(const String& url, const String& name, ScriptExecutionContext* context, ExceptionCode& ec) 61 KURL scriptURL = worker->resolveURL(url, ec);
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
ResourceLoaderAndroid.cpp | 54 bool ResourceLoaderAndroid::willLoadFromCache(const WebCore::KURL& url, int64_t identifier) 67 return WebCoreResourceLoader::willLoadFromCache(url, identifier);
|
WebCookieJar.h | 46 virtual int CanGetCookies(const GURL& url, const GURL& first_party_for_cookies) const; 47 virtual int CanSetCookie(const GURL& url, const GURL& first_party_for_cookies, const std::string& cookie_line) const;
|
WebResponse.cpp | 46 m_url = request->url().spec(); 47 m_host = request->url().HostNoBrackets(); 69 WebResponse::WebResponse(const string &url, const string &mimeType, long long expectedSize, const string &encoding, int httpStatusCode) 75 , m_url(url) 110 void WebResponse::setUrl(const string& url) 112 m_url = url; 128 const string WebResponse::resolveMimeType(const string& url, const string& old_mime) 133 // Try to guess a better MIME type from the URL. We call 136 WebCore::KURL kurl(WebCore::ParsedURLString, url.c_str()); 142 // TODO: Should use content-disposition instead of url if it is ther [all...] |
/external/webkit/Source/WebKit/chromium/src/ |
WebSecurityPolicy.cpp | 92 bool WebSecurityPolicy::shouldHideReferrer(const WebURL& url, const WebString& referrer) 94 return SecurityOrigin::shouldHideReferrer(url, referrer);
|
WebStorageEventDispatcherImpl.cpp | 63 const WebURL& url = storageAreaImplURL ? *storageAreaImplURL : passedInURL; local 67 m_eventDispatcher->dispatchStorageEvent(key, oldValue, newValue, securityOrigin.get(), url, storageType);
|
/external/webkit/Source/WebKit/efl/ewk/ |
ewk_settings.h | 48 EAPI cairo_surface_t *ewk_settings_icon_database_icon_surface_get(const char *url); 49 EAPI Evas_Object *ewk_settings_icon_database_icon_object_add(const char *url, Evas *canvas);
|
/external/webkit/Source/WebKit/qt/tests/qwebhistoryinterface/ |
tst_qwebhistoryinterface.cpp | 75 bool historyContains(const QString& url) const { 76 return url == QLatin1String("http://www.trolltech.com/");
|
/external/webkit/Source/WebKit2/Shared/ |
WebURLRequest.h | 62 const String& url() const { return m_request.url(); } function in class:WebKit::WebURLRequest
|
/external/webkit/Source/WebKit2/UIProcess/ |
WebOpenPanelResultListenerProxy.cpp | 60 KURL url(KURL(), webURL->string()); 61 filePaths.uncheckedAppend(url.fileSystemPath());
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/ |
Plugin.cpp | 37 encoder->encode(url.string()); 49 // FIXME: We can't assume that the url passed in here is valid. 50 parameters.url = KURL(ParsedURLString, urlString);
|
/external/webkit/Tools/MiniBrowser/qt/ |
BrowserView.cpp | 54 void BrowserView::load(const QString& url) 56 return m_item->load(QUrl::fromUserInput(url));
|
BrowserWindow.h | 46 void load(const QString& url); 51 BrowserWindow* newWindow(const QString& url = "about:blank");
|
/external/webkit/Tools/QtTestBrowser/ |
webpage.h | 52 QString userAgentForUrl(const QUrl& url) const; 56 void openUrlInDefaultBrowser(const QUrl& url = QUrl());
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
lighttpd.conf | 67 url.rewrite-once = ( 74 $HTTP["url"] =~ "^/xmlhttprequest/resources/reply2.(txt|xml)" { 80 $HTTP["url"] =~ "^/xmlhttprequest/resources/reply4.txt" { 86 $HTTP["url"] =~ "^/appcache/resources/wrong-content-type.manifest" {
|
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/ |
CanHandleRequest_Bundle.cpp | 48 static bool canHandleURL(const char* url) 50 return WKBundlePageCanHandleRequest(adoptWK(WKURLRequestCreateWithWKURL(adoptWK(WKURLCreateWithUTF8CString(url)).get())).get());
|
DocumentStartUserScriptAlertCrash.cpp | 60 WKRetainPtr<WKURLRef> url(AdoptWK, Util::createURLForResource("simple", "html")); 61 WKPageLoadURL(webView.page(), url.get());
|
ForceRepaint.cpp | 62 WKRetainPtr<WKURLRef> url(AdoptWK, Util::createURLForResource("simple-accelerated-compositing", "html")); 63 WKPageLoadURL(webView.page(), url.get());
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
Transaction.java | 131 * @param mmscUrl Url of the recipient MMSC. 162 * @param mmscUrl Url of the recipient MMSC. 188 * @param url The URL of the message which we are going to retrieve. 194 protected byte[] getPdu(String url) throws IOException { 195 ensureRouteToHost(url, mTransactionSettings); 198 url, null, HttpUtils.HTTP_GET_METHOD, 206 * supplied URL, and to the MMS proxy host as well, if a proxy is used. 207 * @param url The URL of the MMSC to which we need a rout [all...] |
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
SdkAddonSource.java | 34 * Constructs a new source for the given repository URL.
35 * @param url The source URL. Cannot be null. If the URL ends with a /, the default
39 public SdkAddonSource(String url, String uiName) {
40 super(url, uiName);
|