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

  /external/chromium/chrome/browser/themes/
browser_theme_pack_unittest.cc 299 std::string path_json = "{ \"theme_button_background\": \"one\", " local
302 ParseImageNamesJSON(path_json, &out_file_paths);
313 std::string path_json = "{ \"wrong\": [1], " local
317 ParseImageNamesJSON(path_json, &out_file_paths);
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack_unittest.cc 460 std::string path_json = "{ \"theme_button_background\": \"one\", " local
463 ParseImageNamesJSON(path_json, &out_file_paths);
483 std::string path_json = "{ \"wrong\": [1], " local
487 ParseImageNamesJSON(path_json, &out_file_paths);

Completed in 52 milliseconds