/third_party/cef/libcef/browser/chrome/views/ |
D | browser_platform_delegate_chrome_views.cc | 114 bool is_devtools) { in PopupWebContentsCreated() argument 123 browser_view_.get(), settings, client, is_devtools); in PopupWebContentsCreated() 136 bool is_devtools) { in PopupBrowserCreated() argument 144 browser_view_.get(), new_browser_view.get(), is_devtools); in PopupBrowserCreated()
|
D | browser_platform_delegate_chrome_views.h | 34 bool is_devtools) override; 36 bool is_devtools) override;
|
/third_party/cef/include/capi/views/ |
D | cef_browser_view_delegate_capi.h | 99 int is_devtools); 114 int is_devtools);
|
/third_party/cef/include/views/ |
D | cef_browser_view_delegate.h | 89 bool is_devtools) { in GetDelegateForPopupBrowserView() argument 106 bool is_devtools) { in OnPopupBrowserViewCreated() argument
|
/third_party/cef/libcef/browser/views/ |
D | browser_platform_delegate_views.cc | 146 bool is_devtools) { in PopupWebContentsCreated() argument 154 browser_view_.get(), settings, client, is_devtools); in PopupWebContentsCreated() 167 bool is_devtools) { in PopupBrowserCreated() argument 175 browser_view_.get(), new_browser_view.get(), is_devtools); in PopupBrowserCreated()
|
D | browser_platform_delegate_views.h | 41 bool is_devtools) override; 43 bool is_devtools) override;
|
/third_party/cef/libcef_dll/cpptoc/views/ |
D | browser_view_delegate_cpptoc.cc | 84 int is_devtools) { in browser_view_delegate_get_delegate_for_popup_browser_view() argument 114 CefClientCppToC::Unwrap(client), is_devtools ? true : false); in browser_view_delegate_get_delegate_for_popup_browser_view() 124 int is_devtools) { in browser_view_delegate_on_popup_browser_view_created() argument 146 is_devtools ? true : false); in browser_view_delegate_on_popup_browser_view_created()
|
/third_party/cef/libcef_dll/ctocpp/views/ |
D | browser_view_delegate_ctocpp.cc | 83 bool is_devtools) { in GetDelegateForPopupBrowserView() argument 105 CefClientCToCpp::Unwrap(client), is_devtools); in GetDelegateForPopupBrowserView() 115 bool is_devtools) { in OnPopupBrowserViewCreated() argument 136 CefBrowserViewCppToC::Wrap(popup_browser_view), is_devtools); in OnPopupBrowserViewCreated()
|
D | browser_view_delegate_ctocpp.h | 50 bool is_devtools) override; 53 bool is_devtools) override;
|
/third_party/cef/tests/cefclient/browser/ |
D | views_window.h | 129 bool is_devtools) override; 132 bool is_devtools) override;
|
D | views_window.cc | 340 bool is_devtools) { in GetDelegateForPopupBrowserView() argument 358 bool is_devtools) { in OnPopupBrowserViewCreated() argument
|
D | client_handler.h | 333 bool is_devtools,
|
D | client_handler.cc | 1044 bool is_devtools, in CreatePopupWindow() argument 1054 !is_devtools, is_osr(), popupFeatures, windowInfo, client, settings); in CreatePopupWindow()
|
/third_party/cef/libcef/browser/ |
D | browser_platform_delegate.h | 197 bool is_devtools); 206 bool is_devtools);
|
D | browser_platform_delegate.cc | 133 bool is_devtools) {} in PopupWebContentsCreated() argument 137 bool is_devtools) {} in PopupBrowserCreated() argument
|
/third_party/cef/tests/cefsimple/ |
D | simple_app.cc | 63 bool is_devtools) override { in OnPopupBrowserViewCreated() argument
|
/third_party/cef/tests/ceftests/ |
D | test_handler.cc | 74 bool is_devtools) override { in OnPopupBrowserViewCreated() argument 77 is_devtools ? "DevTools" : "Popup"); in OnPopupBrowserViewCreated()
|
/third_party/chromium/patch/ |
D | 0004-ohos-3.2-Beta5.patch | 22206 - bool is_devtools) { 22211 + bool is_devtools) {
|