Home | History | Annotate | Download | only in web_contents

Lines Matching refs:rwhva_

39   if (rwhva_ == view)
46 rwhva_ = view;
47 rwhva_->set_touch_editing_client(this);
51 if (!rwhva_ || !rwhva_->HasFocus())
91 if (!rwhva_ || !rwhva_->HasFocus())
138 DCHECK(rwhva_);
204 DCHECK(rwhva_);
222 RenderWidgetHost* host = rwhva_->GetRenderWidgetHost();
230 if (!rwhva_)
234 rwhva_->GetRenderWidgetHost());
245 return rwhva_ ? gfx::Rect(rwhva_->GetNativeView()->bounds().size()) :
250 return rwhva_ ? rwhva_->GetNativeView()->GetToplevelWindow() : NULL;
254 if (!rwhva_)
256 aura::Window* window = rwhva_->GetNativeView();
264 if (!rwhva_)
266 aura::Window* window = rwhva_->GetNativeView();
278 if (!rwhva_)
282 RenderWidgetHost* host = rwhva_->GetRenderWidgetHost();
294 if (!rwhva_)
296 bool editable = rwhva_->GetTextInputType() != ui::TEXT_INPUT_TYPE_NONE;
298 rwhva_->GetSelectionRange(&selection_range);
327 RenderWidgetHost* host = rwhva_->GetRenderWidgetHost();
363 rwhva_(NULL),
372 if (rwhva_) {
373 rwhva_->set_touch_editing_client(NULL);
374 rwhva_ = NULL;