| /third_party/cef/ |
| D | cef_paths2.gypi | 165 'tests/shared/browser/client_app_browser.cc', 166 'tests/shared/browser/client_app_browser.h', 167 'tests/shared/browser/extension_util.cc', 168 'tests/shared/browser/extension_util.h', 169 'tests/shared/browser/file_util.cc', 170 'tests/shared/browser/file_util.h', 171 'tests/shared/browser/geometry_util.cc', 172 'tests/shared/browser/geometry_util.h', 173 'tests/shared/browser/main_message_loop.cc', 174 'tests/shared/browser/main_message_loop.h', [all …]
|
| D | BUILD.gn | 367 "libcef/browser/devtools/devtools_util.cc", 368 "libcef/browser/devtools/devtools_util.h", 384 "libcef/browser/devtools/devtools_util_unittest.cc", 402 "libcef/browser/alloy/alloy_browser_context.cc", 403 "libcef/browser/alloy/alloy_browser_context.h", 404 "libcef/browser/alloy/alloy_browser_host_impl.cc", 405 "libcef/browser/alloy/alloy_browser_host_impl.h", 406 "libcef/browser/alloy/alloy_browser_main.cc", 407 "libcef/browser/alloy/alloy_browser_main.h", 408 "libcef/browser/alloy/browser_platform_delegate_alloy.cc", [all …]
|
| /third_party/cef/libcef_dll/ctocpp/ |
| D | render_handler_ctocpp.cc | 43 bool CefRenderHandlerCToCpp::GetRootScreenRect(CefRefPtr<CefBrowser> browser, in GetRootScreenRect() argument 53 // Verify param: browser; type: refptr_diff in GetRootScreenRect() 54 DCHECK(browser.get()); in GetRootScreenRect() 55 if (!browser.get()) in GetRootScreenRect() 60 _struct, CefBrowserCppToC::Wrap(browser), &rect); in GetRootScreenRect() 67 void CefRenderHandlerCToCpp::GetViewRect(CefRefPtr<CefBrowser> browser, in GetViewRect() argument 77 // Verify param: browser; type: refptr_diff in GetViewRect() 78 DCHECK(browser.get()); in GetViewRect() 79 if (!browser.get()) in GetViewRect() 83 _struct->get_view_rect(_struct, CefBrowserCppToC::Wrap(browser), &rect); in GetViewRect() [all …]
|
| D | display_handler_ctocpp.cc | 24 void CefDisplayHandlerCToCpp::OnAddressChange(CefRefPtr<CefBrowser> browser, in OnAddressChange() argument 35 // Verify param: browser; type: refptr_diff in OnAddressChange() 36 DCHECK(browser.get()); in OnAddressChange() 37 if (!browser.get()) in OnAddressChange() 49 _struct->on_address_change(_struct, CefBrowserCppToC::Wrap(browser), in OnAddressChange() 54 void CefDisplayHandlerCToCpp::OnTitleChange(CefRefPtr<CefBrowser> browser, in OnTitleChange() argument 64 // Verify param: browser; type: refptr_diff in OnTitleChange() 65 DCHECK(browser.get()); in OnTitleChange() 66 if (!browser.get()) in OnTitleChange() 71 _struct->on_title_change(_struct, CefBrowserCppToC::Wrap(browser), in OnTitleChange() [all …]
|
| D | request_handler_ctocpp.cc | 30 bool CefRequestHandlerCToCpp::OnBeforeBrowse(CefRefPtr<CefBrowser> browser, in OnBeforeBrowse() argument 43 // Verify param: browser; type: refptr_diff in OnBeforeBrowse() 44 DCHECK(browser.get()); in OnBeforeBrowse() 45 if (!browser.get()) in OnBeforeBrowse() 58 _struct, CefBrowserCppToC::Wrap(browser), CefFrameCppToC::Wrap(frame), in OnBeforeBrowse() 67 CefRefPtr<CefBrowser> browser, in OnOpenURLFromTab() argument 80 // Verify param: browser; type: refptr_diff in OnOpenURLFromTab() 81 DCHECK(browser.get()); in OnOpenURLFromTab() 82 if (!browser.get()) in OnOpenURLFromTab() 95 _struct, CefBrowserCppToC::Wrap(browser), CefFrameCppToC::Wrap(frame), in OnOpenURLFromTab() [all …]
|
| D | print_handler_ctocpp.cc | 25 void CefPrintHandlerCToCpp::OnPrintStart(CefRefPtr<CefBrowser> browser) { in OnPrintStart() argument 34 // Verify param: browser; type: refptr_diff in OnPrintStart() 35 DCHECK(browser.get()); in OnPrintStart() 36 if (!browser.get()) in OnPrintStart() 40 _struct->on_print_start(_struct, CefBrowserCppToC::Wrap(browser)); in OnPrintStart() 45 CefRefPtr<CefBrowser> browser, in OnPrintSettings() argument 56 // Verify param: browser; type: refptr_diff in OnPrintSettings() 57 DCHECK(browser.get()); in OnPrintSettings() 58 if (!browser.get()) in OnPrintSettings() 66 _struct->on_print_settings(_struct, CefBrowserCppToC::Wrap(browser), in OnPrintSettings() [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | controlFlowForCatchAndFinally.types | 7 type Browser = {close(): Promise<void>}; 8 >Browser : Browser 11 declare function test1(): Promise<Browser>; 12 >test1 : () => Promise<Browser> 14 declare function test2(obj: Browser): Promise<Page>; 15 >test2 : (obj: Browser) => Promise<Page> 16 >obj : Browser 21 let browser: Browser | undefined = undefined; 22 >browser : Browser | undefined 30 browser = await test1(); [all …]
|
| /third_party/cef/patch/patches/ |
| D | chrome_browser_browser.patch | 1 diff --git chrome/browser/browser_about_handler.cc chrome/browser/browser_about_handler.cc 3 --- chrome/browser/browser_about_handler.cc 4 +++ chrome/browser/browser_about_handler.cc 15 diff --git chrome/browser/ui/browser.cc chrome/browser/ui/browser.cc 17 --- chrome/browser/ui/browser.cc 18 +++ chrome/browser/ui/browser.cc 38 #include "chrome/browser/extensions/extension_browser_window_helper.h" 40 @@ -488,6 +502,13 @@ Browser::Browser(const CreateParams& params) 54 @@ -1348,6 +1369,14 @@ content::KeyboardEventProcessingResult Browser::PreHandleKeyboardEvent( 69 @@ -1355,8 +1384,18 @@ bool Browser::HandleKeyboardEvent(content::WebContents* source, [all …]
|
| D | chrome_browser_profile_menu.patch | 1 diff --git chrome/browser/profiles/profile_window.cc chrome/browser/profiles/profile_window.cc 3 --- chrome/browser/profiles/profile_window.cc 4 +++ chrome/browser/profiles/profile_window.cc 16 diff --git chrome/browser/ui/views/profiles/incognito_menu_view.cc chrome/browser/ui/views/profiles… 18 --- chrome/browser/ui/views/profiles/incognito_menu_view.cc 19 +++ chrome/browser/ui/views/profiles/incognito_menu_view.cc 22 Browser* browser) 23 : ProfileMenuViewBase(anchor_button, browser) { 24 - DCHECK(browser->profile()->IsIncognitoProfile()); 25 + DCHECK(browser->profile()->IsIncognitoProfile() || [all …]
|
| D | print_preview_123.patch | 1 diff --git chrome/browser/download/download_prefs.cc chrome/browser/download/download_prefs.cc 3 --- chrome/browser/download/download_prefs.cc 4 +++ chrome/browser/download/download_prefs.cc 10 #include "chrome/browser/download/chrome_download_manager_delegate.h" 11 #include "chrome/browser/download/download_core_service_factory.h" 12 #include "chrome/browser/download/download_core_service_impl.h" 14 #include "chrome/browser/ui/pdf/adobe_reader_info_win.h" 18 +#include "cef/libcef/browser/alloy/alloy_browser_context.h" 36 diff --git chrome/browser/printing/print_preview_dialog_controller.cc chrome/browser/printing/print… 38 --- chrome/browser/printing/print_preview_dialog_controller.cc [all …]
|
| D | chrome_runtime_views.patch | 1 diff --git chrome/browser/ui/browser_command_controller.cc chrome/browser/ui/browser_command_contro… 3 --- chrome/browser/ui/browser_command_controller.cc 4 +++ chrome/browser/ui/browser_command_controller.cc 21 - return browser_->SupportsWindowFeature(Browser::FEATURE_TABSTRIP); 22 + return browser_->SupportsWindowFeature(Browser::FEATURE_TABSTRIP) || 27 - return browser_->SupportsWindowFeature(Browser::FEATURE_LOCATIONBAR); 28 + return browser_->SupportsWindowFeature(Browser::FEATURE_LOCATIONBAR) || 33 diff --git chrome/browser/ui/views/frame/browser_frame.cc chrome/browser/ui/views/frame/browser_fra… 35 --- chrome/browser/ui/views/frame/browser_frame.cc 36 +++ chrome/browser/ui/views/frame/browser_frame.cc [all …]
|
| D | content_2015.patch | 1 diff --git chrome/browser/download/download_target_determiner.cc chrome/browser/download/download_t… 3 --- chrome/browser/download/download_target_determiner.cc 4 +++ chrome/browser/download/download_target_determiner.cc 14 diff --git chrome/browser/plugins/chrome_plugin_service_filter.cc chrome/browser/plugins/chrome_plu… 16 --- chrome/browser/plugins/chrome_plugin_service_filter.cc 17 +++ chrome/browser/plugins/chrome_plugin_service_filter.cc 26 diff --git chrome/browser/plugins/chrome_plugin_service_filter.h chrome/browser/plugins/chrome_plug… 28 --- chrome/browser/plugins/chrome_plugin_service_filter.h 29 +++ chrome/browser/plugins/chrome_plugin_service_filter.h 38 diff --git chrome/browser/plugins/pdf_iframe_navigation_throttle.cc chrome/browser/plugins/pdf_ifra… [all …]
|
| /third_party/cef/libcef_dll/cpptoc/ |
| D | display_handler_cpptoc.cc | 27 cef_browser_t* browser, in display_handler_on_address_change() argument 37 // Verify param: browser; type: refptr_diff in display_handler_on_address_change() 38 DCHECK(browser); in display_handler_on_address_change() 39 if (!browser) in display_handler_on_address_change() 52 CefBrowserCToCpp::Wrap(browser), CefFrameCToCpp::Wrap(frame), in display_handler_on_address_change() 58 cef_browser_t* browser, in display_handler_on_title_change() argument 67 // Verify param: browser; type: refptr_diff in display_handler_on_title_change() 68 DCHECK(browser); in display_handler_on_title_change() 69 if (!browser) in display_handler_on_title_change() 75 CefBrowserCToCpp::Wrap(browser), CefString(title)); in display_handler_on_title_change() [all …]
|
| D | render_handler_cpptoc.cc | 45 cef_browser_t* browser, in render_handler_get_root_screen_rect() argument 54 // Verify param: browser; type: refptr_diff in render_handler_get_root_screen_rect() 55 DCHECK(browser); in render_handler_get_root_screen_rect() 56 if (!browser) in render_handler_get_root_screen_rect() 68 CefBrowserCToCpp::Wrap(browser), rectVal); in render_handler_get_root_screen_rect() 80 cef_browser_t* browser, in render_handler_get_view_rect() argument 89 // Verify param: browser; type: refptr_diff in render_handler_get_view_rect() 90 DCHECK(browser); in render_handler_get_view_rect() 91 if (!browser) in render_handler_get_view_rect() 103 CefBrowserCToCpp::Wrap(browser), rectVal); in render_handler_get_view_rect() [all …]
|
| D | request_handler_cpptoc.cc | 33 cef_browser_t* browser, in request_handler_on_before_browse() argument 45 // Verify param: browser; type: refptr_diff in request_handler_on_before_browse() 46 DCHECK(browser); in request_handler_on_before_browse() 47 if (!browser) in request_handler_on_before_browse() 60 CefBrowserCToCpp::Wrap(browser), CefFrameCToCpp::Wrap(frame), in request_handler_on_before_browse() 70 cef_browser_t* browser, in request_handler_on_open_urlfrom_tab() argument 82 // Verify param: browser; type: refptr_diff in request_handler_on_open_urlfrom_tab() 83 DCHECK(browser); in request_handler_on_open_urlfrom_tab() 84 if (!browser) in request_handler_on_open_urlfrom_tab() 97 CefBrowserCToCpp::Wrap(browser), CefFrameCToCpp::Wrap(frame), in request_handler_on_open_urlfrom_tab() [all …]
|
| D | print_handler_cpptoc.cc | 28 cef_browser_t* browser) { in print_handler_on_print_start() argument 36 // Verify param: browser; type: refptr_diff in print_handler_on_print_start() 37 DCHECK(browser); in print_handler_on_print_start() 38 if (!browser) in print_handler_on_print_start() 43 CefBrowserCToCpp::Wrap(browser)); in print_handler_on_print_start() 48 cef_browser_t* browser, in print_handler_on_print_settings() argument 58 // Verify param: browser; type: refptr_diff in print_handler_on_print_settings() 59 DCHECK(browser); in print_handler_on_print_settings() 60 if (!browser) in print_handler_on_print_settings() 69 CefBrowserCToCpp::Wrap(browser), CefPrintSettingsCToCpp::Wrap(settings), in print_handler_on_print_settings() [all …]
|
| /third_party/cef/tests/cefclient/browser/ |
| D | client_handler_osr.cc | 5 #include "tests/cefclient/browser/client_handler_osr.h" 31 void ClientHandlerOsr::OnAfterCreated(CefRefPtr<CefBrowser> browser) { in OnAfterCreated() argument 34 osr_delegate_->OnAfterCreated(browser); in OnAfterCreated() 35 ClientHandler::OnAfterCreated(browser); in OnAfterCreated() 38 void ClientHandlerOsr::OnBeforeClose(CefRefPtr<CefBrowser> browser) { in OnBeforeClose() argument 41 osr_delegate_->OnBeforeClose(browser); in OnBeforeClose() 42 ClientHandler::OnBeforeClose(browser); in OnBeforeClose() 45 bool ClientHandlerOsr::GetRootScreenRect(CefRefPtr<CefBrowser> browser, in GetRootScreenRect() argument 50 return osr_delegate_->GetRootScreenRect(browser, rect); in GetRootScreenRect() 53 void ClientHandlerOsr::GetViewRect(CefRefPtr<CefBrowser> browser, in GetViewRect() argument [all …]
|
| D | client_handler.h | 16 #include "tests/cefclient/browser/client_types.h" 17 #include "tests/cefclient/browser/test_runner.h" 20 #include "tests/cefclient/browser/dialog_handler_gtk.h" 21 #include "tests/cefclient/browser/print_handler_gtk.h" 47 // Called when the browser is created. 48 virtual void OnBrowserCreated(CefRefPtr<CefBrowser> browser) = 0; 50 // Called when the browser is closing. 51 virtual void OnBrowserClosing(CefRefPtr<CefBrowser> browser) = 0; 53 // Called when the browser has been closed. 54 virtual void OnBrowserClosed(CefRefPtr<CefBrowser> browser) = 0; [all …]
|
| D | client_handler_osr.h | 9 #include "tests/cefclient/browser/client_handler.h" 14 // be one browser per handler instance. 24 virtual void OnAfterCreated(CefRefPtr<CefBrowser> browser) = 0; 25 virtual void OnBeforeClose(CefRefPtr<CefBrowser> browser) = 0; 28 virtual bool GetRootScreenRect(CefRefPtr<CefBrowser> browser, 30 virtual void GetViewRect(CefRefPtr<CefBrowser> browser, CefRect& rect) = 0; 31 virtual bool GetScreenPoint(CefRefPtr<CefBrowser> browser, 36 virtual bool GetScreenInfo(CefRefPtr<CefBrowser> browser, 38 virtual void OnPopupShow(CefRefPtr<CefBrowser> browser, bool show) = 0; 39 virtual void OnPopupSize(CefRefPtr<CefBrowser> browser, [all …]
|
| D | test_runner.cc | 5 #include "tests/cefclient/browser/test_runner.h" 18 #include "tests/cefclient/browser/binding_test.h" 19 #include "tests/cefclient/browser/client_handler.h" 20 #include "tests/cefclient/browser/dialog_test.h" 21 #include "tests/cefclient/browser/drm_test.h" 22 #include "tests/cefclient/browser/main_context.h" 23 #include "tests/cefclient/browser/media_router_test.h" 24 #include "tests/cefclient/browser/preferences_test.h" 25 #include "tests/cefclient/browser/resource.h" 26 #include "tests/cefclient/browser/response_filter_test.h" [all …]
|
| /third_party/cef/libcef/browser/extensions/ |
| D | browser_extensions_util.cc | 5 #include "libcef/browser/extensions/browser_extensions_util.h" 7 #include "libcef/browser/alloy/alloy_browser_host_impl.h" 8 #include "libcef/browser/browser_context.h" 9 #include "libcef/browser/browser_host_base.h" 10 #include "libcef/browser/browser_info_manager.h" 11 #include "libcef/browser/thread_util.h" 15 #include "chrome/browser/browser_process.h" 16 #include "chrome/browser/printing/print_preview_dialog_controller.h" 17 #include "content/browser/browser_plugin/browser_plugin_embedder.h" 18 #include "content/browser/browser_plugin/browser_plugin_guest.h" [all …]
|
| /third_party/cef/libcef/browser/chrome/ |
| D | chrome_browser_host_impl.cc | 5 #include "libcef/browser/chrome/chrome_browser_host_impl.h" 7 #include "libcef/browser/browser_platform_delegate.h" 8 #include "libcef/browser/chrome/browser_platform_delegate_chrome.h" 9 #include "libcef/browser/thread_util.h" 10 #include "libcef/browser/views/browser_view_impl.h" 16 #include "chrome/browser/printing/print_view_manager_common.h" 17 #include "chrome/browser/profiles/profile.h" 18 #include "chrome/browser/ui/browser.h" 19 #include "chrome/browser/ui/browser_commands.h" 20 #include "chrome/browser/ui/browser_navigator.h" [all …]
|
| /third_party/python/Lib/ |
| D | webbrowser.py | 18 _browsers = {} # Dictionary of available browser controllers 20 _os_preferred_browser = None # The preferred browser 23 """Register a browser connector.""" 30 # Need to match to the default browser returned by xdg-settings, which 38 """Return a browser launcher instance appropriate for the environment.""" 47 for browser in alternatives: 48 if '%s' in browser: 50 browser = shlex.split(browser) 51 if browser[-1] == '&': 52 return BackgroundBrowser(browser[:-1]) [all …]
|
| /third_party/cef/tests/ceftests/ |
| D | navigation_unittest.cc | 15 #include "tests/shared/browser/client_app_browser.h" 68 CefRefPtr<CefBrowser> browser, in OnBrowserCreated() argument 81 void OnLoadingStateChange(CefRefPtr<CefBrowser> browser, in OnLoadingStateChange() argument 87 const std::string& url = browser->GetMainFrame()->GetURL(); in OnLoadingStateChange() 90 EXPECT_EQ(item.can_go_back, browser->CanGoBack()) in OnLoadingStateChange() 94 EXPECT_EQ(item.can_go_forward, browser->CanGoForward()) in OnLoadingStateChange() 103 SendTestResultsIfDone(browser, browser->GetMainFrame()); in OnLoadingStateChange() 107 void OnLoadStart(CefRefPtr<CefBrowser> browser, in OnLoadStart() argument 119 EXPECT_EQ(item.can_go_back, browser->CanGoBack()); in OnLoadStart() 120 EXPECT_EQ(item.can_go_forward, browser->CanGoForward()); in OnLoadStart() [all …]
|
| D | frame_unittest.cc | 12 #include "tests/shared/browser/client_app_browser.h" 22 // In the browser process: 52 // sends an IPC message to the browser process. 54 // In the browser process: 57 // 12.When the FrameNavExpectationsBrowser instance determines that the browser 115 // Browser and renderer notifications. 116 virtual bool OnLoadingStateChange(CefRefPtr<CefBrowser> browser, in OnLoadingStateChange() argument 120 virtual bool OnLoadStart(CefRefPtr<CefBrowser> browser, in OnLoadStart() argument 124 virtual bool OnLoadEnd(CefRefPtr<CefBrowser> browser, in OnLoadEnd() argument 134 void SignalComplete(CefRefPtr<CefBrowser> browser, in SignalComplete() argument [all …]
|