Searched defs:NativeView (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/autofill/
H A Dautofill_dialog.h16 typedef void* NativeView; typedef in namespace:gfx
50 void ShowAutoFillDialog(gfx::NativeView parent,
/external/chromium_org/ui/gfx/
H A Dnative_widget_types.h20 // NativeView: this is a handle to a native UI element. It may be the
121 typedef aura::Window* NativeView; typedef in namespace:gfx
127 typedef HWND NativeView;
133 typedef UIView* NativeView;
138 typedef NSView* NativeView;
143 typedef GtkWidget* NativeView;
149 typedef ui::ViewAndroid* NativeView;
212 // Convert a NativeViewId to a NativeView.
216 static inline NativeView NativeViewFromId(NativeViewId id) {
217 return reinterpret_cast<NativeView>(i
[all...]

Completed in 141 milliseconds