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 74 bool fell_back_to_1x = false; variable
76 &image, &fell_back_to_1x);
80 if (fell_back_to_1x) {
624 bool* fell_back_to_1x) const {
625 DCHECK(fell_back_to_1x);
631 if (DecodePNG(memory->front(), memory->size(), bitmap, fell_back_to_1x))
641 *fell_back_to_1x = false;
653 bool* fell_back_to_1x) const {
654 DCHECK(fell_back_to_1x);
660 LoadBitmap(*data_packs_[i], resource_id, bitmap, fell_back_to_1x)) {
    [all...]
resource_bundle.h 317 // If the call succeeds, |fell_back_to_1x| indicates whether Chrome's custom
322 bool* fell_back_to_1x) const;
331 bool* fell_back_to_1x) const;
348 bool* fell_back_to_1x);

Completed in 34 milliseconds