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

  /external/chromium/chrome/browser/chromeos/login/
default_user_images.h 20 bool IsDefaultImagePath(const std::string& path, int* image_id);
default_user_images.cc 68 bool IsDefaultImagePath(const std::string& path, int* image_id) {
user_manager.cc 266 if (IsDefaultImagePath(image_path, &default_image_id)) {
388 if (!IsDefaultImagePath(image_path_string, &default_image_id)) {
469 IsDefaultImagePath(image_path, &default_image_id)) {
503 if (!IsDefaultImagePath(image_path, &image_id))
  /external/chromium_org/chrome/browser/chromeos/login/
default_user_images.h 27 bool IsDefaultImagePath(const std::string& path, int* image_id);
default_user_images.cc 110 bool IsDefaultImagePath(const std::string& path, int* image_id) {

Completed in 155 milliseconds