Home
last modified time | relevance | path

Searched defs:NavigationDetails (Results 1 – 4 of 4) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/infobars/core/
H A Dinfobar_delegate.h169 struct NavigationDetails { struct
171 int entry_id;
173 bool is_navigation_to_different_page;
175 bool did_replace_entry;
176 bool is_reload;
177 bool is_redirect;
179 bool is_form_submission = false;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/infobars/core/
H A Dinfobar_delegate.h178 struct NavigationDetails { struct
180 int entry_id;
182 bool is_navigation_to_different_page;
184 bool did_replace_entry;
185 bool is_reload;
186 bool is_redirect;
188 bool is_form_submission = false;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/fuchsia/engine/browser/
H A Dframe_impl_browsertest.cc45 using NavigationDetails = fuchsia::web::NavigationState; typedef
/dports/www/chromium-legacy/chromium-88.0.4324.182/fuchsia/engine/browser/
H A Dframe_impl_browsertest.cc57 using NavigationDetails = fuchsia::web::NavigationState; typedef