Searched refs:frame_rect (Results 1 – 5 of 5) sorted by relevance
21 RECT frame_rect = {0}, webcontents_rect = {0}; in GetWidgetPositionNative() local23 static_cast<views::WidgetWin*>(host())->GetParent(), &frame_rect); in GetWidgetPositionNative()28 avoid_overlapping_rect->Offset(0, webcontents_rect.top - frame_rect.top); in GetWidgetPositionNative()
20 gfx::Rect frame_rect = host()->GetTopLevelWidget()->GetWindowScreenBounds(); in GetWidgetPositionNative() local24 avoid_overlapping_rect->Offset(0, webcontents_rect.y() - frame_rect.y()); in GetWidgetPositionNative()
459 gfx::Rect frame_rect = frame_container_->GetWindowScreenBounds(); in GetContentsRectangle() local460 return gfx::Rect(frame_rect.x() + offset.x(), in GetContentsRectangle()461 frame_rect.y() + GetShelfHeight() + offset.y(), in GetContentsRectangle()
825 sd->changed.frame_rect = EINA_TRUE; in _ewk_view_smart_calculate()838 sd->changed.frame_rect = EINA_TRUE; in _ewk_view_smart_calculate()854 if (sd->changed.frame_rect) { in _ewk_view_smart_calculate()857 sd->changed.frame_rect = EINA_FALSE; in _ewk_view_smart_calculate()4101 sd->changed.frame_rect = EINA_TRUE; in ewk_view_frame_create()4115 sd->changed.frame_rect = EINA_TRUE; in ewk_view_plugin_create()
295 Eina_Bool frame_rect:1; member