HomeSort by relevance Sort by last modified time
    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) {
763 bool* fell_back_to_1x) const {
764 DCHECK(fell_back_to_1x);
770 if (DecodePNG(memory->front(), memory->size(), bitmap, fell_back_to_1x))
780 *fell_back_to_1x = false;
792 bool* fell_back_to_1x) const {
793 DCHECK(fell_back_to_1x);
796 LoadBitmap(*data_packs_[i], resource_id, bitmap, fell_back_to_1x)) {
    [all...]
resource_bundle.h 343 // If the call succeeds, |fell_back_to_1x| indicates whether Chrome's custom
348 bool* fell_back_to_1x) const;
357 bool* fell_back_to_1x) const;
374 bool* fell_back_to_1x);

Completed in 411 milliseconds