HomeSort by relevance Sort by last modified time
    Searched refs:url (Results 401 - 425 of 1269) sorted by null

<<11121314151617181920>>

  /external/webkit/WebKit/win/WebCoreSupport/
WebDesktopNotificationsDelegate.h 53 virtual WebCore::NotificationPresenter::Permission checkPermission(const KURL& url, Document* document);
  /external/webkit/WebKit/win/
WebHistoryItem.h 64 /* [retval][out] */ BSTR *url);
67 /* [retval][out] */ BSTR *url);
93 virtual HRESULT STDMETHODCALLTYPE RSSFeedReferrer(BSTR* url);
94 virtual HRESULT STDMETHODCALLTYPE setRSSFeedReferrer(BSTR url);
  /external/webkit/WebKitTools/BuildSlaveSupport/
build-launcher-app 65 my ($url, $branch);
67 my $svnInfo = `LC_ALL=C svn info $sourceDir | grep URL:`;
68 ($url) = ($svnInfo =~ m/URL: (.+)/g);
71 ($url) = ($gitLog =~ m/ +git-svn-id: (.+)@\d+ /g);
73 ($branch) = ($url =~ m/\/webkit\/(trunk|branches\/[^\/]+)/);
  /external/webkit/WebKitTools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp 102 if (reply->url().host() == "127.0.0.1" || reply->url().host() == "localhost") {
193 static QString urlSuitableForTestResult(const QString& url)
195 if (url.isEmpty() || !url.startsWith(QLatin1String("file://")))
196 return url;
198 return QFileInfo(url).fileName();
241 QString url = QString::fromUtf8(request.url().toEncoded()); local
269 url.toUtf8().constData(), typeDescription.toUtf8().constData())
583 QString url = item.url().toString(); local
    [all...]
  /external/webkit/WebKitTools/QtLauncher/
webpage.h 53 void openUrlInDefaultBrowser(const QUrl& url = QUrl());
  /frameworks/base/include/media/
PVMetadataRetriever.h 35 virtual status_t setDataSource(const char *url);
  /frameworks/base/media/libstagefright/include/
StagefrightMetadataRetriever.h 35 virtual status_t setDataSource(const char *url);
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
CommandParams.java 59 String url; field in class:LaunchBrowserParams
62 String url, LaunchBrowserMode mode) {
66 this.url = url;
  /libcore/luni/src/main/java/java/net/
HttpURLConnection.java 34 * URL#openConnection() URL.openConnection()} and casting the result to
55 * URL url = new URL("http://www.android.com/");
56 * HttpURLConnection urlConnection = (HttpURLConnection) url.openConnection();
66 * Calling {@link URL#openConnection()} on a URL with the "https" scheme will
95 * HttpURLConnection urlConnection = (HttpURLConnection) url.openConnection();
149 * HttpURLConnection urlConnection = (HttpURLConnection) url.openConnection()
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/file/
FileURLConnection.java 29 import java.net.URL;
53 * a connection to the file pointed by this <code>URL<code>
55 * @param url The URL this connection is connected to
57 public FileURLConnection(URL url) {
58 super(url);
59 fileName = url.getFile();
68 * by this <code>URL</code>. If the file is a directory, it will return
125 String result = guessContentTypeFromName(url.getFile())
    [all...]
  /external/chromium/net/http/
http_network_transaction.cc 52 HttpUtil::SpecForRequest(request_info->url) :
53 HttpUtil::PathForRequest(request_info->url);
57 GetHostAndOptionalPort(request_info->url).c_str());
83 // support sending a HEAD request to an URL that only expects to be sent a
116 GetHostAndPort(request_info->url).c_str(),
117 GetHostAndOptionalPort(request_info->url).c_str());
201 session_->ssl_client_auth_cache()->Add(GetHostAndPort(request_->url),
425 TRACE_EVENT_BEGIN("http.resolve_proxy", request_, request_->url.spec());
430 TRACE_EVENT_END("http.resolve_proxy", request_, request_->url.spec());
434 TRACE_EVENT_BEGIN("http.init_conn", request_, request_->url.spec())
    [all...]
  /external/webkit/WebKit/wx/WebKitSupport/
FrameLoaderClientWx.cpp 234 wkEvent.SetURL(m_frame->loader()->documentLoader()->request().url().string());
291 wkEvent.SetURL(m_frame->loader()->provisionalDocumentLoader()->request().url().string());
313 wkEvent.SetURL(m_frame->loader()->documentLoader()->request().url().string());
323 wkEvent.SetURL(m_frame->loader()->url().string());
392 wkEvent.SetURL(m_frame->loader()->url().string());
424 setTitle(l->title(), l->url());
629 return ResourceError(String(), WebKitErrorCannotShowURL, request.url().string(), String());
635 return ResourceError(String(), WebKitErrorCannotShowURL, request.url().string(), String());
640 return ResourceError(String(), WebKitErrorCannotShowURL, request.url().string(), String());
646 return ResourceError(String(), WebKitErrorFrameLoadInterruptedByPolicyChange, request.url().string(), String())
    [all...]
  /external/chromium/net/base/
cookie_monster.cc 280 static bool GetCookieDomainKey(const GURL& url,
283 const std::string url_host(url.host());
286 // We match IE/Firefox in allowing a domain=IPADDR if it matches the url
289 (url.HostIsIPAddress() && url_host == pc.Domain())) {
309 // Ensure |url| and |cookie_domain| have the same domain+registry.
310 const std::string url_scheme(url.scheme());
333 static std::string CanonPath(const GURL& url,
335 // The RFC says the path should be a prefix of the current URL path.
346 // to the current URL path.
347 // """Defaults to the path of the request URL that generated th
    [all...]
  /external/webkit/WebCore/platform/win/
ClipboardWin.cpp 71 // We provide the IE clipboard types (URL and Text), and the clipboard types specified in the WHATWG Web Applications 1.0 draft
83 if (qType == "url" || qType == "text/uri-list")
118 static String filesystemPathFromUrlOrTitle(const String& url, const String& title, TCHAR* extension, bool isLink)
135 KURL kurl(ParsedURLString, url);
137 // The filename for any content based drag or file url should be the last element of
139 // we just use the entire url.
146 len = min<DWORD>(fsPathMaxLengthExcludingExtension, url.length());
147 CopyMemory(fsPathBuffer, url.characters(), len * sizeof(UChar));
166 static HGLOBAL createGlobalURLContent(const String& url, int estimatedFileSize)
179 int ansiUrlSize = ::WideCharToMultiByte(CP_ACP, 0, (LPCWSTR)url.characters(), url.length(), ansiUrl, ARRAYSIZE(ansiUrl) - 1, 0, 0)
737 String url = kurl.string(); local
    [all...]
  /external/webkit/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp 114 QUrl url = _url; local
115 return url.toString();
121 return QString::fromLatin1("<NSError domain NSURLErrorDomain, code %1, failing URL \"%2\">").arg(error.errorCode()).arg(failingURL);
126 QString url = request.url().string(); local
127 return QString::fromLatin1("<NSURLRequest %1>").arg(url);
287 void FrameLoaderClientQt::dispatchWillPerformClientRedirect(const KURL& url, double, double)
290 printf("%s - willPerformClientRedirectToURL: %s \n", qPrintable(drtDescriptionSuitableForTestResult(m_frame)), qPrintable(drtDescriptionSuitableForTestResult(url)));
304 emit m_webFrame->urlChanged(m_webFrame->url());
367 emit m_webFrame->urlChanged(m_webFrame->url());
    [all...]
  /frameworks/base/core/java/android/webkit/
BrowserFrame.java 234 * Load a url from the network or the filesystem into the main frame.
237 * @param url The url to load.
238 * @param extraHeaders The extra headers sent with this url. This should not
242 public void loadUrl(String url, Map<String, String> extraHeaders) {
244 if (URLUtil.isJavaScriptUrl(url)) {
247 url.substring("javascript:".length()));
249 nativeLoadUrl(url, extraHeaders);
255 * Load a url with "POST" method from the network into the main frame.
256 * @param url The url to load
    [all...]
CacheManager.java 305 * Given a url, returns the CacheResult if exists. Otherwise returns null.
310 * @return the CacheResult for a given url
312 public static CacheResult getCacheFile(String url,
314 return getCacheFile(url, 0, headers);
317 static CacheResult getCacheFile(String url, long postIdentifier,
323 String databaseKey = getDatabaseKey(url, postIdentifier);
369 Log.v(LOGTAG, "getCacheFile for url " + url);
376 * Given a url and its full headers, returns CacheResult if a local cache
381 * CacheResult, and is used to supply surrogate responses for URL
    [all...]
CallbackProxy.java 42 import java.net.URL;
74 // Used to call startActivity during url override.
231 // If no application can handle the URL, assume that the
265 msg.getData().getString("url"),
322 String overrideUrl = msg.getData().getString("url");
380 String url = msg.getData().getString("url"); local
387 mDownloadListener.onDownloadStart(url, userAgent,
445 String url = (String) map.get("url"); local
500 String url = msg.getData().getString("url"); local
525 String url = msg.getData().getString("url"); local
565 String url = msg.getData().getString("url"); local
616 String url = msg.getData().getString("url"); local
    [all...]
LoadListener.java 139 BrowserFrame frame, String url, int nativeLoader,
145 return new LoadListener(context, frame, url, nativeLoader, synchronous,
154 LoadListener(Context context, BrowserFrame frame, String url,
159 Log.v(LOGTAG, "LoadListener constructor url=" + url);
163 setUrl(url);
364 String url = null; local
366 url = URLUtil.parseContentDisposition(contentDisposition);
368 if (url == null) {
369 url = mUrl
937 String url() { method in class:LoadListener
1229 nativeError(getErrorID(), description, url()); method
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java 87 * Decode a content URL into the table, projection, and arguments
96 SqlArguments(Uri url, String where, String[] args) {
97 if (url.getPathSegments().size() == 1) {
98 this.table = url.getPathSegments().get(0);
104 } else if (url.getPathSegments().size() != 2) {
105 throw new IllegalArgumentException("Invalid URI: " + url);
107 throw new UnsupportedOperationException("WHERE clause not supported: " + url);
109 this.table = url.getPathSegments().get(0);
115 this.args = new String[] { url.getPathSegments().get(1) };
117 this.where = "_id=" + ContentUris.parseId(url);
429 ret.setNotificationUri(getContext().getContentResolver(), url); local
    [all...]
  /external/webkit/WebCore/loader/appcache/
ApplicationCacheHost.cpp 151 if (request.url() != originalURL)
166 if (!redirectResponse.isNull() && !protocolHostAndPortAreEqual(request.url(), redirectResponse.url()))
210 || !protocolHostAndPortAreEqual(request.url(), response.url())) {
282 // If the resource is not to be fetched using the HTTP GET mechanism or equivalent, or if its URL has a different
284 if (!ApplicationCache::requestIsHTTPOrHTTPSGet(request) || !equalIgnoringCase(request.url().protocol(), cache->manifestResource()->url().protocol()))
287 // If the resource's URL is an master entry, the manifest, an explicit entry, or a fallback entry
289 resource = cache->resourceForURL(request.url());
    [all...]
  /external/webkit/WebKit/android/jni/
WebCoreResourceLoader.cpp 119 bool WebCoreResourceLoader::willLoadFromCache(const WebCore::KURL& url, int64_t identifier)
122 WebCore::String urlStr = url.string();
151 jint WebCoreResourceLoader::CreateResponse(JNIEnv* env, jobject obj, jstring url, jint statusCode,
158 LOG_ASSERT(url, "Must have a url in the response!");
159 WebCore::KURL kurl(WebCore::ParsedURLString, to_string(env, url));
254 WebCore::KURL url(WebCore::KURL(WebCore::ParsedURLString, to_string(env, baseUrl)),
257 // If the url fails to resolve the relative path, return null.
258 if (url.protocol().isEmpty()) {
263 url.setProtocol(url.protocol().lower())
    [all...]
  /external/webkit/WebKit/chromium/src/
FrameLoaderClientImpl.cpp 294 // with no URL. We don't like that, so we'll rename it to about:blank.
295 if (request.url().isEmpty())
419 // dispatchDidStartProvisionalLoad() -> adds URL to the redirect list
424 // dispatchDidStartProvisionalLoad() -> adds source URL
425 // dispatchDidReceiveServerRedirectForProvisionalLoad() -> adds dest URL
441 // (the SOURCE URL may have changed).
444 // dispatchDidStartProvisionalLoad() -> adds only URL to redirect list
461 // dispatchDidStartProvisionalLoad() -> adds source URL 1
462 // dispatchDidReceiveServerRedirectForProvisionalLoad() -> adds dest URL 2
466 // dispatchDidStartProvisionalLoad() -> appends URL 2 and URL
579 KURL url = ds->request().url(); local
663 KURL url = ds->request().url(); local
907 KURL url = ds->request().url(); local
    [all...]
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
TestShellActivity.java 55 import java.net.URL;
209 String url = null; local
211 url = mTestListReader.readLine();
217 if (url == null) {
238 intent.putExtra(TestShellActivity.TEST_URL, FsUtils.getTestUrl(url));
334 String url = mWebView.getUrl(); local
335 Log.v(LOGTAG, "dumpAsText called: "+url);
341 String url = mWebView.getUrl(); local
342 Log.v(LOGTAG, "waitUntilDone called: " + url);
346 String url = mWebView.getUrl() local
    [all...]
  /external/webkit/WebCore/inspector/front-end/
inspector.css 121 -webkit-border-image: url(Images/toolbarItemSelected.png) 0 2 0 2;
196 background-image: url(Images/elementsIcon.png);
200 background-image: url(Images/resourcesIcon.png);
204 background-image: url(Images/scriptsIcon.png);
208 background-image: url(Images/timelineIcon.png);
212 background-image: url(Images/storageIcon.png);
216 background-image: url(Images/profilesIcon.png);
220 background-image: url(Images/consoleIcon.png);
226 background-image: url(Images/closeButtons.png);
290 background-image: url(Images/statusbarResizerVertical.png), url(Images/statusbarBackground.png)
    [all...]

Completed in 1177 milliseconds

<<11121314151617181920>>