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 33 : native_view_(NULL),
44 DCHECK(!native_view_);
45 native_view_ = native_view;
51 Widget::ReparentNativeView(native_view_, GetWidget()->GetNativeView());
82 if (!native_view_ || !native_wrapper_.get())
203 if (native_view_) {
205 Widget* widget = Widget::GetWidgetForNativeView(native_view_);
211 native_view_ = NULL;
native_view_host.h 77 // Accessor for |native_view_|.
78 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
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_process_launcher.cc 96 gfx::NativeView native_view_; member in class:extensions::__anon4754::NativeProcessLauncherImpl::Core
108 native_view_(native_view) {
199 int64 window_handle = reinterpret_cast<intptr_t>(native_view_);

Completed in 166 milliseconds