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) {
49 void NativeViewHost::Detach() {
53 void NativeViewHost::SetPreferredSize(const gfx::Size& size)
    [all...]
native_view_host.h 20 // If a NativeViewHost's native view is a Widget, this native window
21 // property is set on the widget, pointing to the owning NativeViewHost.
28 class VIEWS_EXPORT NativeViewHost : public View {
30 // The NativeViewHost's class name.
33 NativeViewHost();
34 virtual ~NativeViewHost();
52 // A NativeViewHost has an associated focus View so that the focus of the
54 // NativeViewHost directly wraps a native window as is, the associated view
55 // is this View. In other cases where the NativeViewHost is part of another
56 // view (such as TextField), the actual View is not the NativeViewHost an
    [all...]

Completed in 98 milliseconds