OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FilePathMap
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/themes/
browser_theme_pack.h
102
typedef std::map<int, FilePath>
FilePathMap
;
131
FilePathMap
* file_paths) const;
134
void BuildSourceImagesArray(const
FilePathMap
& file_paths);
138
bool LoadRawBitmapsTo(const
FilePathMap
& file_paths,
/external/chromium_org/chrome/browser/themes/
browser_theme_pack.h
106
typedef std::map<int, ScaleFactorToFileMap>
FilePathMap
;
136
FilePathMap
* file_paths) const;
138
// Helper function to populate the
FilePathMap
.
142
FilePathMap
* file_paths) const;
145
void BuildSourceImagesArray(const
FilePathMap
& file_paths);
149
bool LoadRawBitmapsTo(const
FilePathMap
& file_paths,
Completed in 31 milliseconds