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

  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
convert_svg_images_to_png.py 57 images_path = devtools_frontend_path + "/Images" variable
58 image_sources_path = images_path + "/src"
71 png_full_path = images_path + "/" + png_file_name + ".png"
optimize_png_images.py 50 images_path = devtools_frontend_path + "/Images" variable
51 image_sources_path = images_path + "/src"
81 png_full_path = images_path + "/" + file_name + ".png"
  /build/tools/releasetools/
img_from_target_files 85 images_path = os.path.join(OPTIONS.input_tmp, "IMAGES")
86 if os.path.exists(images_path):
89 images = os.listdir(images_path)
94 with open(os.path.join(images_path, i), "r") as f:
img_from_target_files.py 85 images_path = os.path.join(OPTIONS.input_tmp, "IMAGES")
86 if os.path.exists(images_path):
89 images = os.listdir(images_path)
94 with open(os.path.join(images_path, i), "r") as f:
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack.h 135 const base::FilePath& images_path,
browser_theme_pack.cc     [all...]

Completed in 104 milliseconds