Home | History | Annotate | Download | only in notifications

Lines Matching refs:native

21 #include "views/controls/native/native_view_host.h"
70 // all renderer's native gtk widgets are moved one by one via
423 // control and native controls (scroll bar).
434 views::NativeViewHost* native = new views::NativeViewHost();
435 scroll_view_->SetContents(native);
447 native->Attach(widget->window_contents());
466 views::NativeViewHost* native =
468 native->Detach();
733 views::NativeViewHost* native =
737 if (native) {
738 native->SetBoundsRect(balloon_container_->bounds());