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
680
// Make sure the |
images_on_file_thread_
| has bitmaps for supported
682
pack->
images_on_file_thread_
= pack->images_on_ui_thread_;
683
for (ImageCache::iterator it = pack->
images_on_file_thread_
.begin();
684
it != pack->
images_on_file_thread_
.end(); ++it) {
828
RepackImages(
images_on_file_thread_
, &reencoded_images);
[
all
...]
Completed in 983 milliseconds