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

  /external/chromium_org/ui/views/controls/native/
native_view_host.cc 17 const char NativeViewHost::kViewClassName[] = "NativeViewHost";
21 // NativeViewHost, public:
23 NativeViewHost::NativeViewHost()
30 NativeViewHost::~NativeViewHost() {
33 void NativeViewHost::Attach(gfx::NativeView native_view) {
50 void NativeViewHost::Detach() {
54 void NativeViewHost::SetPreferredSize(const gfx::Size& size)
    [all...]
native_view_host.h 18 // 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 {
28 // The NativeViewHost's class name.
31 NativeViewHost();
32 virtual ~NativeViewHost();
50 // A NativeViewHost has an associated focus View so that the focus of the
52 // NativeViewHost directly wraps a native window as is, the associated view
53 // is this View. In other cases where the NativeViewHost is part of another
54 // view (such as TextField), the actual View is not the NativeViewHost an
    [all...]

Completed in 390 milliseconds