Home
last modified time | relevance | path

Searched refs:popupFeatures (Results 1 – 22 of 22) sorted by relevance

/third_party/cef/libcef_dll/cpptoc/
Dlife_span_handler_cpptoc.cc34 const struct _cef_popup_features_t* popupFeatures, in life_span_handler_on_before_popup() argument
56 DCHECK(popupFeatures); in life_span_handler_on_before_popup()
57 if (!popupFeatures) in life_span_handler_on_before_popup()
83 if (popupFeatures) in life_span_handler_on_before_popup()
84 popupFeaturesObj.Set(*popupFeatures, false); in life_span_handler_on_before_popup()
/third_party/cef/tests/cefclient/browser/
Droot_window_views.cc59 const CefPopupFeatures& popupFeatures, in InitAsPopup() argument
74 if (popupFeatures.xSet) in InitAsPopup()
75 initial_bounds_.x = popupFeatures.x; in InitAsPopup()
76 if (popupFeatures.ySet) in InitAsPopup()
77 initial_bounds_.y = popupFeatures.y; in InitAsPopup()
78 if (popupFeatures.widthSet) in InitAsPopup()
79 initial_bounds_.width = popupFeatures.width; in InitAsPopup()
80 if (popupFeatures.heightSet) in InitAsPopup()
81 initial_bounds_.height = popupFeatures.height; in InitAsPopup()
Droot_window_gtk.cc135 const CefPopupFeatures& popupFeatures, in InitAsPopup() argument
147 if (popupFeatures.xSet) in InitAsPopup()
148 start_rect_.x = popupFeatures.x; in InitAsPopup()
149 if (popupFeatures.ySet) in InitAsPopup()
150 start_rect_.y = popupFeatures.y; in InitAsPopup()
151 if (popupFeatures.widthSet) in InitAsPopup()
152 start_rect_.width = popupFeatures.width; in InitAsPopup()
153 if (popupFeatures.heightSet) in InitAsPopup()
154 start_rect_.height = popupFeatures.height; in InitAsPopup()
Droot_window_mac.mm94 const CefPopupFeatures& popupFeatures,
198 const CefPopupFeatures& popupFeatures,
209 if (popupFeatures.xSet)
210 start_rect_.x = popupFeatures.x;
211 if (popupFeatures.ySet)
212 start_rect_.y = popupFeatures.y;
213 if (popupFeatures.widthSet)
214 start_rect_.width = popupFeatures.width;
215 if (popupFeatures.heightSet)
216 start_rect_.height = popupFeatures.height;
[all …]
Droot_window_win.cc181 const CefPopupFeatures& popupFeatures, in InitAsPopup() argument
195 if (popupFeatures.xSet) in InitAsPopup()
196 start_rect_.left = popupFeatures.x; in InitAsPopup()
197 if (popupFeatures.ySet) in InitAsPopup()
198 start_rect_.top = popupFeatures.y; in InitAsPopup()
199 if (popupFeatures.widthSet) in InitAsPopup()
200 start_rect_.right = start_rect_.left + popupFeatures.width; in InitAsPopup()
201 if (popupFeatures.heightSet) in InitAsPopup()
202 start_rect_.bottom = start_rect_.top + popupFeatures.height; in InitAsPopup()
Droot_window_mac.h38 const CefPopupFeatures& popupFeatures,
Droot_window_manager.h41 const CefPopupFeatures& popupFeatures,
Droot_window_manager.cc127 const CefPopupFeatures& popupFeatures, in CreateRootWindowAsPopup() argument
142 root_window->InitAsPopup(this, with_controls, with_osr, popupFeatures, in CreateRootWindowAsPopup()
Droot_window.h149 const CefPopupFeatures& popupFeatures,
Dclient_handler.h200 const CefPopupFeatures& popupFeatures,
334 const CefPopupFeatures& popupFeatures,
Droot_window_win.h37 const CefPopupFeatures& popupFeatures,
Dclient_handler.cc588 const CefPopupFeatures& popupFeatures, in OnBeforePopup() argument
597 return !CreatePopupWindow(browser, false, popupFeatures, windowInfo, client, in OnBeforePopup()
1045 const CefPopupFeatures& popupFeatures, in CreatePopupWindow() argument
1054 !is_devtools, is_osr(), popupFeatures, windowInfo, client, settings); in CreatePopupWindow()
Droot_window_views.h36 const CefPopupFeatures& popupFeatures,
Droot_window_gtk.h34 const CefPopupFeatures& popupFeatures,
/third_party/cef/libcef_dll/ctocpp/
Dlife_span_handler_ctocpp.cc32 const CefPopupFeatures& popupFeatures, in OnBeforePopup() argument
78 user_gesture, &popupFeatures, &windowInfo, &clientStruct, &settings, in OnBeforePopup()
Dlife_span_handler_ctocpp.h46 const CefPopupFeatures& popupFeatures,
/third_party/cef/include/capi/
Dcef_life_span_handler_capi.h96 const struct _cef_popup_features_t* popupFeatures,
/third_party/cef/include/
Dcef_life_span_handler.h88 const CefPopupFeatures& popupFeatures, in OnBeforePopup() argument
/third_party/cef/tests/ceftests/
Dosr_display_unittest.cc224 const CefPopupFeatures& popupFeatures, in OnBeforePopup() argument
360 const CefPopupFeatures& popupFeatures, in OnBeforePopup() argument
Drequest_context_unittest.cc287 const CefPopupFeatures& popupFeatures, in OnBeforePopup() argument
510 const CefPopupFeatures& popupFeatures, in OnBeforePopup() argument
Dnavigation_unittest.cc1399 const CefPopupFeatures& popupFeatures, in OnBeforePopup() argument
2179 const CefPopupFeatures& popupFeatures, in OnBeforePopup() argument
2322 const CefPopupFeatures& popupFeatures, in OnBeforePopup() argument
2460 const CefPopupFeatures& popupFeatures, in OnBeforePopup() argument
3469 const CefPopupFeatures& popupFeatures, in OnBeforePopup() argument
Dframe_handler_unittest.cc1627 const CefPopupFeatures& popupFeatures, in OnBeforePopup() argument