Home
last modified time | relevance | path

Searched refs:GetPersistentV8Handle (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/libcef/renderer/
Dv8_impl.h148 persistentType& GetPersistentV8Handle() { return handle_; } in GetPersistentV8Handle() function
304 persistentType& GetPersistentV8Handle();
Dv8_impl.cc1057 return (handle_->GetPersistentV8Handle() == in IsSame()
1058 impl->handle_->GetPersistentV8Handle()); in IsSame()
1171 CefV8ValueImpl::Handle::GetPersistentV8Handle() { in GetPersistentV8Handle() function in CefV8ValueImpl::Handle
1740 return (handle_->GetPersistentV8Handle() == in IsSame()
1741 thatValue->handle_->GetPersistentV8Handle()); in IsSame()