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_; }
31 void ResetHostDestroyedCount() { host_destroyed_count_ = 0; }
56 int host_destroyed_count_; member in class:views::test::NativeViewHostTestBase
native_view_host_test_base.cc 18 virtual ~NativeViewHostTesting() { owner_->host_destroyed_count_++; }
26 NativeViewHostTestBase::NativeViewHostTestBase() : host_destroyed_count_(0) {

Completed in 481 milliseconds