Searched refs:otherref (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHandle.h410 inline explicit PersistentBase(const PersistentBase& otherref) argument
411 : PersistentNode(otherref.m_trace)
420 ASSERT(otherref.m_roots == m_roots); // Handles must belong to the same list.
421 PersistentBase* other = const_cast<PersistentBase*>(&otherref);
428 inline PersistentBase& operator=(const PersistentBase& otherref) { return *this; } argument

Completed in 57 milliseconds