HomeSort by relevance Sort by last modified time
    Searched refs:url (Results 101 - 125 of 2997) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/Source/WebCore/css/
CSSImageValue.h 38 static PassRefPtr<CSSImageValue> create(const String& url) { return adoptRef(new CSSImageValue(url)); }
46 CSSImageValue(const String& url);
48 StyleCachedImage* cachedImage(CachedResourceLoader*, const String& url);
CSSCursorImageValue.cpp 40 static inline bool isSVGCursorIdentifier(const String& url)
42 KURL kurl(ParsedURLString, url);
56 CSSCursorImageValue::CSSCursorImageValue(const String& url, const IntPoint& hotSpot)
57 : CSSImageValue(url)
65 const String& url = getStringValue(); local
66 if (!isSVGCursorIdentifier(url))
75 if (SVGCursorElement* cursorElement = resourceReferencedByCursorElement(url, referencedElement->document()))
89 const String& url = getStringValue();
90 if (!isSVGCursorIdentifier(url))
93 if (SVGCursorElement* cursorElement = resourceReferencedByCursorElement(url, element->document()))
117 String url = getStringValue(); local
    [all...]
  /external/webkit/Source/WebCore/fileapi/
BlobURL.cpp 55 String BlobURL::getIdentifier(const KURL& url)
57 ASSERT(url.protocolIs(kBlobProtocol));
59 unsigned startIndex = url.pathAfterLastSlash();
60 return url.string().substring(startIndex);
  /external/webkit/Source/WebCore/loader/win/
FrameLoaderWin.cpp 42 frameWin->client()->openURL(request.resourceRequest().url().string(), request.lockHistory());
51 if (m_submittedFormURL == resourceRequest.url())
53 m_submittedFormURL = resourceRequest.url();
58 frameWin->client()->submitForm(resourceRequest.httpMethod(), resourceRequest.url(), resourceRequest.httpBody());
  /external/webkit/Source/WebCore/platform/efl/
CookieJarEfl.cpp 40 void setCookies(Document* document, const KURL& url, const KURL& policyURL, const String& value)
42 cookieJar.set(url.string(), value);
45 String cookies(const Document* document, const KURL& url)
47 return cookieJar.get(url.string());
  /external/webkit/Source/WebCore/platform/qt/
KURLQt.cpp 30 KURL::KURL(const QUrl& url)
32 *this = KURL(KURL(), url.toEncoded().constData(), UTF8Encoding());
40 QUrl url = QUrl::fromEncoded(ba); local
41 return url;
  /external/webkit/Source/WebCore/platform/wx/
SSLKeyGeneratorWx.cpp 38 String signedPublicKeyAndChallengeString(unsigned keySizeIndex, const String &challengeString, const KURL &url)
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
IconDatabaseClientQt.cpp 64 void IconDatabaseClientQt::didImportIconURLForPageURL(const String& url)
68 void IconDatabaseClientQt::didImportIconDataForPageURL(const String& url)
70 emit iconLoadedForPageURL(url);
73 void IconDatabaseClientQt::didChangeIconForPageURL(const String& url)
  /external/webkit/Tools/Scripts/webkitpy/common/system/
urlfetcher.py 39 def fetch(self, url):
40 """Fetches the contents of the URL as a string."""
41 file_object = urllib.urlopen(url)
46 def fetch_into_file(self, url):
47 """Fetches the contents of the URL into a temporary file and return the filename.
52 contents = self.fetch(url)
  /frameworks/base/core/java/android/webkit/
DownloadListener.java 23 * @param url The full url to the content that should be downloaded
30 public void onDownloadStart(String url, String userAgent,
WebIconDatabase.java 45 * @param url The url passed in the request.
46 * @param icon The favicon for the given url.
48 public void onReceivedIcon(String url, Bitmap icon);
75 * url. If the icon exists, the listener will be called with the result.
76 * @param url The page's url.
79 public void requestIconForPageUrl(String url, IconListener listener) {
91 * Retain the icon for the given page url.
92 * @param url The page's url
    [all...]
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
TestShellCallback.java 22 public void timedOut(String url);
  /libcore/luni/src/main/java/libcore/net/url/
FtpHandler.java 18 package libcore.net.url;
22 import java.net.URL;
28 * Open a URLConnection on the given URL.
31 protected URLConnection openConnection(URL u) throws IOException {
37 * to the FTP server specified by this <code>URL</code>. If
41 * @param url
42 * the URL which the connection is pointing to
45 * @return a connection to the resource pointed by this url.
55 protected URLConnection openConnection(URL url, Proxy proxy) throws IOException
    [all...]
  /packages/apps/Browser/src/com/android/browser/
CombinedBookmarksCallbacks.java 19 void openUrl(String url);
  /external/chromium/chrome/browser/custom_handlers/
protocol_handler.cc 11 const GURL& url,
14 url_(url),
20 const GURL& url,
24 return new ProtocolHandler(lower_protocol, url, title);
29 std::string protocol, url; local
32 value->GetString("url", &url);
34 return ProtocolHandler::CreateProtocolHandler(protocol, GURL(url), title);
37 GURL ProtocolHandler::TranslateUrl(const GURL& url) {
40 EscapeQueryParamValue(url.spec(), true))
    [all...]
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
UrlAssetInfo.java 9 import java.net.URL;
13 * Handles loading of assets from a URL
19 private URL url; field in class:UrlAssetInfo
22 public static UrlAssetInfo create(AssetManager assetManager, AssetKey key, URL url) throws IOException {
23 // Check if URL can be reached. This will throw
25 URLConnection conn = url.openConnection();
29 // For some reason url cannot be reached?
33 return new UrlAssetInfo(assetManager, key, url, in)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/webkit/
UrlInterceptRegistryTest.java 42 public MockUrlInterceptHandler(PluginData data, String url) {
44 mUrl = url;
47 public CacheResult service(String url, Map<String, String> headers) {
51 public PluginData getPluginData(String url,
54 if (mUrl.equals(url)) {
64 String url = new String("url1"); local
66 new MockUrlInterceptHandler(data, url);
69 url = new String("url2");
71 new MockUrlInterceptHandler(data, url);
  /external/chromium/chrome/browser/webdata/
keyword_table.cc 20 // ID of the url column in keywords.
27 void BindURLToStatement(const TemplateURL& url, sql::Statement* s) {
28 s->BindString(0, UTF16ToUTF8(url.short_name()));
29 s->BindString(1, UTF16ToUTF8(url.keyword()));
30 GURL favicon_url = url.GetFaviconURL();
35 url.GetFaviconURL()));
37 s->BindString(3, url.url() ? url.url()->url() : std::string())
    [all...]
  /external/chromium/chrome/browser/history/
top_sites_database.cc 70 "url LONGVARCHAR PRIMARY KEY,"
90 "SELECT url, url_rank, title, thumbnail, redirects, "
104 MostVisitedURL url; local
106 url.url = gurl;
107 url.title = statement.ColumnString16(2);
109 SetRedirects(redirects, &url);
110 urls->push_back(url);
127 std::string TopSitesDatabase::GetRedirects(const MostVisitedURL& url) {
129 for (size_t i = 0; i < url.redirects.size(); i++
    [all...]
  /external/chromium/chrome/common/extensions/
extension_set.cc 32 std::string ExtensionSet::GetIdByURL(const GURL& url) const {
33 if (url.SchemeIs(chrome::kExtensionScheme))
34 return url.host();
36 const Extension* extension = GetByURL(url);
43 const Extension* ExtensionSet::GetByURL(const GURL& url) const {
44 if (url.SchemeIs(chrome::kExtensionScheme))
45 return GetByID(url.host());
49 if (i->second->web_extent().ContainsURL(url))
69 bool ExtensionSet::ExtensionBindingsAllowed(const GURL& url) const {
70 if (url.SchemeIs(chrome::kExtensionScheme)
    [all...]
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCache.cpp 81 const String& url = resource->url(); local
83 ASSERT(!m_resources.contains(url));
95 m_resources.set(url, resource);
98 unsigned ApplicationCache::removeResource(const String& url)
100 HashMap<String, RefPtr<ApplicationCacheResource> >::iterator it = m_resources.find(url);
114 ApplicationCacheResource* ApplicationCache::resourceForURL(const String& url)
116 ASSERT(!KURL(ParsedURLString, url).hasFragmentIdentifier());
117 return m_resources.get(url).get();
122 if (!request.url().protocolInHTTPFamily()
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmProvider.java 53 public Cursor query(Uri url, String[] projectionIn, String selection,
58 int match = sURLMatcher.match(url);
66 qb.appendWhere(url.getPathSegments().get(1));
69 throw new IllegalArgumentException("Unknown URL " + url);
79 ret.setNotificationUri(getContext().getContentResolver(), url); local
86 public String getType(Uri url) {
87 int match = sURLMatcher.match(url);
94 throw new IllegalArgumentException("Unknown URL");
99 public int update(Uri url, ContentValues values, String where, String[] whereArgs)
    [all...]
  /external/chromium/chrome/browser/prerender/
prerender_manager_unittest.cc 21 const GURL& url,
23 : PrerenderContents(prerender_manager, NULL, url,
30 const GURL& url,
33 : PrerenderContents(prerender_manager, NULL, url, alias_urls, GURL()),
86 bool AddSimplePreload(const GURL& url) {
87 return AddPreload(url, std::vector<GURL>(), GURL());
90 bool IsPendingEntry(const GURL& url) {
91 return (PrerenderManager::FindPendingEntry(url) != NULL);
116 const GURL& url,
146 GURL url("http://www.google.com/")
373 url); local
407 url); local
    [all...]
  /external/webkit/Source/WebCore/loader/cache/
CachedResourceLoader.cpp 58 static CachedResource* createResource(CachedResource::Type type, const KURL& url, const String& charset)
62 return new CachedImage(url.string());
64 return new CachedCSSStyleSheet(url.string(), charset);
66 return new CachedScript(url.string(), charset);
68 return new CachedFont(url.string());
71 return new CachedXSLStyleSheet(url.string());
75 return new CachedResource(url.string(), CachedResource::LinkResource);
111 KURL url = m_document->completeURL(resourceURL); local
112 return cachedResource(url);
117 KURL url = MemoryCache::removeFragmentIdentifierIfNeeded(resourceURL) local
172 KURL url = MemoryCache::removeFragmentIdentifierIfNeeded(KURL(KURL(), requestURL)); local
307 KURL url = m_document->completeURL(resourceURL); local
374 String url = resource->url(); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/res/
XSLTInfo.properties 25 vendor-url=http://xml.apache.org/xalan-j

Completed in 1307 milliseconds

1 2 3 45 6 7 8 91011>>