HomeSort by relevance Sort by last modified time
    Searched full:native_container_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_container_native.cc 24 : 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_->GetView())
    [all...]
tab_contents_container_native.h 28 View* GetFocusView() { return native_container_->GetView(); }
78 NativeTabContentsContainer* native_container_; member in class:TabContentsContainer

Completed in 224 milliseconds