Home | History | Annotate | Download | only in avatar

Lines Matching refs:image_path

139                            const base::FilePath& image_path) {
145 "path" , new base::StringValue(image_path.value()));
153 const base::FilePath& image_path) {
163 EXPECT_EQ(image_path.value(), actual_image_path);
176 // Verifies that old user image info matches |image_index| and |image_path|
180 const base::FilePath& image_path) {
182 username, image_index, image_path);
187 // Verifies that new user image info matches |image_index| and |image_path|
191 const base::FilePath& image_path) {
193 username, image_index, image_path);
201 base::FilePath image_path = GetUserImagePath(username, "png");
206 image_path,
211 username, user_manager::User::USER_IMAGE_EXTERNAL, image_path);