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

  /external/chromium_org/ui/views/controls/scrollbar/
native_scroll_bar.cc 25 native_wrapper_(NULL) {
46 if (native_wrapper_)
47 return native_wrapper_->GetView()->GetPreferredSize();
52 if (native_wrapper_) {
53 native_wrapper_->GetView()->SetBounds(0, 0, width(), height());
54 native_wrapper_->GetView()->Layout();
60 if (details.is_add && !native_wrapper_ && GetWidget()) {
61 native_wrapper_ = NativeScrollBarWrapper::CreateWrapper(this);
62 AddChildView(native_wrapper_->GetView());
72 if (!native_wrapper_)
    [all...]
native_scroll_bar.h 64 NativeScrollBarWrapper* native_wrapper_; member in class:views::NativeScrollBar
scrollbar_unittest.cc 71 static_cast<NativeScrollBarViews*>(native_scrollbar_->native_wrapper_);
  /external/chromium_org/ui/views/controls/native/
native_view_host.cc 41 native_wrapper_->AttachNativeView();
59 // Detach so we can clear our state and notify the native_wrapper_ to release
72 if (!native_view_ || !native_wrapper_.get())
83 native_wrapper_->InstallClip(x, y, vis_bounds.width(),
85 } else if (native_wrapper_->HasInstalledClip()) {
88 native_wrapper_->UninstallClip();
99 native_wrapper_->ShowWidget(local_bounds.x(), local_bounds.y(),
103 native_wrapper_->HideWidget();
126 if (native_wrapper_->HasInstalledClip())
161 if (!native_wrapper_.get()
    [all...]
native_view_host.h 114 scoped_ptr<NativeViewHostWrapper> native_wrapper_; member in class:views::NativeViewHost
native_view_host_test_base.cc 76 return host_->native_wrapper_.get();

Completed in 191 milliseconds