/third_party/cef/libcef_dll/cpptoc/ |
D | life_span_handler_cpptoc.cc | 34 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/ |
D | root_window_views.cc | 59 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()
|
D | root_window_gtk.cc | 135 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()
|
D | root_window_mac.mm | 94 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 …]
|
D | root_window_win.cc | 181 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()
|
D | root_window_mac.h | 38 const CefPopupFeatures& popupFeatures,
|
D | root_window_manager.h | 41 const CefPopupFeatures& popupFeatures,
|
D | root_window_manager.cc | 127 const CefPopupFeatures& popupFeatures, in CreateRootWindowAsPopup() argument 142 root_window->InitAsPopup(this, with_controls, with_osr, popupFeatures, in CreateRootWindowAsPopup()
|
D | root_window.h | 149 const CefPopupFeatures& popupFeatures,
|
D | client_handler.h | 200 const CefPopupFeatures& popupFeatures, 334 const CefPopupFeatures& popupFeatures,
|
D | root_window_win.h | 37 const CefPopupFeatures& popupFeatures,
|
D | client_handler.cc | 588 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()
|
D | root_window_views.h | 36 const CefPopupFeatures& popupFeatures,
|
D | root_window_gtk.h | 34 const CefPopupFeatures& popupFeatures,
|
/third_party/cef/libcef_dll/ctocpp/ |
D | life_span_handler_ctocpp.cc | 32 const CefPopupFeatures& popupFeatures, in OnBeforePopup() argument 78 user_gesture, &popupFeatures, &windowInfo, &clientStruct, &settings, in OnBeforePopup()
|
D | life_span_handler_ctocpp.h | 46 const CefPopupFeatures& popupFeatures,
|
/third_party/cef/include/capi/ |
D | cef_life_span_handler_capi.h | 96 const struct _cef_popup_features_t* popupFeatures,
|
/third_party/cef/include/ |
D | cef_life_span_handler.h | 88 const CefPopupFeatures& popupFeatures, in OnBeforePopup() argument
|
/third_party/cef/tests/ceftests/ |
D | osr_display_unittest.cc | 224 const CefPopupFeatures& popupFeatures, in OnBeforePopup() argument 360 const CefPopupFeatures& popupFeatures, in OnBeforePopup() argument
|
D | request_context_unittest.cc | 287 const CefPopupFeatures& popupFeatures, in OnBeforePopup() argument 510 const CefPopupFeatures& popupFeatures, in OnBeforePopup() argument
|
D | navigation_unittest.cc | 1399 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
|
D | frame_handler_unittest.cc | 1627 const CefPopupFeatures& popupFeatures, in OnBeforePopup() argument
|