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

  /external/chromium_org/ui/views/controls/native/
native_view_host_aura.h 20 class VIEWS_EXPORT NativeViewHostAura : public NativeViewHostWrapper,
23 explicit NativeViewHostAura(NativeViewHost* host);
24 virtual ~NativeViewHostAura();
68 DISALLOW_COPY_AND_ASSIGN(NativeViewHostAura);
native_view_host_aura.cc 20 class NativeViewHostAura::ClippingWindowDelegate : public aura::WindowDelegate {
63 NativeViewHostAura::NativeViewHostAura(NativeViewHost* host)
77 NativeViewHostAura::~NativeViewHostAura() {
89 // NativeViewHostAura, NativeViewHostWrapper implementation:
90 void NativeViewHostAura::AttachNativeView() {
98 void NativeViewHostAura::NativeViewDetaching(bool destroyed) {
111 void NativeViewHostAura::AddedToWidget() {
123 void NativeViewHostAura::RemovedFromWidget()
    [all...]
native_view_host_aura_unittest.cc 82 NativeViewHostAura* native_host() {
83 return static_cast<NativeViewHostAura*>(GetNativeWrapper());
107 // Verifies NativeViewHostAura stops observing native view on destruction.
111 NativeViewHostAura* aura_host = native_host();

Completed in 100 milliseconds