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

  /external/chromium_org/ui/views/controls/native/
native_view_host.h 76 // Accessor for |native_view_|.
77 gfx::NativeView native_view() const { return native_view_; }
109 // The attached native view. There is exactly one native_view_ attached.
110 gfx::NativeView native_view_; member in class:views::NativeViewHost
native_view_host_aura.cc 22 ClippingWindowDelegate() : native_view_(NULL) {}
26 native_view_ = native_view;
46 return native_view_ && native_view_->delegate()
47 ? native_view_->delegate()->CanFocus()
60 aura::Window* native_view_; member in class:views::NativeViewHostAura::ClippingWindowDelegate

Completed in 97 milliseconds