Home
last modified time | relevance | path

Searched refs:IsLink (Results 1 – 12 of 12) sorted by relevance

/third_party/cef/include/
Dcef_drag_data.h75 virtual bool IsLink() = 0;
/third_party/cef/libcef_dll/ctocpp/
Ddrag_data_ctocpp.h40 bool IsLink() override;
Ddrag_data_ctocpp.cc69 NO_SANITIZE("cfi-icall") bool CefDragDataCToCpp::IsLink() { in IsLink() function in CefDragDataCToCpp
/third_party/cef/libcef/common/
Ddrag_data_impl.h28 bool IsLink() override;
Ddrag_data_impl.cc48 bool CefDragDataImpl::IsLink() { in IsLink() function in CefDragDataImpl
/third_party/gn/src/base/files/
Dfile_util.h227 bool IsLink(const FilePath& file_path);
Dfile_util_win.cc482 bool IsLink(const FilePath& file_path) { in IsLink() function
Dfile_util_posix.cc479 bool IsLink(const FilePath& file_path) { in IsLink() function
/third_party/cef/libcef_dll/cpptoc/
Ddrag_data_cpptoc.cc82 bool _retval = CefDragDataCppToC::Get(self)->IsLink(); in drag_data_is_link()
/third_party/cef/tests/cefclient/browser/
Dosr_dragdrop_win.cc233 if (drag_data->IsLink() && !drag_data->GetLinkURL().empty()) { in DragDataToDataObject()
Dbrowser_window_osr_mac.mm955 DCHECK(current_drag_data_->IsLink());
1075 if (current_drag_data_->IsLink()) {
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch24113 + if (element.IsLink())