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

  /external/chromium/chrome/browser/policy/
file_based_policy_provider.h 35 const FilePath& config_file_path() { return config_file_path_; }
38 const FilePath config_file_path_; member in class:policy::FileBasedPolicyProvider::ProviderDelegate
file_based_policy_loader.h 36 const FilePath& config_file_path() { return config_file_path_; }
41 // |config_file_path_|. Must be called on the file thread.
52 const FilePath config_file_path_; member in class:policy::FileBasedPolicyLoader
64 // Records last known modification timestamp of |config_file_path_|.
file_based_policy_provider.cc 13 : config_file_path_(config_file_path) {}
file_based_policy_loader.cc 31 config_file_path_(provider_delegate->config_file_path()),
  /external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.h 145 FilePath config_file_path_; member in class:ImageBurnResourceManager
imageburner_ui.cc 598 if (file_util::ReadFileToString(config_file_path_, &image_url)) {
668 config_file_path_ = GetImageDir().Append(kImageFetcherName);
675 downloader->DownloadFile(config_file_url_, config_file_path_, tab_contents);

Completed in 2452 milliseconds