Home | History | Annotate | Download | only in tab_contents

Lines Matching defs:TabContentsViewGtk

74                        TabContentsViewGtk* tab_contents_view) {
101 return new TabContentsViewGtk(tab_contents);
104 TabContentsViewGtk::TabContentsViewGtk(TabContents* tab_contents)
114 TabContentsViewGtk::~TabContentsViewGtk() {
129 void TabContentsViewGtk::AttachConstrainedWindow(
142 void TabContentsViewGtk::RemoveConstrainedWindow(
152 void TabContentsViewGtk::CreateView(const gfx::Size& initial_size) {
161 RenderWidgetHostView* TabContentsViewGtk::CreateViewForWidget(
204 gfx::NativeView TabContentsViewGtk::GetNativeView() const {
208 gfx::NativeView TabContentsViewGtk::GetContentNativeView() const {
215 gfx::NativeWindow TabContentsViewGtk::GetTopLevelNativeWindow() const {
220 void TabContentsViewGtk::GetContainerBounds(gfx::Rect* out) const {
230 void TabContentsViewGtk::StartDragging(const WebDropData& drop_data,
238 void TabContentsViewGtk::SetPageTitle(const std::wstring& title) {
246 void TabContentsViewGtk::OnTabCrashed(base::TerminationStatus status,
255 void TabContentsViewGtk::SizeContents(const gfx::Size& size) {
268 void TabContentsViewGtk::Focus() {
288 void TabContentsViewGtk::SetInitialFocus() {
295 void TabContentsViewGtk::StoreFocus() {
312 void TabContentsViewGtk::RestoreFocus() {
340 void TabContentsViewGtk::GetViewBounds(gfx::Rect* out) const {
344 void TabContentsViewGtk::UpdateDragCursor(WebDragOperation operation) {
349 void TabContentsViewGtk::GotFocus() {
354 void TabContentsViewGtk::TakeFocus(bool reverse) {
368 void TabContentsViewGtk::ShowContextMenu(const ContextMenuParams& params) {
387 void TabContentsViewGtk::ShowPopupMenu(const gfx::Rect& bounds,
397 gboolean TabContentsViewGtk::OnButtonPress(GtkWidget* widget,
403 void TabContentsViewGtk::OnSizeAllocate(GtkWidget* widget,
412 gboolean TabContentsViewGtk::OnPaint(GtkWidget* widget, GdkEventExpose* event) {
422 void TabContentsViewGtk::OnShow(GtkWidget* widget) {
426 void TabContentsViewGtk::OnHide(GtkWidget* widget) {
430 void TabContentsViewGtk::WasHidden() {
434 void TabContentsViewGtk::WasShown() {
438 void TabContentsViewGtk::WasSized(const gfx::Size& size) {
460 void TabContentsViewGtk::SetFloatingPosition(const gfx::Size& size) {
480 gboolean TabContentsViewGtk::OnMouseMove(GtkWidget* widget,