OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ICONDIR
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/gfx/
icon_util.h
161
//
ICONDIR
Contains information about all the icon images contained within a
163
struct
ICONDIR
{
204
// image. This value is set in the |idType| field of the
ICONDIR
structure.
229
ICONDIR
* icon_dir,
icon_util.cc
487
ICONDIR
* icon_dir = reinterpret_cast<
ICONDIR
*>(&buffer[0]);
490
// - 1 because there is already one ICONDIRENTRY in
ICONDIR
.
493
size_t offset = sizeof(
ICONDIR
) + (sizeof(ICONDIRENTRY) * icon_dir_count);
565
ICONDIR
* icon_dir,
637
// number of icon images. Note that sizeof(
ICONDIR
) already accounts for a
640
size_t total_buffer_size = sizeof(
ICONDIR
);
icon_util_unittest.cc
97
ASSERT_GE(icon_data.length(), sizeof(IconUtil::
ICONDIR
));
103
const IconUtil::
ICONDIR
* icon_dir =
104
reinterpret_cast<const IconUtil::
ICONDIR
*>(icon_data.data());
108
sizeof(IconUtil::
ICONDIR
) +
Completed in 156 milliseconds