Searched refs:info_array_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dmime_util_xdg.cc116 delete[] info_array_;
155 // store the subdirs of this theme and array index of |info_array_|.
157 SubDirInfo* info_array_; // List of sub-directories. member in class:__anon1708::IconTheme
163 info_array_(NULL) {
193 SubDirInfo* info = &info_array_[subdir_iter->second];
206 SubDirInfo* info = &info_array_[subdir_iter->second];
277 } else if (entry[0] == '[' && info_array_) {
281 current_info = &info_array_[subdirs_[subdir]];
313 if (key.compare("Directories") == 0 && !info_array_) {
323 return info_array_ !
[all...]

Completed in 84 milliseconds