HomeSort by relevance Sort by last modified time
    Searched refs:ScopedAvoidIdentityHashForTesting (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/renderer/
v8_value_converter_impl.h 42 friend class ScopedAvoidIdentityHashForTesting;
v8_value_converter_impl_unittest.cc 22 class ScopedAvoidIdentityHashForTesting {
26 explicit ScopedAvoidIdentityHashForTesting(
28 ~ScopedAvoidIdentityHashForTesting();
33 DISALLOW_COPY_AND_ASSIGN(ScopedAvoidIdentityHashForTesting);
36 ScopedAvoidIdentityHashForTesting::ScopedAvoidIdentityHashForTesting(
43 ScopedAvoidIdentityHashForTesting::~ScopedAvoidIdentityHashForTesting() {
595 ScopedAvoidIdentityHashForTesting scoped_hash_avoider(&converter);

Completed in 66 milliseconds