OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:images_on_file_thread_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/themes/
browser_theme_pack.h
270
// should be no IDs in |image_memory_| that are in |
images_on_file_thread_
|
272
ImageCache
images_on_file_thread_
;
member in class:BrowserThemePack
browser_theme_pack.cc
662
// Make sure the |
images_on_file_thread_
| has bitmaps for supported
664
pack->
images_on_file_thread_
= pack->images_on_ui_thread_;
665
for (ImageCache::iterator it = pack->
images_on_file_thread_
.begin();
666
it != pack->
images_on_file_thread_
.end(); ++it) {
810
RepackImages(
images_on_file_thread_
, &reencoded_images);
[
all
...]
Completed in 46 milliseconds