Home
last modified time | relevance | path

Searched refs:kEntryIdKey (Results 1 – 10 of 10) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/dom_distiller/core/
H A Durl_constants.cc10 const char kEntryIdKey[] = "entry_id"; variable
H A Durl_constants.h11 extern const char kEntryIdKey[];
H A Durl_utils.cc39 return net::AppendOrReplaceQueryParameter(url, kEntryIdKey, entry_id); in GetDistillerViewUrlFromEntryId()
H A Dviewer_unittest.cc99 kEntryIdKey, "abc-def"), in TEST_F()
H A Dviewer.cc250 std::string entry_id = url_utils::GetValueForKeyInUrl(url, kEntryIdKey); in CreateViewRequest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/dom_distiller/core/
H A Durl_constants.cc10 const char kEntryIdKey[] = "entry_id"; variable
H A Durl_constants.h11 extern const char kEntryIdKey[];
H A Durl_utils.cc40 return net::AppendOrReplaceQueryParameter(url, kEntryIdKey, entry_id); in GetDistillerViewUrlFromEntryId()
H A Dviewer_unittest.cc100 kEntryIdKey, "abc-def"), in TEST_F()
H A Dviewer.cc289 std::string entry_id = url_utils::GetValueForKeyInUrl(url, kEntryIdKey); in CreateViewRequest()