Home
last modified time | relevance | path

Searched refs:CookieType (Results 1 – 8 of 8) sorted by relevance

/dports/games/widelands/widelands-build21/src/logic/
H A Dcookie_priority_queue.h34 using CookieType = _Type; member
35 using CookieTypeVector = std::vector<CookieType*>;
87 using CookieType = typename CookiePriorityQueueBase<_Type>::CookieType;
102 CookieType* top() const;
104 void push(CookieType* elt);
105 void pop(CookieType* elt);
106 void decrease_key(CookieType* elt);
107 void increase_key(CookieType* elt);
174 typename CookiePriorityQueue<_T, _Cw, _CA>::CookieType*
181 typename CookiePriorityQueue<_T, _Cw, _CA>::CookieType* elt) {
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/net/
H A Dnetwork_context_configuration_browsertest.cc203 enum class CookieType { enum in __anone5449b720111::NetworkContextConfigurationBrowserTest
550 void SetCookie(CookieType cookie_type, in SetCookie()
559 if (cookie_type == CookieType::kThirdParty) in SetCookie()
563 if (cookie_type == CookieType::kThirdParty) in SetCookie()
796 SetCookie(CookieType::kFirstParty, CookiePersistenceType::kPersistent, in IN_PROC_BROWSER_TEST_P()
1552 SetCookie(CookieType::kThirdParty, CookiePersistenceType::kSession, in IN_PROC_BROWSER_TEST_P()
1578 SetCookie(CookieType::kThirdParty, CookiePersistenceType::kSession, in IN_PROC_BROWSER_TEST_P()
1586 SetCookie(CookieType::kThirdParty, CookiePersistenceType::kSession, in IN_PROC_BROWSER_TEST_P()
1607 SetCookie(CookieType::kFirstParty, CookiePersistenceType::kSession, in IN_PROC_BROWSER_TEST_P()
1625 SetCookie(CookieType::kFirstParty, CookiePersistenceType::kSession, in IN_PROC_BROWSER_TEST_P()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/net/
H A Dnetwork_context_configuration_browsertest.cc207 enum class CookieType { enum in __anon59b1acf70111::NetworkContextConfigurationBrowserTest
557 void SetCookie(CookieType cookie_type, in SetCookie()
566 if (cookie_type == CookieType::kThirdParty) in SetCookie()
570 if (cookie_type == CookieType::kThirdParty) in SetCookie()
806 SetCookie(CookieType::kFirstParty, CookiePersistenceType::kPersistent, in IN_PROC_BROWSER_TEST_P()
1588 SetCookie(CookieType::kThirdParty, CookiePersistenceType::kSession, in IN_PROC_BROWSER_TEST_P()
1610 SetCookie(CookieType::kThirdParty, CookiePersistenceType::kSession, in IN_PROC_BROWSER_TEST_P()
1620 SetCookie(CookieType::kThirdParty, CookiePersistenceType::kSession, in IN_PROC_BROWSER_TEST_P()
1641 SetCookie(CookieType::kFirstParty, CookiePersistenceType::kSession, in IN_PROC_BROWSER_TEST_P()
1659 SetCookie(CookieType::kFirstParty, CookiePersistenceType::kSession, in IN_PROC_BROWSER_TEST_P()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/cookies/
H A Dcookie_monster.h291 enum CookieType { enum
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/cookies/
H A Dcookie_monster.h290 enum CookieType { enum
/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dlatexdocument.h65 enum CookieType { enum
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/web_request/
H A Dweb_request_api.cc2144 template <typename CookieType>
2146 const std::vector<CookieType>& modifications) { in SummarizeCookieModifications()
2148 for (const CookieType& mod : modifications) { in SummarizeCookieModifications()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/web_request/
H A Dweb_request_api.cc2077 template <typename CookieType>
2079 const std::vector<CookieType>& modifications) { in SummarizeCookieModifications()
2081 for (const CookieType& mod : modifications) { in SummarizeCookieModifications()