Home | History | Annotate | Download | only in renderer_host

Lines Matching refs:host_

155     : host_(host),
166 host_->set_view(this);
188 return host_;
198 if (host_)
199 host_->WasRestored();
213 if (host_)
214 host_->WasHidden();
225 if (host_)
226 host_->WasResized();
338 DCHECK(host_);
339 host_->ViewDestroyed();
344 // host_'s destruction brought us here, null it out so we don't use it
345 host_ = NULL;
374 return new BackingStoreSkia(host_, size);
376 return new BackingStoreX(host_, size,
384 if (host_)
385 host_->Send(new ViewMsg_SetBackground(host_->routing_id(), background));
447 if (!host_)
463 host_->ForwardMouseEvent(e);
474 if (!host_)
480 host_->ForwardMouseEvent(e);
484 if (!host_)
489 host_->ForwardMouseEvent(e);
502 if (!host_)
583 host_->ForwardTouchEvent(touch_event_);
604 if (!host_)
606 host_->ForwardKeyboardEvent(NativeWebKeyboardEvent(event));
611 if (!host_)
613 host_->ForwardKeyboardEvent(NativeWebKeyboardEvent(event));
619 if (!host_)
632 host_->ForwardWheelEvent(wmwe);
643 if (!host_)
660 host_->ImeSetComposition(composition.text, underlines,
668 if (host_ && has_composition_text_)
669 host_->ImeConfirmComposition();
674 if (host_ && has_composition_text_)
675 host_->ImeCancelComposition();
681 if (host_)
682 host_->ImeConfirmComposition(text);
687 if (host_) {
691 host_->ForwardKeyboardEvent(wke);
746 if (!host_)
750 host_->SetInputMethodActive(GetInputMethod()->IsActive());
758 if (!host_)
760 host_->UpdateTextDirection(
764 host_->NotifyTextDirection();
773 if (is_hidden_ || !host_)
785 if (host_->is_accelerated_compositing_active())
798 BackingStore* backing_store = host_->GetBackingStore(true);
875 if (host_)
876 host_->Blur();
880 if (!host_)
886 host_->GotFocus();
887 host_->SetInputMethodActive(GetInputMethod()->IsActive());
891 if (!host_)
897 host_->Blur();
898 host_->SetInputMethodActive(false);
944 if (host_)
945 host_->ImeConfirmComposition();