HomeSort by relevance Sort by last modified time
    Searched full:favicon (Results 1 - 25 of 233) sorted by null

1 2 3 4 5 6 7 8 910

  /cts/tests/tests/webkit/assets/webkit/
test_favicon.html 18 <title>test favicon</title>
19 <link rel="icon" type="image/png" href="favicon.png">
22 <h3>hello favicon!</h3><br>
  /docs/source.android.com/templates/
includes 3 <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
  /external/chromium-trace/catapult/firefighter/default/
dispatch.yaml 7 - url: "*/favicon.ico"
app.yaml 23 - url: /favicon\.ico
24 static_files: static/favicon.ico
25 upload: static/favicon\.ico
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/ui/
ImgSrcReplacementTest.java 36 "<img src=\"http://google.com/favicon.ico\">",
37 "<img src='data:' blocked-src=\"http://google.com/favicon.ico\">"
44 "<img src='http://google.com/favicon.ico'>",
45 "<img src='data:' blocked-src='http://google.com/favicon.ico'>"
52 "<img src=http://google.com/favicon.ico>",
53 "<img src='data:' blocked-src=http://google.com/favicon.ico>"
60 "<img id=\"foo\" src=\"http://google.com/favicon.ico\">",
61 "<img id=\"foo\" src='data:' blocked-src=\"http://google.com/favicon.ico\">"
68 "<img id=\"foo\" src=\"http://google.com/favicon.ico\" alt='foo'>",
69 "<img id=\"foo\" src='data:' blocked-src=\"http://google.com/favicon.ico\" alt='foo'>
    [all...]
  /external/nanopb-c/docs/
Makefile 9 sed -i 's!</head>!<link href="favicon.ico" type="image/x-icon" rel="shortcut icon" />\n</head>!' $@
  /frameworks/base/core/java/android/webkit/
WebHistoryItem.java 68 * Return the favicon of this history item or null if no favicon was found.
69 * @return A Bitmap containing the favicon for this history item or null.
WebIconDatabase.java 30 * to enable favicon functionality on all WebView instances in this process.
47 * @param icon The favicon for the given url.
  /external/autotest/client/deps/webgl_perf/
webgl_perf.py 29 shutil.copy('../files/favicon.ico', srcdir)
  /packages/providers/PartnerBookmarksProvider/src/com/android/providers/partnerbookmarks/
PartnerBookmarksProvider.java 120 map.put(PartnerBookmarksContract.Bookmarks.FAVICON,
121 PartnerBookmarksContract.Bookmarks.FAVICON);
177 PartnerBookmarksContract.Bookmarks.FAVICON +
272 PartnerBookmarksContract.Bookmarks.FAVICON);
281 byte[] favicon = null;
285 favicon = readRaw(res, faviconId);
287 Log.i(TAG, "Failed to read favicon for " + bookmarkTitle, e);
306 if (favicon != null) {
307 insertHelper.bind(faviconColumn, favicon);
PartnerBookmarksContract.java 144 * The favicon of the bookmark, may be NULL.
148 public static final String FAVICON = "favicon";
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
mock-archive.txt 3 GET%www.zappos.com%/favicon.ico%%[('accept-encoding', 'gzip,deflate'), ('host', 'www.zappos.com')]
  /external/mockwebserver/src/main/java/com/google/mockwebserver/
QueueDispatcher.java 34 if (requestLine != null && requestLine.equals("GET /favicon.ico HTTP/1.1")) {
  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
QueueDispatcher.java 33 if (requestLine != null && requestLine.equals("GET /favicon.ico HTTP/1.1")) {
  /external/chromium-trace/catapult/dashboard/
app.yaml 42 - url: /favicon.ico
43 static_files: dashboard/static/favicon.ico
44 upload: dashboard/static/favicon.ico
  /external/jetty/src/java/org/eclipse/jetty/server/handler/
DefaultHandler.java 46 * For requests for favicon.ico, the Jetty icon is served.
67 URL fav = this.getClass().getClassLoader().getResource("org/eclipse/jetty/favicon.ico");
94 if (_serveIcon && _favicon!=null && method.equals(HttpMethods.GET) && request.getRequestURI().equals("/favicon.ico"))
182 * @return Returns true if the handle can server the jetty favicon.ico
191 * @param serveIcon true if the handle can server the jetty favicon.ico
  /frameworks/base/core/java/android/provider/
Browser.java 84 BookmarkColumns.FAVICON, // 6
193 * Stores a Bitmap extra in an {@link Intent} representing the favicon of a
195 * Browser, use this to access the favicon.
470 * The favicon of the bookmark. Must decode via {@link BitmapFactory#decodeByteArray}.
473 public static final String FAVICON = "favicon";
  /external/doclava/res/assets/templates/
head_tag.cs 6 <link rel="shortcut icon" type="image/x-icon" href="<?cs var:toroot ?>favicon.ico" />
  /external/proguard/docs/
index.html 11 <link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
  /hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/tmpl/layouts/
main.handlebars 9 <link rel="icon" href="{{projectAssets}}/favicon.ico">
  /build/tools/droiddoc/templates-pdk/
head_tag.cs 6 <link rel="shortcut icon" type="image/x-icon" href="<?cs var:toroot ?>favicon.ico" />
  /build/tools/droiddoc/templates-sac/
head_tag.cs 6 <link rel="shortcut icon" type="image/x-icon" href="<?cs var:toroot ?>favicon.ico" />
  /external/autotest/client/site_tests/security_BundledExtensions/
baseline 149 "chrome://favicon/*"],
  /external/skia/tools/skiaserve/
Response.cpp 32 " <link rel='shortcut icon' href='https://debugger.skia.org/res/img/favicon.ico' type='image/x-icon'/ >"
  /prebuilts/tools/common/proguard/proguard4.7/docs/
index.html 11 <link rel="shortcut icon" type="image/x-icon" href="favicon.ico">

Completed in 1886 milliseconds

1 2 3 4 5 6 7 8 910