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

  /external/chromium_org/ui/views/controls/native/
native_view_host.cc 24 : native_view_(NULL),
35 DCHECK(!native_view_);
36 native_view_ = native_view;
72 if (!native_view_ || !native_wrapper_.get())
197 if (native_view_) {
199 Widget* widget = Widget::GetWidgetForNativeView(native_view_);
205 native_view_ = NULL;
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 50 milliseconds