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

  /external/chromium_org/ui/views/widget/
native_widget_aura_window_observer.h 38 gfx::NativeView native_view_; member in class:views::NativeWidgetAuraWindowObserver
  /external/chromium_org/ui/views/controls/native/
native_view_host.h 73 // 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/
native_process_launcher.cc 92 gfx::NativeView native_view_; member in class:extensions::__anon7285::NativeProcessLauncherImpl::Core
104 native_view_(native_view) {
195 int64 window_handle = reinterpret_cast<intptr_t>(native_view_);

Completed in 343 milliseconds