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 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 83 milliseconds