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

/external/chromium_org/ui/views/controls/native/
H A Dnative_view_host.cc16 const char NativeViewHost::kViewClassName[] = "NativeViewHost";
23 const bool NativeViewHost::kRenderNativeControlFocus = false;
26 const bool NativeViewHost::kRenderNativeControlFocus = true;
30 // NativeViewHost, public:
32 NativeViewHost::NativeViewHost() function in class:views::NativeViewHost
39 NativeViewHost::~NativeViewHost() {
42 void NativeViewHost
[all...]
H A Dnative_view_host.h18 // If a NativeViewHost's native view is a Widget, this native window
19 // property is set on the widget, pointing to the owning NativeViewHost.
26 class VIEWS_EXPORT NativeViewHost : public View { class in namespace:views
28 // The NativeViewHost's class name.
34 NativeViewHost();
35 virtual ~NativeViewHost();
53 // A NativeViewHost has an associated focus View so that the focus of the
55 // NativeViewHost directly wraps a native window as is, the associated view
56 // is this View. In other cases where the NativeViewHost is part of another
57 // view (such as TextField), the actual View is not the NativeViewHost an
[all...]

Completed in 89 milliseconds