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

  /external/skia/gm/
nonclosedpaths.cpp 46 static void MakePath(SkPath* path, ClosureType type) {
106 MakePath(&path, kType[type]);
129 MakePath(&path, kType[type]);
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences_unittest.cc 285 base::FilePath MakePath(std::string dir) {
302 path = MakePath("new_auto");
321 path = MakePath("new_user");
333 EXPECT_TRUE(gallery_prefs()->LookUpGalleryByPath(MakePath("new_auto"), NULL));
334 EXPECT_TRUE(gallery_prefs()->LookUpGalleryByPath(MakePath("new_user"), NULL));
335 EXPECT_FALSE(gallery_prefs()->LookUpGalleryByPath(MakePath("other"), NULL));
339 EXPECT_TRUE(gallery_prefs()->LookUpGalleryByPath(MakePath("new_auto"),
343 EXPECT_TRUE(gallery_prefs()->LookUpGalleryByPath(MakePath("new_user"),
348 path = MakePath("other");
379 path = MakePath("new_auto")
    [all...]
  /external/chromium_org/ppapi/native_client/src/tools/
srpcgen.py 381 def MakePath(name):
411 MakePath(h_file_name)
418 MakePath(cc_file_name)

Completed in 311 milliseconds