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

  /external/chromium_org/ui/views/controls/native/
native_view_host_wrapper.h 18 class VIEWS_EXPORT NativeViewHostWrapper {
20 virtual ~NativeViewHostWrapper() {}
76 static NativeViewHostWrapper* CreateWrapper(NativeViewHost* host);
native_view_host_test_base.h 12 class NativeViewHostWrapper;
49 NativeViewHostWrapper* GetNativeWrapper();
native_view_host_mac.h 16 // Mac implementation of NativeViewHostWrapper.
17 class VIEWS_EXPORT NativeViewHostMac : public NativeViewHostWrapper {
22 // Overridden from NativeViewHostWrapper:
native_view_host.h 18 class NativeViewHostWrapper;
26 // Under the hood, a platform-specific NativeViewHostWrapper implementation does
114 scoped_ptr<NativeViewHostWrapper> native_wrapper_;
native_view_host_aura.h 19 // Aura implementation of NativeViewHostWrapper.
20 class VIEWS_EXPORT NativeViewHostAura : public NativeViewHostWrapper,
26 // Overridden from NativeViewHostWrapper:
native_view_host_test_base.cc 75 NativeViewHostWrapper* NativeViewHostTestBase::GetNativeWrapper() {
native_view_host_aura.cc 89 // NativeViewHostAura, NativeViewHostWrapper implementation:
199 NativeViewHostWrapper* NativeViewHostWrapper::CreateWrapper(
native_view_host.cc 162 native_wrapper_.reset(NativeViewHostWrapper::CreateWrapper(this));

Completed in 58 milliseconds