Home
last modified time | relevance | path

Searched refs:that_impl (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/libcef/browser/
Dextension_impl.cc38 CefExtensionImpl* that_impl = static_cast<CefExtensionImpl*>(that.get()); in IsSame() local
39 if (!that_impl) in IsSame()
43 if (this == that_impl) in IsSame()
46 return id_ == that_impl->id_ && path_ == that_impl->path_ && in IsSame()
47 loader_context_ == that_impl->loader_context_; in IsSame()
Dimage_impl.cc85 CefImageImpl* that_impl = static_cast<CefImageImpl*>(that.get()); in IsSame() local
86 if (!that_impl) in IsSame()
90 if (this == that_impl) in IsSame()
95 that_impl->image_.AsImageSkia()); in IsSame()
/third_party/cef/libcef/browser/views/
Dview_impl.h479 CefViewImpl* that_impl = static_cast<CefViewImpl*>(that.get()); in IsSame() local
480 if (!that_impl) in IsSame()
482 return this == that_impl; in IsSame()