Home
last modified time | relevance | path

Searched refs:inspect_element_at (Results 1 – 15 of 15) sorted by relevance

/third_party/cef/libcef/browser/devtools/
Ddevtools_manager.cc111 const CefPoint& inspect_element_at) { in ShowDevTools() argument
114 if (!inspect_element_at.IsEmpty()) { in ShowDevTools()
115 devtools_frontend_->InspectElementAt(inspect_element_at.x, in ShowDevTools()
116 inspect_element_at.y); in ShowDevTools()
127 alloy_browser, windowInfo, client, settings, inspect_element_at, in ShowDevTools()
Ddevtools_frontend.h51 const CefPoint& inspect_element_at,
70 const CefPoint& inspect_element_at,
Ddevtools_frontend.cc243 const CefPoint& inspect_element_at, in Show() argument
271 inspected_contents, inspect_element_at, in Show()
304 const CefPoint& inspect_element_at, in CefDevToolsFrontend() argument
309 inspect_element_at_(inspect_element_at), in CefDevToolsFrontend()
Ddevtools_manager.h37 const CefPoint& inspect_element_at);
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_host_impl.cc68 const CefPoint& inspect_element_at) in ShowDevToolsHelper() argument
73 inspect_element_at_(inspect_element_at) {} in ShowDevToolsHelper()
484 const CefPoint& inspect_element_at) { in ShowDevTools() argument
487 this, windowInfo, client, settings, inspect_element_at); in ShowDevTools()
495 inspect_element_at); in ShowDevTools()
Dalloy_browser_host_impl.h105 const CefPoint& inspect_element_at) override;
/third_party/cef/libcef/browser/chrome/
Dchrome_browser_host_impl.h85 const CefPoint& inspect_element_at) override;
Dchrome_browser_host_impl.cc232 const CefPoint& inspect_element_at) { in ShowDevTools() argument
/third_party/cef/libcef_dll/ctocpp/
Dbrowser_host_ctocpp.h75 const CefPoint& inspect_element_at) override;
Dbrowser_host_ctocpp.cc426 const CefPoint& inspect_element_at) { in ShowDevTools() argument
439 &settings, &inspect_element_at); in ShowDevTools()
/third_party/cef/libcef_dll/cpptoc/
Dbrowser_host_cpptoc.cc468 const cef_point_t* inspect_element_at) { in browser_host_show_dev_tools() argument
488 inspect_element_at ? *inspect_element_at : CefPoint(); in browser_host_show_dev_tools()
/third_party/cef/tests/cefclient/browser/
Dclient_handler.cc941 const CefPoint& inspect_element_at) { in ShowDevTools() argument
945 browser, inspect_element_at)); in ShowDevTools()
970 host->ShowDevTools(windowInfo, client, settings, inspect_element_at); in ShowDevTools()
Dclient_handler.h295 const CefPoint& inspect_element_at);
/third_party/cef/include/
Dcef_browser.h516 const CefPoint& inspect_element_at) = 0;
/third_party/cef/include/capi/
Dcef_browser_capi.h487 const cef_point_t* inspect_element_at);