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

  /external/chromium/chrome/browser/themes/
browser_theme_pack.cc 322 delete [] source_images_;
416 pack->source_images_ = reinterpret_cast<int*>(
438 int* end = source_images_;
442 reinterpret_cast<const char*>(source_images_),
443 source_count * sizeof(*source_images_));
562 int* img = source_images_;
578 source_images_(NULL) {
838 source_images_ = new int[ids.size() + 1];
839 std::copy(ids.begin(), ids.end(), source_images_);
840 source_images_[ids.size()] = -1
    [all...]
browser_theme_pack.h 133 // Creates the data for |source_images_| from |file_paths|.
212 int* source_images_; member in class:BrowserThemePack
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack.h 144 // Creates the data for |source_images_| from |file_paths|.
251 int* source_images_; member in class:BrowserThemePack
browser_theme_pack.cc 631 delete [] source_images_;
751 pack->source_images_ = reinterpret_cast<int*>(
795 int* end = source_images_;
799 reinterpret_cast<const char*>(source_images_),
800 source_count * sizeof(*source_images_));
    [all...]

Completed in 160 milliseconds