OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:images_on_ui_thread_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/themes/
browser_theme_pack.cc
657
if (!pack->LoadRawBitmapsTo(file_paths, &pack->
images_on_ui_thread_
))
660
pack->CreateImages(&pack->
images_on_ui_thread_
);
664
pack->images_on_file_thread_ = pack->
images_on_ui_thread_
;
672
// Set ThemeImageSource on |
images_on_ui_thread_
| to resample the source
677
for (ImageCache::iterator it = pack->
images_on_ui_thread_
.begin();
678
it != pack->
images_on_ui_thread_
.end(); ++it) {
863
ImageCache::const_iterator image_iter =
images_on_ui_thread_
.find(prs_id);
864
if (image_iter !=
images_on_ui_thread_
.end())
[
all
...]
browser_theme_pack.h
266
ImageCache
images_on_ui_thread_
;
member in class:BrowserThemePack
browser_theme_pack_unittest.cc
146
&theme_pack_->
images_on_ui_thread_
);
Completed in 40 milliseconds