HomeSort by relevance Sort by last modified time
    Searched defs:TabContentsContainer (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_container_views.cc 24 // TabContentsContainer, public:
26 TabContentsContainer::TabContentsContainer()
31 void TabContentsContainer::SetReservedContentsRect(
38 void TabContentsContainer::ChangeTabContents(TabContents* contents) {
57 void TabContentsContainer::TabContentsFocused(TabContents* tab_contents) {
60 void TabContentsContainer::SetFastResize(bool fast_resize) {
63 void TabContentsContainer::RenderViewHostChanged(RenderViewHost* old_host,
tab_contents_container.cc 19 // TabContentsContainer, public:
21 TabContentsContainer::~TabContentsContainer() {
27 // TabContentsContainer, NotificationObserver implementation:
29 void TabContentsContainer::Observe(NotificationType type,
45 // TabContentsContainer, View overrides:
47 void TabContentsContainer::GetAccessibleState(ui::AccessibleViewState* state) {
52 // TabContentsContainer, private:
54 void TabContentsContainer::AddObservers() {
67 void TabContentsContainer::RemoveObservers()
    [all...]
tab_contents_container_native.cc 21 // TabContentsContainer, public:
23 TabContentsContainer::TabContentsContainer()
29 void TabContentsContainer::SetReservedContentsRect(
38 void TabContentsContainer::ChangeTabContents(TabContents* contents) {
54 void TabContentsContainer::TabContentsFocused(TabContents* tab_contents) {
58 void TabContentsContainer::SetFastResize(bool fast_resize) {
63 // TabContentsContainer, View overrides:
65 void TabContentsContainer::Layout() {
72 void TabContentsContainer::ViewHierarchyChanged(bool is_add
    [all...]
tab_contents_container_native.h 19 class TabContentsContainer : public views::View,
22 TabContentsContainer();
23 virtual ~TabContentsContainer();
91 DISALLOW_COPY_AND_ASSIGN(TabContentsContainer);
tab_contents_container_views.h 18 class TabContentsContainer : public views::View,
21 TabContentsContainer();
22 virtual ~TabContentsContainer();
79 DISALLOW_COPY_AND_ASSIGN(TabContentsContainer);

Completed in 38 milliseconds