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

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp960 bool weakIsThere() { return !!m_weakBar; } function in class:blink::Weak
994 bool weakIsThere() { return !!m_weakBar; } function in class:blink::WithWeakMember
3236 EXPECT_TRUE(h4->weakIsThere());
3238 EXPECT_TRUE(h5->weakIsThere());
3244 EXPECT_FALSE(h4->weakIsThere()); // h3 is gone from weak pointer.
3246 EXPECT_FALSE(h5->weakIsThere()); // h3 is gone from weak pointer.

Completed in 105 milliseconds