Home | History | Annotate | Download | only in tab_contents

Lines Matching defs:TabContentsViewGtk

84   return new TabContentsViewGtk(tab_contents);
87 TabContentsViewGtk::TabContentsViewGtk(TabContents* tab_contents)
108 TabContentsViewGtk::~TabContentsViewGtk() {
112 void TabContentsViewGtk::AttachConstrainedWindow(
121 void TabContentsViewGtk::RemoveConstrainedWindow(
130 void TabContentsViewGtk::CreateView(const gfx::Size& initial_size) {
134 RenderWidgetHostView* TabContentsViewGtk::CreateViewForWidget(
167 gfx::NativeView TabContentsViewGtk::GetNativeView() const {
171 gfx::NativeView TabContentsViewGtk::GetContentNativeView() const {
178 gfx::NativeWindow TabContentsViewGtk::GetTopLevelNativeWindow() const {
183 void TabContentsViewGtk::GetContainerBounds(gfx::Rect* out) const {
196 void TabContentsViewGtk::SetPageTitle(const std::wstring& title) {
204 void TabContentsViewGtk::OnTabCrashed(base::TerminationStatus status,
216 void TabContentsViewGtk::SizeContents(const gfx::Size& size) {
226 void TabContentsViewGtk::Focus() {
236 void TabContentsViewGtk::SetInitialFocus() {
243 void TabContentsViewGtk::StoreFocus() {
247 void TabContentsViewGtk::RestoreFocus() {
254 void TabContentsViewGtk::GetViewBounds(gfx::Rect* out) const {
264 void TabContentsViewGtk::SetFocusedWidget(GtkWidget* widget) {
268 void TabContentsViewGtk::UpdateDragCursor(WebDragOperation operation) {
272 void TabContentsViewGtk::GotFocus() {
279 void TabContentsViewGtk::TakeFocus(bool reverse) {
286 void TabContentsViewGtk::Observe(NotificationType type,
303 void TabContentsViewGtk::ShowContextMenu(const ContextMenuParams& params) {
338 void TabContentsViewGtk::ShowPopupMenu(const gfx::Rect& bounds,
351 void TabContentsViewGtk::StartDragging(const WebDropData& drop_data,
368 void TabContentsViewGtk::InsertIntoContentArea(GtkWidget* widget) {
377 gboolean TabContentsViewGtk::OnFocus(GtkWidget* widget,
404 void TabContentsViewGtk::OnChildSizeRequest(GtkWidget* widget,
413 void TabContentsViewGtk::OnSizeAllocate(GtkWidget* widget,
432 void TabContentsViewGtk::OnSetFloatingPosition(