OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FAVICON
(Results
1 - 17
of
17
) sorted by null
/external/chromium/chrome/common/
favicon_url.h
11
// The
favicon
url from the render.
16
FAVICON
= 1 << 0,
/external/chromium/chrome/browser/
favicon_helper.h
28
// FaviconHelper is used to fetch the
favicon
for TabContents.
30
// FetchFavicon requests the
favicon
from the
favicon
service which in turn
31
// requests the
favicon
from the history database. At this point
33
//
favicon
. To ensure we handle reloading stale favicons as well as
34
// reloading a
favicon
on page reload we always request the
favicon
from
35
// history regardless of whether the NavigationEntry has a
favicon
.
39
// db on our request for the
favicon
(OnFaviconDataForInitialURL),
40
// or a message from the renderer giving us the URL of the
favicon
fo
[
all
...]
/external/chromium/webkit/glue/
resource_type.h
26
FAVICON
, // a
favicon
/packages/apps/Browser/src/com/android/browser/provider/
SnapshotProvider.java
52
public static final String
FAVICON
= "
favicon
";
93
Snapshots.
FAVICON
+ " BLOB," +
/external/chromium/chrome/browser/bookmarks/
bookmark_html_writer.cc
351
// Map that stores
favicon
per URL.
437
// Filter out urls that we've already got
favicon
for.
442
favicon_service->GetFaviconForURL(GURL(url), history::
FAVICON
,
455
history::FaviconData
favicon
) {
461
if (
favicon
.is_valid() && !url.is_empty()) {
462
favicons_map_->insert(make_pair(url.spec(),
favicon
.image_data));
/frameworks/base/core/java/android/provider/
Browser.java
85
BookmarkColumns.
FAVICON
, // 6
183
* Stores a Bitmap extra in an {@link Intent} representing the
favicon
of a
185
* Browser, use this to access the
favicon
.
617
* The
favicon
of the bookmark. Must decode via {@link BitmapFactory#decodeByteArray}.
620
public static final String
FAVICON
= "
favicon
";
BrowserContract.java
168
* The
favicon
of the bookmark, may be NULL.
172
public static final String
FAVICON
= "
favicon
";
/external/chromium/chrome/browser/history/
history_types.h
241
// The URL of the
favicon
.
247
// The list of URLs using this
favicon
.
609
// TODO(brettw): this will eventually store the
favicon
.
610
// scoped_refptr<RefCountedBytes>
favicon
;
683
FAVICON
= 1 << 0,
706
// Defines the
favicon
stored in history backend.
726
// The type of
favicon
.
/prebuilt/sdk/10/
android.jar
/prebuilt/sdk/11/
android.jar
/prebuilt/sdk/12/
android.jar
/prebuilt/sdk/13/
android.jar
/prebuilt/sdk/14/
android.jar
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/9/
android.jar
Completed in 771 milliseconds