OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bitmap_id
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/history/
thumbnail_database.h
80
// bitmap at |
bitmap_id
|. Returns true if successful.
81
bool GetFaviconBitmap(FaviconBitmapID
bitmap_id
,
101
// |
bitmap_id
|.
103
bool SetFaviconBitmap(FaviconBitmapID
bitmap_id
,
107
// Sets the last updated time for the favicon bitmap at |
bitmap_id
|.
109
bool SetFaviconBitmapLastUpdateTime(FaviconBitmapID
bitmap_id
,
112
// Deletes the favicon bitmap with |
bitmap_id
|.
114
bool DeleteFaviconBitmap(FaviconBitmapID
bitmap_id
);
thumbnail_database.cc
774
bitmap_id_size.
bitmap_id
= statement.ColumnInt64(0);
798
favicon_bitmap.
bitmap_id
= statement.ColumnInt64(0);
815
FaviconBitmapID
bitmap_id
,
819
DCHECK(
bitmap_id
);
823
statement.BindInt64(0,
bitmap_id
);
870
FaviconBitmapID
bitmap_id
,
873
DCHECK(
bitmap_id
);
[
all
...]
history_backend.cc
2197
FaviconBitmapID
bitmap_id
=
bitmap_id
_sizes[i].
bitmap_id
;
local
[
all
...]
history_types.cc
405
:
bitmap_id
(0) {
414
:
bitmap_id
(0),
history_types.h
703
FaviconBitmapID
bitmap_id
;
member in struct:history::FaviconBitmapIDSize
715
FaviconBitmapID
bitmap_id
;
member in struct:history::FaviconBitmap
history_backend.h
707
// Returns true if the bitmap data at |
bitmap_id
| equals |new_bitmap_data|.
709
FaviconBitmapID
bitmap_id
,
[
all
...]
history_backend_unittest.cc
[
all
...]
Completed in 1132 milliseconds