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 103 bool fell_back_to_1x = false; variable
106 &image, &fell_back_to_1x);
112 if (fell_back_to_1x) {
693 bool* fell_back_to_1x) const {
694 DCHECK(fell_back_to_1x);
700 if (DecodePNG(memory->front(), memory->size(), bitmap, fell_back_to_1x))
710 *fell_back_to_1x = false;
722 bool* fell_back_to_1x) const {
723 DCHECK(fell_back_to_1x);
729 LoadBitmap(*data_packs_[i], resource_id, bitmap, fell_back_to_1x)) {
    [all...]
resource_bundle.h 318 // If the call succeeds, |fell_back_to_1x| indicates whether Chrome's custom
323 bool* fell_back_to_1x) const;
332 bool* fell_back_to_1x) const;
349 bool* fell_back_to_1x);

Completed in 24 milliseconds