Searched refs:native_view_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura_window_observer.cc16 : native_view_(native_view),
18 native_view_->GetRootWindow()->AddObserver(this);
19 native_view_->AddObserver(this);
20 aura::client::GetActivationClient(native_view_->GetRootWindow())->
31 if (!gained_active || gained_active->transient_parent() != native_view_)
37 if (window != native_view_)
43 if (!native_view_)
45 native_view_->GetRootWindow()->RemoveObserver(this);
46 native_view_->RemoveObserver(this);
47 aura::client::GetActivationClient(native_view_
[all...]
H A Dnative_widget_aura_window_observer.h38 gfx::NativeView native_view_; member in class:views::NativeWidgetAuraWindowObserver
/external/chromium_org/ui/views/controls/native/
H A Dnative_view_host.cc31 : native_view_(NULL),
42 DCHECK(!native_view_);
43 native_view_ = native_view;
49 Widget::ReparentNativeView(native_view_, GetWidget()->GetNativeView());
76 if (!native_view_ || !native_wrapper_.get())
197 if (native_view_) {
201 native_view_ = NULL;
H A Dnative_view_host.h73 // Accessor for |native_view_|.
74 gfx::NativeView native_view() const { return native_view_; }
105 // The attached native view. There is exactly one native_view_ attached.
106 gfx::NativeView native_view_; member in class:views::NativeViewHost
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_process_launcher.cc92 gfx::NativeView native_view_; member in class:extensions::__anon4879::NativeProcessLauncherImpl::Core
104 native_view_(native_view) {
195 int64 window_handle = reinterpret_cast<intptr_t>(native_view_);

Completed in 104 milliseconds