Home
last modified time | relevance | path

Searched refs:list_path (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/printing/cloud_print/
Dcloud_print_proxy_service.cc147 base::FilePath list_path( in GetPrinters() local
150 if (!list_path.empty()) { in GetPrinters()
152 base::ReadFileToString(list_path, &printers_json); in GetPrinters()
/external/chromium_org/chrome/browser/net/
Dpredictor_browsertest.cc142 void GetListFromPrefsAsString(const char* list_path, in GetListFromPrefsAsString() argument
145 const base::ListValue* list_value = prefs->GetList(list_path); in GetListFromPrefsAsString()