Searched refs:that_impl (Results 1 – 3 of 3) sorted by relevance
38 CefExtensionImpl* that_impl = static_cast<CefExtensionImpl*>(that.get()); in IsSame() local39 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()
85 CefImageImpl* that_impl = static_cast<CefImageImpl*>(that.get()); in IsSame() local86 if (!that_impl) in IsSame()90 if (this == that_impl) in IsSame()95 that_impl->image_.AsImageSkia()); in IsSame()
479 CefViewImpl* that_impl = static_cast<CefViewImpl*>(that.get()); in IsSame() local480 if (!that_impl) in IsSame()482 return this == that_impl; in IsSame()