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

  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_touch.cc 35 return new TabContentsViewTouch(tab_contents);
38 TabContentsViewTouch::TabContentsViewTouch(TabContents* tab_contents)
47 TabContentsViewTouch::~TabContentsViewTouch() {
57 void TabContentsViewTouch::AttachConstrainedWindow(
63 void TabContentsViewTouch::RemoveConstrainedWindow(
69 void TabContentsViewTouch::CreateView(const gfx::Size& initial_size) {
73 RenderWidgetHostView* TabContentsViewTouch::CreateViewForWidget(
102 gfx::NativeView TabContentsViewTouch::GetNativeView() const
    [all...]
tab_contents_container_views.cc 40 views::View *v = static_cast<TabContentsViewTouch*>(tab_contents_->view());
49 views::View *v = static_cast<TabContentsViewTouch*>(contents->view());
tab_contents_view_touch.h 33 class TabContentsViewTouch : public TabContentsView, public views::View {
38 explicit TabContentsViewTouch(TabContents* tab_contents);
39 virtual ~TabContentsViewTouch();
42 // TabContentsViewTouch to position the dialogs.
128 DISALLOW_COPY_AND_ASSIGN(TabContentsViewTouch);
  /external/chromium/chrome/browser/ui/gtk/
constrained_window_gtk.h 20 class TabContentsViewTouch;
52 typedef TabContentsViewTouch TabContentsViewType;
  /external/chromium/chrome/browser/ui/views/
dom_view.cc 70 AttachToView(static_cast<TabContentsViewTouch*>(tab_contents_->view()));
  /external/chromium/chrome/browser/ui/touch/frame/
touch_browser_frame_view.cc 38 views::View* view = static_cast<TabContentsViewTouch*>(contents->view());

Completed in 944 milliseconds