Home | History | Annotate | Download | only in tabs

Lines Matching refs:parent_pos

86   gfx::Point parent_pos = gtk_util::GetWidgetScreenPosition(parent);
88 return gfx::Rect(widget_pos.x() - parent_pos.x(),
89 widget_pos.y() - parent_pos.y(),