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

  /external/chromium_org/ui/views/controls/native/
native_view_host_test_base.h 11 class NativeViewHost;
17 // Base class for NativeViewHost tests on different platforms.
40 NativeViewHost* host);
45 NativeViewHost* host() { return host_.get(); }
47 NativeViewHost* ReleaseHost();
55 scoped_ptr<NativeViewHost> host_;
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_mac.h 14 class NativeViewHost;
19 explicit NativeViewHostMac(NativeViewHost* host);
37 // Our associated NativeViewHost. Owns this.
38 NativeViewHost* host_;
native_view_host_wrapper.h 13 class NativeViewHost;
22 // Called at the end of NativeViewHost::Attach, allowing the wrapper to
28 // NativeViewHost, allowing the wrapper to perform platform-specific
33 // Called when our associated NativeViewHost is added to a View hierarchy
37 // Called when our associated NativeViewHost is removed from a View hierarchy
76 static NativeViewHostWrapper* CreateWrapper(NativeViewHost* host);
native_view_host_aura.h 17 class NativeViewHost;
23 explicit NativeViewHostAura(NativeViewHost* host);
57 // Our associated NativeViewHost.
58 NativeViewHost* host_;
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...]
native_view_host_test_base.cc 13 // Testing wrapper of the NativeViewHost.
14 class NativeViewHostTestBase::NativeViewHostTesting : public NativeViewHost {
48 NativeViewHost* host) {
71 NativeViewHost* NativeViewHostTestBase::ReleaseHost() {
native_view_host_unittest.cc 61 class ViewHierarchyChangedTestHost : public NativeViewHost {
75 // Overriden from NativeViewHost:
80 NativeViewHost::ViewHierarchyChanged(details);
100 NativeViewHost* host = new NativeViewHost;
145 // Verifies ViewHierarchyChanged handles NativeViewHost remove, add and move
152 // +-- host0 (NativeViewHost)
156 // +-- host1 (NativeViewHost)
159 // Add two children widgets attached to a NativeViewHost, and a test
161 NativeViewHost* host0 = new NativeViewHost
    [all...]
native_view_host_aura.cc 63 NativeViewHostAura::NativeViewHostAura(NativeViewHost* host)
200 NativeViewHost* host) {
  /external/chromium_org/ash/test/
child_modal_window.h 14 class NativeViewHost;
65 views::NativeViewHost* host_;
child_modal_window.cc 117 host_(new views::NativeViewHost),
  /external/chromium_org/ui/views/widget/
native_widget_unittest.cc 87 NativeViewHost* child_host = new NativeViewHost;
  /external/chromium_org/ui/views/controls/webview/
webview.h 18 class NativeViewHost;
25 // WebView creates and owns a single child view, a NativeViewHost, which will
146 NativeViewHost* const holder_;
webview.cc 33 : holder_(new NativeViewHost()),
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_view_views.cc 50 NativeViewHost::SetVisible(is_visible);
71 NativeViewHost::ViewHierarchyChanged(details);
extension_view_views.h 24 class ExtensionViewViews : public views::NativeViewHost,
39 // views::NativeViewHost:
72 // views::NativeViewHost:
  /external/chromium_org/ash/wm/
immersive_fullscreen_controller_unittest.cc 118 views::NativeViewHost* content_view() {
158 content_view_ = new views::NativeViewHost();
259 views::NativeViewHost* content_view_; // Owned by |widget_|'s root-view.
    [all...]
  /external/chromium_org/ui/views/focus/
focus_traversal_unittest.cc 136 class BorderView : public NativeViewHost {
155 NativeViewHost::ViewHierarchyChanged(details);

Completed in 135 milliseconds