OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fell_back_to_1x
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/base/resource/
resource_bundle.cc
132
bool
fell_back_to_1x
= false;
variable
135
&image, &
fell_back_to_1x
);
145
if (
fell_back_to_1x
) {
754
bool*
fell_back_to_1x
) const {
755
DCHECK(
fell_back_to_1x
);
761
if (DecodePNG(memory->front(), memory->size(), bitmap,
fell_back_to_1x
))
771
*
fell_back_to_1x
= false;
783
bool*
fell_back_to_1x
) const {
784
DCHECK(
fell_back_to_1x
);
787
LoadBitmap(*data_packs_[i], resource_id, bitmap,
fell_back_to_1x
)) {
[
all
...]
resource_bundle.h
331
// If the call succeeds, |
fell_back_to_1x
| indicates whether Chrome's custom
336
bool*
fell_back_to_1x
) const;
345
bool*
fell_back_to_1x
) const;
362
bool*
fell_back_to_1x
);
Completed in 36 milliseconds