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

  /external/chromium_org/ui/views/controls/native/
native_view_host_test_base.h 30 int host_destroyed_count() { return host_destroyed_count_; } function in class:views::test::NativeViewHostTestBase
native_view_host_aura_unittest.cc 165 EXPECT_EQ(0, host_destroyed_count());
167 EXPECT_EQ(1, host_destroyed_count());

Completed in 853 milliseconds