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

  /external/chromium/chrome/browser/ui/views/tab_contents/
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);
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...]

Completed in 1136 milliseconds