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

  /external/chromium/chrome/browser/themes/
browser_theme_pack_unittest.cc 109 std::map<int, FilePath>* out_file_paths) {
113 out_file_paths); local
117 std::map<int, FilePath>* out_file_paths) {
118 theme_pack_->ParseImageNamesFromJSON(value, FilePath(), out_file_paths);
121 theme_pack_->BuildSourceImagesArray(*out_file_paths);
124 bool LoadRawBitmapsTo(const std::map<int, FilePath>& out_file_paths) {
125 return theme_pack_->LoadRawBitmapsTo(out_file_paths,
301 std::map<int, FilePath> out_file_paths; local
302 ParseImageNamesJSON(path_json, &out_file_paths);
304 EXPECT_EQ(2u, out_file_paths.size())
316 std::map<int, FilePath> out_file_paths; local
354 std::map<int, FilePath> out_file_paths; local
374 std::map<int, FilePath> out_file_paths; local
383 std::map<int, FilePath> out_file_paths; local
    [all...]
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack_unittest.cc 122 TestFilePathMap* out_file_paths) {
126 out_file_paths); local
131 TestFilePathMap* out_file_paths) {
133 out_file_paths);
136 theme_pack_->BuildSourceImagesArray(*out_file_paths);
139 bool LoadRawBitmapsTo(const TestFilePathMap& out_file_paths) {
140 return theme_pack_->LoadRawBitmapsTo(out_file_paths,
462 TestFilePathMap out_file_paths; local
463 ParseImageNamesJSON(path_json, &out_file_paths);
471 EXPECT_EQ(expected_file_paths, out_file_paths.size())
486 TestFilePathMap out_file_paths; local
524 TestFilePathMap out_file_paths; local
544 TestFilePathMap out_file_paths; local
553 TestFilePathMap out_file_paths; local
    [all...]

Completed in 100 milliseconds