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

  /external/chromium/chrome/browser/importer/
importer_list.h 23 // Any class calling DetectSourceProfiles() must implement this interface in
39 void DetectSourceProfiles(Observer* observer);
67 // The worker method for DetectSourceProfiles(). Must be called on the FILE
80 // The ID of the thread DetectSourceProfiles() is called on. Only valid after
81 // DetectSourceProfiles() is called and until SourceProfilesLoaded() has
85 // Weak reference. Only valid after DetectSourceProfiles() is called and until
importer_list.cc 119 void ImporterList::DetectSourceProfiles(Observer* observer) {
  /external/chromium_org/chrome/browser/importer/
importer_list.h 31 void DetectSourceProfiles(const std::string& locale,
66 // The worker method for DetectSourceProfiles(). Must be called on the FILE
81 // The ID of the thread DetectSourceProfiles() is called on. Only valid after
82 // DetectSourceProfiles() is called and until SourceProfilesLoaded() has
86 // Weak reference. Only valid after DetectSourceProfiles() is called and until
importer_list.cc 107 void ImporterList::DetectSourceProfiles(
  /external/chromium/chrome/browser/ui/webui/options/
import_data_handler.cc 59 importer_list_->DetectSourceProfiles(this);
  /external/chromium_org/chrome/browser/ui/webui/options/
import_data_handler.cc 75 importer_list_->DetectSourceProfiles(
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 264 milliseconds