HomeSort by relevance Sort by last modified time
    Searched defs:NativeViewHostAura (Results 1 - 2 of 2) 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...]

Completed in 471 milliseconds