Home
last modified time | relevance | path

Searched refs:kPathKey (Results 1 – 14 of 14) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/updater/
H A Dutil.cc81 constexpr int kPathKey = in GetBaseDirectory() local
89 if (!base::PathService::Get(kPathKey, &app_data_dir)) { in GetBaseDirectory()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/
H A Dcomputed_hashes.cc32 const char kPathKey[] = "path"; variable
145 file_hash.FindStringKey(computed_hashes::kPathKey); in CreateFromFile()
269 dict.SetStringKey(computed_hashes::kPathKey, in WriteToFile()
H A Dverified_contents.cc36 const char kPathKey[] = "path"; variable
164 const std::string* file_path_string = data.FindStringKey(kPathKey); in Create()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/declarative_webrequest/
H A Dwebrequest_constants.cc39 const char kPathKey[] = "path"; variable
H A Dwebrequest_constants.h43 extern const char kPathKey[];
H A Dwebrequest_action.cc85 if (dict->GetString(keys::kPathKey, &string_tmp)) in ParseResponseCookieImpl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/declarative_webrequest/
H A Dwebrequest_constants.cc40 const char kPathKey[] = "path"; variable
H A Dwebrequest_constants.h44 extern const char kPathKey[];
H A Dwebrequest_action.cc86 if (dict->GetString(keys::kPathKey, &string_tmp)) in ParseResponseCookieImpl()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/
H A Dcomputed_hashes.cc31 const char kPathKey[] = "path"; variable
144 file_hash.FindStringKey(computed_hashes::kPathKey); in CreateFromFile()
268 dict.SetStringKey(computed_hashes::kPathKey, in WriteToFile()
H A Dverified_contents.cc35 const char kPathKey[] = "path"; variable
163 const std::string* file_path_string = data.FindStringKey(kPathKey); in Create()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/extensions/
H A Dextensions_internals_source.cc264 constexpr base::StringPiece kPathKey = "path"; variable
464 extension_data.SetKey(kPathKey, in WriteToString()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/extensions/
H A Dextensions_internals_source.cc311 constexpr base::StringPiece kPathKey = "path"; variable
515 extension_data.SetKey(kPathKey, in WriteToString()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/dbus/shill/
H A Dfake_shill_manager_client.cc225 const char kPathKey[] = "path"; variable
671 properties_copy.SetKey(kPathKey, base::Value(service_path)); in SortManagerServices()
687 std::string service_path = GetStringValue(dict, kPathKey); in SortManagerServices()
706 new_default_service = GetStringValue(default_network, kPathKey); in SortManagerServices()