Home | History | Annotate | Download | only in renderer

Lines Matching refs:RenderWidget

656     : RenderWidget(blink::WebPopupTypeNone,
1402 IPC_MESSAGE_UNHANDLED(handled = RenderWidget::OnMessageReceived(message))
1725 RenderWidget* widget =
1726 RenderWidget::Create(routing_id_, popup_type, screen_info_);
2124 RenderWidget::didHandleGestureEvent(event, event_cancelled);
2144 RenderWidget::initializeLayerTreeView();
2492 return RenderWidget::Send(message);
3280 RenderWidget::OnResize(params);
3332 // If the RenderWidget is closing down then early-exit, otherwise we'll crash.
3444 RenderWidget::OnClose();
3450 RenderWidget::Close();
3506 RenderWidget::OnWasHidden();
3536 RenderWidget::OnWasShown(needs_repainting, latency_info);
3571 RenderWidget::OnSetFocus(enable);
3580 // RenderWidget's call to setFocus can cause the underlying webview's
3636 RenderWidget::OnImeSetComposition(text,
3669 // text added by the call to RenderWidget::OnImeConfirmComposition().
3677 RenderWidget::OnImeConfirmComposition(text,
3683 RenderWidget::SetDeviceScaleFactor(device_scale_factor);
3700 bool changed = RenderWidget::SetDeviceColorProfile(profile);
3709 RenderWidget::ResetDeviceColorProfileForTesting();
3719 return RenderWidget::GetTextInputType();
3735 RenderWidget::GetSelectionBounds(start, end);
3781 RenderWidget::GetCompositionRange(range);
4186 RenderWidget::DidCommitCompositorFrame();