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

  /external/chromium_org/ui/views/controls/native/
native_view_host_test_base.h 18 class NativeViewHostTestBase : public ViewsTestBase {
20 NativeViewHostTestBase();
21 virtual ~NativeViewHostTestBase();
58 DISALLOW_COPY_AND_ASSIGN(NativeViewHostTestBase);
native_view_host_test_base.cc 14 class NativeViewHostTestBase::NativeViewHostTesting : public NativeViewHost {
16 explicit NativeViewHostTesting(NativeViewHostTestBase* owner)
21 NativeViewHostTestBase* owner_;
26 NativeViewHostTestBase::NativeViewHostTestBase() : host_destroyed_count_(0) {
29 NativeViewHostTestBase::~NativeViewHostTestBase() {
32 void NativeViewHostTestBase::CreateTopLevel() {
40 void NativeViewHostTestBase::CreateTestingHost() {
44 Widget* NativeViewHostTestBase::CreateChildForHost
    [all...]

Completed in 64 milliseconds