Home
last modified time | relevance | path

Searched full:favicon (Results 1 – 25 of 3219) sorted by relevance

12345678910>>...129

/aosp_15_r20/prebuilts/go/linux-x86/src/html/template/
Dcontent_test.go23 Srcset(`greeting=H%69,&addressee=(World) 2x, https://golang.org/favicon.ico 500.5w`),
75 `greeting=H%69,&addressee=(World) 2x, https://golang.org/favicon.ico 500.5w`,
105 …`greeting=H%69,&addressee=(World) 2x, https://golang.org/favicon.ico 500.5…
120 `greeting=H%69,&addressee=(World) 2x, https://golang.org/favicon.ico 500.5w`,
135 `greeting=H%69,&addressee=(World) 2x, https://golang.org/favicon.ico 500.5w`,
151 `"greeting=H%69,\u0026addressee=(World) 2x, https://golang.org/favicon.ico 500.5w"`,
167 `"greeting=H%69,\u0026addressee=(World) 2x, https://golang.org/favicon.ico 500.5w"`,
182 `greeting=H%69,\u0026addressee=(World) 2x, https:\/\/golang.org\/favicon.ico 500.5w`,
197 `greeting=H%69,\u0026addressee=(World) 2x, https:\/\/golang.org\/favicon.ico 500.5w`,
213 `"greeting=H%69,\u0026addressee=(World) 2x, https://golang.org/favicon.ico 500.5w"`,
[all …]
/aosp_15_r20/device/google/atv/FrameworkPackageStubs/src/com/android/browser/provider/
DBrowserProvider2.java241 map.put(Bookmarks.FAVICON, Bookmarks.FAVICON); in map.put() argument
291 map.put(History.FAVICON, History.FAVICON); in map.put() argument
309 map.put(Images.FAVICON, Images.FAVICON); in map.put() argument
324 map.put(Combined.FAVICON, Combined.FAVICON); in map.put() argument
338 map.put(Combined.FAVICON, Combined.FAVICON); in map.put() argument
419 Images.FAVICON + " BLOB," + in onCreate()
1120 db.insertOrThrow(TABLE_IMAGES, Images.FAVICON, imageValues); in insertInTransaction()
1141 db.insertOrThrow(TABLE_IMAGES, Images.FAVICON, imageValues); in insertInTransaction()
1363 db.insertOrThrow(TABLE_IMAGES, Images.FAVICON, values); in updateInTransaction()
1366 // Only favicon is exposed in the public API. If we updated in updateInTransaction()
[all …]
/aosp_15_r20/packages/providers/PartnerBookmarksProvider/src/com/android/providers/partnerbookmarks/
DPartnerBookmarksProvider.java120 map.put(PartnerBookmarksContract.Bookmarks.FAVICON, in map.put() argument
121 PartnerBookmarksContract.Bookmarks.FAVICON); in map.put()
177 PartnerBookmarksContract.Bookmarks.FAVICON + in createTable()
272 PartnerBookmarksContract.Bookmarks.FAVICON); in addDefaultBookmarks()
281 byte[] favicon = null; in addDefaultBookmarks()
285 favicon = readRaw(res, faviconId); in addDefaultBookmarks()
287 Log.i(TAG, "Failed to read favicon for " + bookmarkTitle, e); in addDefaultBookmarks()
306 if (favicon != null) { in addDefaultBookmarks()
307 insertHelper.bind(faviconColumn, favicon); in addDefaultBookmarks()
DPartnerBookmarksContract.java144 * The favicon of the bookmark, may be NULL.
148 public static final String FAVICON = "favicon"; field in PartnerBookmarksContract.Bookmarks
/aosp_15_r20/out/soong/.intermediates/packages/providers/PartnerBookmarksProvider/PartnerBookmarksProvider/android_common/javac/
DPartnerBookmarksProvider.jar ... URL public static final String TITLE public static final String FAVICON public static final String TOUCHICON public static final String PARENT ...
/aosp_15_r20/external/perfetto/ui/src/bigtrace/
H A Dindex.ts87 const favicon = document.head.querySelector('#favicon') as HTMLLinkElement; constant
88 if (favicon) favicon.href = root + 'assets/favicon.png';
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/
H A Djavadoc_util.gradle23 // Add favicon to each page
28 "<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/assets/favicon-32x32.png\">" +
29 "<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/assets/favicon-16x16.png\">" +
32 "<link rel=\"shortcut icon\" href=\"/assets/favicon.ico\">" +
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/
H A Djavadoc_util.gradle23 // Add favicon to each page
28 "<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/assets/favicon-32x32.png\">" +
29 "<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/assets/favicon-16x16.png\">" +
32 "<link rel=\"shortcut icon\" href=\"/assets/favicon.ico\">" +
/aosp_15_r20/frameworks/base/core/java/android/provider/
H A DBrowser.java81 BookmarkColumns.FAVICON, // 6
190 * Stores a Bitmap extra in an {@link Intent} representing the favicon of a
192 * Browser, use this to access the favicon.
469 * The favicon of the bookmark. Must decode via {@link BitmapFactory#decodeByteArray}.
472 public static final String FAVICON = "favicon"; field in Browser.BookmarkColumns
/aosp_15_r20/external/perfetto/ui/src/frontend/
H A Dindex.ts161 const favicon = document.head.querySelector('#favicon'); constant
162 if (favicon instanceof HTMLLinkElement) {
163 favicon.href = assetSrc('assets/favicon.png');
/aosp_15_r20/cts/tests/tests/webkit/assets/webkit/
H A Dtest_favicon.html18 <title>test favicon</title>
19 <link rel="icon" type="image/png" href="favicon.png">
22 <h3>hello favicon!</h3><br>
/aosp_15_r20/external/zxing/zxing.appspot.com/src/main/webapp/
H A Dapp.yaml26 - url: /favicon.ico
27 static_files: favicon.ico
28 upload: favicon.ico
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_includes/head/
H A Dfavicon.html5 {%- include snippets/prepend-baseurl.html path='/assets/favicon-32x32.png' -%}
8 {%- include snippets/prepend-baseurl.html path='/assets/favicon-16x16.png' -%}
17 {%- include snippets/prepend-baseurl.html path='/assets/favicon.ico' -%}
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_includes/head/
H A Dfavicon.html5 {%- include snippets/prepend-baseurl.html path='/assets/favicon-32x32.png' -%}
8 {%- include snippets/prepend-baseurl.html path='/assets/favicon-16x16.png' -%}
17 {%- include snippets/prepend-baseurl.html path='/assets/favicon.ico' -%}
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/
H A Doverview-summary.html4favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png…
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/
H A Doverview-summary.html4favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png…
/aosp_15_r20/frameworks/base/core/java/android/webkit/
H A DWebHistoryItem.java66 * Return the favicon of this history item or {@code null} if no favicon was found.
67 * @return A Bitmap containing the favicon for this history item or {@code null}.
/aosp_15_r20/external/accompanist/web/src/androidTest/kotlin/com/google/accompanist/web/
H A DWebTest.kt279 override fun onPageStarted(view: WebView, url: String?, favicon: Bitmap?) { in <lambda>()
280 super.onPageStarted(view, url, favicon) in <lambda>()
428 // Check that state is reset on the loading of a new page (without a title or favicon set) in <lambda>()
651 override fun onPageStarted(view: WebView, url: String?, favicon: Bitmap?) { in <lambda>()
652 super.onPageStarted(view, url, favicon) in <lambda>()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowWebView.java274 webViewClient.onPageStarted(realWebView, url, /* favicon= */ null); in performSuccessfulPageLoad()
534 /** Gets the favicon for the current page set by {@link #setFavicon}. */
540 /** Sets the favicon to return from {@link #getFavicon}. */
541 public void setFavicon(Bitmap favicon) { in setFavicon() argument
542 currentFavicon = favicon; in setFavicon()
/aosp_15_r20/developers/samples/android/system/AppShortcuts/app/src/main/java/com/example/android/appshortcuts/
DShortcutHelper.java225 final Uri iconUri = uri.buildUpon().path("favicon.ico").build(); in fetchFavicon()
226 Log.i(TAG, "Fetching favicon from: " + iconUri); in fetchFavicon()
238 Log.w(TAG, "Failed to fetch favicon from " + iconUri, e); in fetchFavicon()
/aosp_15_r20/development/samples/browseable/AppShortcuts/src/com.example.android.appshortcuts/
H A DShortcutHelper.java225 final Uri iconUri = uri.buildUpon().path("favicon.ico").build(); in fetchFavicon()
226 Log.i(TAG, "Fetching favicon from: " + iconUri); in fetchFavicon()
238 Log.w(TAG, "Failed to fetch favicon from " + iconUri, e); in fetchFavicon()
/aosp_15_r20/developers/build/prebuilts/gradle/AppShortcuts/app/src/main/java/com/example/android/appshortcuts/
H A DShortcutHelper.java225 final Uri iconUri = uri.buildUpon().path("favicon.ico").build(); in fetchFavicon()
226 Log.i(TAG, "Fetching favicon from: " + iconUri); in fetchFavicon()
238 Log.w(TAG, "Failed to fetch favicon from " + iconUri, e); in fetchFavicon()
/aosp_15_r20/external/cronet/third_party/jni_zero/test/golden/
H A DtestNonProxy-SampleNonProxy_jni.h.golden52 const jni_zero::JavaParamRef<jbyteArray>& favicon,
64 jbyteArray favicon,
75 jni_zero::JavaParamRef<jbyteArray>(env, favicon),
/aosp_15_r20/development/samples/ShortcutSample/src/com/example/android/shortcutsample/
H A DShortcutHelper.java238 final Uri iconUri = uri.buildUpon().path("favicon.ico").build(); in fetchFavicon()
239 Log.i(TAG, "Fetching favicon from: " + iconUri); in fetchFavicon()
251 Log.w(TAG, "Failed to fetch favicon from " + iconUri, e); in fetchFavicon()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/com/google/android/exoplayer2/text/ttml/
H A Dpackage-summary.html4favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png…

12345678910>>...129