Home | History | Annotate | Download | only in proxy

Lines Matching defs:usable

62 //    it as usable.
64 // is a usable ImageData of the right size and format, we'll return it
100 ImageDataCacheEntry() : added_time(), usable(false), image() {}
103 usable(false),
110 bool usable;
151 if (!images_[i].usable)
178 images_[i].usable = true;
181 // datas it has or when it notifies us when one is usable. Its possible
183 // usable, and then the older one immediately gets expired. Therefore,
184 // if the next insertion would overwrite this now-usable entry, make the
241 // Notification from the renderer that the given image data is usable.