Home
last modified time | relevance | path

Searched refs:WindowFeatures (Results 1 – 25 of 122) sorted by relevance

12345

/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DWindowFeatures.h23 class WindowFeatures {
25 WindowFeatures() = default;
27 WindowFeatures(const WindowFeatures& aOther) = delete;
28 WindowFeatures& operator=(const WindowFeatures& aOther) = delete;
30 WindowFeatures(WindowFeatures&& aOther) = delete;
31 WindowFeatures& operator=(WindowFeatures&& aOther) = delete;
H A DWindowFeatures.cpp15 using mozilla::dom::WindowFeatures;
19 bool WindowFeatures::IsLowerCase(const char* text) { in IsLowerCase()
81 int32_t WindowFeatures::ParseIntegerWithFallback(const nsCString& aValue) { in ParseIntegerWithFallback()
109 bool WindowFeatures::ParseBool(const nsCString& aValue) { in ParseBool()
130 bool WindowFeatures::Tokenize(const nsACString& aFeatures) { in Tokenize()
218 void WindowFeatures::Stringify(nsAutoCString& aOutput) { in Stringify()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DWindowFeatures.h23 class WindowFeatures {
25 WindowFeatures() = default;
27 WindowFeatures(const WindowFeatures& aOther) = delete;
28 WindowFeatures& operator=(const WindowFeatures& aOther) = delete;
30 WindowFeatures(WindowFeatures&& aOther) = delete;
31 WindowFeatures& operator=(WindowFeatures&& aOther) = delete;
H A DWindowFeatures.cpp15 using mozilla::dom::WindowFeatures;
19 bool WindowFeatures::IsLowerCase(const char* text) { in IsLowerCase()
81 int32_t WindowFeatures::ParseIntegerWithFallback(const nsCString& aValue) { in ParseIntegerWithFallback()
109 bool WindowFeatures::ParseBool(const nsCString& aValue) { in ParseBool()
130 bool WindowFeatures::Tokenize(const nsACString& aFeatures) { in Tokenize()
218 void WindowFeatures::Stringify(nsAutoCString& aOutput) { in Stringify()
/dports/www/firefox/firefox-99.0/dom/base/
H A DWindowFeatures.h23 class WindowFeatures {
25 WindowFeatures() = default;
27 WindowFeatures(const WindowFeatures& aOther) = delete;
28 WindowFeatures& operator=(const WindowFeatures& aOther) = delete;
30 WindowFeatures(WindowFeatures&& aOther) = delete;
31 WindowFeatures& operator=(WindowFeatures&& aOther) = delete;
H A DWindowFeatures.cpp15 using mozilla::dom::WindowFeatures;
19 bool WindowFeatures::IsLowerCase(const char* text) { in IsLowerCase()
81 int32_t WindowFeatures::ParseIntegerWithFallback(const nsCString& aValue) { in ParseIntegerWithFallback()
109 bool WindowFeatures::ParseBool(const nsCString& aValue) { in ParseBool()
130 bool WindowFeatures::Tokenize(const nsACString& aFeatures) { in Tokenize()
218 void WindowFeatures::Stringify(nsAutoCString& aOutput) { in Stringify()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DWindowFeatures.h23 class WindowFeatures {
25 WindowFeatures() = default;
27 WindowFeatures(const WindowFeatures& aOther) = delete;
28 WindowFeatures& operator=(const WindowFeatures& aOther) = delete;
30 WindowFeatures(WindowFeatures&& aOther) = delete;
31 WindowFeatures& operator=(WindowFeatures&& aOther) = delete;
H A DWindowFeatures.cpp15 using mozilla::dom::WindowFeatures;
19 bool WindowFeatures::IsLowerCase(const char* text) { in IsLowerCase()
81 int32_t WindowFeatures::ParseIntegerWithFallback(const nsCString& aValue) { in ParseIntegerWithFallback()
109 bool WindowFeatures::ParseBool(const nsCString& aValue) { in ParseBool()
130 bool WindowFeatures::Tokenize(const nsACString& aFeatures) { in Tokenize()
218 void WindowFeatures::Stringify(nsAutoCString& aOutput) { in Stringify()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/resource_coordinator/tab_ranker/
H A Dwindow_features.cc9 WindowFeatures::WindowFeatures( in WindowFeatures() function in tab_ranker::WindowFeatures
19 bool WindowFeatures::operator==(const WindowFeatures& other) const { in operator ==()
24 bool WindowFeatures::operator!=(const WindowFeatures& other) const { in operator !=()
H A Dwindow_features.h17 struct WindowFeatures { struct
18 WindowFeatures(metrics::WindowMetricsEvent::Type type,
23 ~WindowFeatures() = default;
25 bool operator==(const WindowFeatures& other) const;
26 bool operator!=(const WindowFeatures& other) const;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DWindowFeatures.cpp40 WindowFeatures::WindowFeatures(const String& features) in WindowFeatures() function in WebCore::WindowFeatures
123 void WindowFeatures::setWindowFeature(const String& keyString, const String& valueString) in setWindowFeature()
164 WindowFeatures::WindowFeatures(const String& dialogFeaturesString, const FloatRect& screenAvailable… in WindowFeatures() function in WebCore::WindowFeatures
210 bool WindowFeatures::boolFeature(const DialogFeaturesMap& features, const char* key, bool defaultVa… in boolFeature()
219 float WindowFeatures::floatFeature(const DialogFeaturesMap& features, const char* key, float min, f… in floatFeature()
238 void WindowFeatures::parseDialogFeatures(const String& string, DialogFeaturesMap& map) in parseDialogFeatures()
H A DWindowFeatures.h39 struct WindowFeatures { struct
41 WindowFeatures() in WindowFeatures() function
57 WindowFeatures(const String& windowFeaturesString);
58 WindowFeatures(const String& dialogFeaturesString, const FloatRect& screenAvailableRect);
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/windowwatcher/
H A DnsWindowWatcher.h90 static bool ShouldOpenPopup(const mozilla::dom::WindowFeatures& aFeatures,
94 const mozilla::dom::WindowFeatures& aFeatures, const SizeSpec& aSizeSpec);
97 const mozilla::dom::WindowFeatures& aFeatures, const SizeSpec& aSizeSpec,
101 static void CalcSizeSpec(const mozilla::dom::WindowFeatures& aFeatures,
118 uint32_t aInitialFlags, const mozilla::dom::WindowFeatures& aFeatures,
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/windowwatcher/
H A DnsWindowWatcher.h91 static bool ShouldOpenPopup(const mozilla::dom::WindowFeatures& aFeatures,
95 const mozilla::dom::WindowFeatures& aFeatures, const SizeSpec& aSizeSpec);
98 const mozilla::dom::WindowFeatures& aFeatures, const SizeSpec& aSizeSpec,
102 static void CalcSizeSpec(const mozilla::dom::WindowFeatures& aFeatures,
119 uint32_t aInitialFlags, const mozilla::dom::WindowFeatures& aFeatures,
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/windowwatcher/
H A DnsWindowWatcher.h91 static bool ShouldOpenPopup(const mozilla::dom::WindowFeatures& aFeatures,
95 const mozilla::dom::WindowFeatures& aFeatures, const SizeSpec& aSizeSpec);
98 const mozilla::dom::WindowFeatures& aFeatures, const SizeSpec& aSizeSpec,
102 static void CalcSizeSpec(const mozilla::dom::WindowFeatures& aFeatures,
119 uint32_t aInitialFlags, const mozilla::dom::WindowFeatures& aFeatures,
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/blocked_content/
H A Dpopup_blocker_tab_helper_unittest.cc86 blink::mojom::WindowFeatures window_features; in TEST_F()
108 blink::mojom::WindowFeatures(), PopupBlockType::kNoGesture); in TEST_F()
117 blink::mojom::WindowFeatures(), PopupBlockType::kNoGesture); in TEST_F()
140 blink::mojom::WindowFeatures(), PopupBlockType::kNoGesture); in TEST_F()
162 blink::mojom::WindowFeatures(), PopupBlockType::kNoGesture); in TEST_F()
167 blink::mojom::WindowFeatures(), PopupBlockType::kNoGesture); in TEST_F()
181 blink::mojom::WindowFeatures(), PopupBlockType::kNoGesture); in TEST_F()
H A Dpopup_blocker_tab_helper.cc31 const blink::mojom::WindowFeatures& window_features, in BlockedRequest()
38 blink::mojom::WindowFeatures window_features;
86 const blink::mojom::WindowFeatures& window_features, in AddBlockedPopup()
/dports/www/firefox/firefox-99.0/toolkit/components/windowwatcher/
H A DnsWindowWatcher.h90 static bool ShouldOpenPopup(const mozilla::dom::WindowFeatures& aFeatures);
93 const mozilla::dom::WindowFeatures& aFeatures, bool* aIsPopupRequested);
96 const mozilla::dom::WindowFeatures& aFeatures, bool aDialog,
105 uint32_t aInitialFlags, const mozilla::dom::WindowFeatures& aFeatures,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/blocked_content/
H A Dblocked_window_params.h27 const blink::mojom::WindowFeatures& features,
35 blink::mojom::WindowFeatures features() const { return features_; } in features()
44 blink::mojom::WindowFeatures features_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/resource_coordinator/
H A Dtab_metrics_logger_interactive_uitest.cc26 using tab_ranker::WindowFeatures;
88 WindowFeatures expected_metrics{WindowMetricsEvent::TYPE_TABBED, in IN_PROC_BROWSER_TEST_F()
143 WindowFeatures expected_metrics{WindowMetricsEvent::TYPE_TABBED, in IN_PROC_BROWSER_TEST_F()
176 WindowFeatures expected_metrics{WindowMetricsEvent::TYPE_TABBED, in IN_PROC_BROWSER_TEST_F()
179 WindowFeatures expected_metrics_2{WindowMetricsEvent::TYPE_TABBED, in IN_PROC_BROWSER_TEST_F()
H A Dtab_metrics_logger.h26 struct WindowFeatures;
89 static tab_ranker::WindowFeatures CreateWindowFeatures(
H A Dtab_metrics_logger_unittest.cc36 using tab_ranker::WindowFeatures;
413 WindowFeatures expected_metrics{WindowMetricsEvent::TYPE_TABBED, in TEST_F()
436 WindowFeatures expected_metrics_2{WindowMetricsEvent::TYPE_POPUP, in TEST_F()
464 WindowFeatures starting_browser_metrics{WindowMetricsEvent::TYPE_TABBED, in TEST_F()
496 WindowFeatures created_browser_metrics{WindowMetricsEvent::TYPE_TABBED, in TEST_F()
512 WindowFeatures expected_metrics{WindowMetricsEvent::TYPE_TABBED, in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/blocked_content/test/
H A Dtest_popup_navigation_delegate.h24 blink::mojom::WindowFeatures navigation_window_features;
36 const blink::mojom::WindowFeatures& window_features,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/public/renderer/
H A Dwindow_features_converter.cc17 blink::mojom::WindowFeaturesPtr result = blink::mojom::WindowFeatures::New(); in ConvertWebWindowFeaturesToMojoWindowFeatures()
34 const blink::mojom::WindowFeatures& window_features) { in ConvertMojoWindowFeaturesToWebWindowFeatures()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/renderer/
H A Dwindow_features_converter.cc17 blink::mojom::WindowFeaturesPtr result = blink::mojom::WindowFeatures::New(); in ConvertWebWindowFeaturesToMojoWindowFeatures()
34 const blink::mojom::WindowFeatures& window_features) { in ConvertMojoWindowFeaturesToWebWindowFeatures()

12345