Home | History | Annotate | Download | only in login

Lines Matching defs:image_path

93                            const base::FilePath& image_path) {
100 "path" , new base::StringValue(image_path.value()));
108 const base::FilePath& image_path) {
118 EXPECT_EQ(image_path.value(), actual_image_path);
131 // Verifies that old user image info matches |image_index| and |image_path|
135 const base::FilePath& image_path) {
137 username, image_index, image_path);
142 // Verifies that new user image info matches |image_index| and |image_path|
146 const base::FilePath& image_path) {
148 username, image_index, image_path);
156 base::FilePath image_path = GetUserImagePath(username, "png");
161 image_path,
165 SetOldUserImageInfo(username, User::kExternalImageIndex, image_path);