Home
last modified time | relevance | path

Searched defs:GlobalFrameRoutingId (Results 1 – 8 of 8) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/browser/
H A Dglobal_routing_id.h50 struct GlobalFrameRoutingId { struct
51 GlobalFrameRoutingId() : child_id(0), frame_routing_id(MSG_ROUTING_NONE) {} in GlobalFrameRoutingId() argument
53 GlobalFrameRoutingId(int child_id, int frame_routing_id) in GlobalFrameRoutingId() function
58 GlobalFrameRoutingId& operator=(const GlobalFrameRoutingId&) = default; argument
68 bool operator<(const GlobalFrameRoutingId& other) const { argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/public/browser/
H A Dglobal_routing_id.h43 struct GlobalFrameRoutingId { struct
44 GlobalFrameRoutingId() : child_id(0), frame_routing_id(MSG_ROUTING_NONE) {} in GlobalFrameRoutingId() argument
46 GlobalFrameRoutingId(int child_id, int frame_routing_id) in GlobalFrameRoutingId() argument
51 GlobalFrameRoutingId& operator=(const GlobalFrameRoutingId&) = default; argument
61 bool operator<(const GlobalFrameRoutingId& other) const { argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/locks/
H A Dlock_manager_browsertest.cc151 .WillOnce([&](GlobalFrameRoutingId, blink::mojom::ObservedFeatureType) { in IN_PROC_BROWSER_TEST_F() argument
165 .WillOnce([&](GlobalFrameRoutingId, blink::mojom::ObservedFeatureType) { in IN_PROC_BROWSER_TEST_F() argument
191 .WillOnce([&](GlobalFrameRoutingId, blink::mojom::ObservedFeatureType) { in IN_PROC_BROWSER_TEST_F() argument
216 .WillOnce([&](GlobalFrameRoutingId, blink::mojom::ObservedFeatureType) { in IN_PROC_BROWSER_TEST_F() argument
241 .WillOnce([&](GlobalFrameRoutingId, blink::mojom::ObservedFeatureType) { in IN_PROC_BROWSER_TEST_F() argument
254 .WillOnce([&](GlobalFrameRoutingId, blink::mojom::ObservedFeatureType) { in IN_PROC_BROWSER_TEST_F() argument
279 .WillOnce([&](GlobalFrameRoutingId, blink::mojom::ObservedFeatureType) { in IN_PROC_BROWSER_TEST_F() argument
304 blink::mojom::ObservedFeatureType) { in IN_PROC_BROWSER_TEST_F()
329 .WillOnce([&](GlobalFrameRoutingId, blink::mojom::ObservedFeatureType) { in IN_PROC_BROWSER_TEST_F() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/locks/
H A Dlock_manager_browsertest.cc150 .WillOnce([&](GlobalFrameRoutingId, blink::mojom::ObservedFeatureType) { in IN_PROC_BROWSER_TEST_F() argument
164 .WillOnce([&](GlobalFrameRoutingId, blink::mojom::ObservedFeatureType) { in IN_PROC_BROWSER_TEST_F() argument
190 .WillOnce([&](GlobalFrameRoutingId, blink::mojom::ObservedFeatureType) { in IN_PROC_BROWSER_TEST_F() argument
215 .WillOnce([&](GlobalFrameRoutingId, blink::mojom::ObservedFeatureType) { in IN_PROC_BROWSER_TEST_F() argument
240 .WillOnce([&](GlobalFrameRoutingId, blink::mojom::ObservedFeatureType) { in IN_PROC_BROWSER_TEST_F() argument
253 .WillOnce([&](GlobalFrameRoutingId, blink::mojom::ObservedFeatureType) { in IN_PROC_BROWSER_TEST_F() argument
278 .WillOnce([&](GlobalFrameRoutingId, blink::mojom::ObservedFeatureType) { in IN_PROC_BROWSER_TEST_F() argument
303 blink::mojom::ObservedFeatureType) { in IN_PROC_BROWSER_TEST_F()
328 .WillOnce([&](GlobalFrameRoutingId, blink::mojom::ObservedFeatureType) { in IN_PROC_BROWSER_TEST_F() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/indexed_db/
H A Dindexed_db_feature_observer_browsertest.cc172 .WillOnce([&](GlobalFrameRoutingId, blink::mojom::ObservedFeatureType) { in IN_PROC_BROWSER_TEST_F() argument
188 .WillOnce([&](GlobalFrameRoutingId, blink::mojom::ObservedFeatureType) { in IN_PROC_BROWSER_TEST_F() argument
223 .WillOnce([&](GlobalFrameRoutingId, blink::mojom::ObservedFeatureType) { in IN_PROC_BROWSER_TEST_F() argument
249 .WillOnce([&](GlobalFrameRoutingId, blink::mojom::ObservedFeatureType) { in IN_PROC_BROWSER_TEST_F() argument
276 .WillOnce([&](GlobalFrameRoutingId, blink::mojom::ObservedFeatureType) { in IN_PROC_BROWSER_TEST_F() argument
292 .WillOnce([&](GlobalFrameRoutingId, blink::mojom::ObservedFeatureType) { in IN_PROC_BROWSER_TEST_F() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/indexed_db/
H A Dindexed_db_feature_observer_browsertest.cc171 .WillOnce([&](GlobalFrameRoutingId, blink::mojom::ObservedFeatureType) { in IN_PROC_BROWSER_TEST_F() argument
187 .WillOnce([&](GlobalFrameRoutingId, blink::mojom::ObservedFeatureType) { in IN_PROC_BROWSER_TEST_F() argument
222 .WillOnce([&](GlobalFrameRoutingId, blink::mojom::ObservedFeatureType) { in IN_PROC_BROWSER_TEST_F() argument
248 .WillOnce([&](GlobalFrameRoutingId, blink::mojom::ObservedFeatureType) { in IN_PROC_BROWSER_TEST_F() argument
275 .WillOnce([&](GlobalFrameRoutingId, blink::mojom::ObservedFeatureType) { in IN_PROC_BROWSER_TEST_F() argument
291 .WillOnce([&](GlobalFrameRoutingId, blink::mojom::ObservedFeatureType) { in IN_PROC_BROWSER_TEST_F() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/core/
H A Dcontent_browser_client_qt.cpp826const std::vector<content::GlobalFrameRoutingId> &/*render_frames*/, in AllowWorkerFileSystem()
837const std::vector<content::GlobalFrameRoutingId> &/*render_frames*/) in AllowWorkerIndexedDB()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/media/router/presentation/
H A Dpresentation_service_delegate_impl_unittest.cc630 const MediaRoute&) { in TEST_F()