HomeSort by relevance Sort by last modified time
    Searched full:image_memory_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/themes/
browser_theme_pack.h 60 // |image_memory_| and the worker thread will keep a reference to prevent
216 // non-NULL; |image_memory_| is only filled during BuildFromExtension(). Any
218 // needs to be in |image_memory_|.
219 RawImages image_memory_; member in class:BrowserThemePack
225 // in |image_memory_| that are in |prepared_images_| or vice versa.
228 // Loaded images. These are loaded from |image_memory_| or the |data_pack_|.
browser_theme_pack.cc 445 AddRawImagesTo(image_memory_, &resources);
514 RawImages::const_iterator it = image_memory_.find(prs_id);
515 if (it != image_memory_.end()) {
547 RawImages::const_iterator it = image_memory_.find(prs_id);
548 if (it != image_memory_.end()) {
860 // Some images need to go directly into |image_memory_|. No modification is
871 image_memory_[id] = raw_data;
    [all...]
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack.h 77 // |image_memory_| and the worker thread will keep a reference to prevent
258 // non-NULL; |image_memory_| is only filled during BuildFromExtension(). Any
260 // needs to be in |image_memory_|.
261 RawImages image_memory_; member in class:BrowserThemePack
263 // Loaded images. These are loaded from |image_memory_|, from |data_pack_|,
270 // should be no IDs in |image_memory_| that are in |images_on_file_thread_|
browser_theme_pack.cc 809 AddRawImagesTo(image_memory_, &resources);
    [all...]

Completed in 206 milliseconds