Searched refs:native_container_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dtab_contents_container_native.cc24 : native_container_(NULL),
40 native_container_->DetachContents(tab_contents_);
49 native_container_->AttachContents(tab_contents_);
55 native_container_->TabContentsFocused(tab_contents);
59 native_container_->SetFastResize(fast_resize);
66 if (native_container_) {
67 native_container_->GetView()->SetBounds(0, 0, width(), height());
68 native_container_->GetView()->Layout();
76 native_container_ = NativeTabContentsContainer::CreateNativeContainer(this);
77 AddChildView(native_container_
[all...]
H A Dtab_contents_container_native.h28 View* GetFocusView() { return native_container_->GetView(); }
78 NativeTabContentsContainer* native_container_; member in class:TabContentsContainer

Completed in 99 milliseconds