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())
76 if (!rwhva_ || !rwhva_->HasFocus())
121 DCHECK(rwhva_);
180 DCHECK(rwhva_);
202 RenderWidgetHost* host = rwhva_->GetRenderWidgetHost();
210 if (!rwhva_)
214 rwhva_->GetRenderWidgetHost());
225 return rwhva_ ? gfx::Rect(rwhva_->GetNativeView()->bounds().size()) :
230 return rwhva_ ? rwhva_->GetNativeView()->GetToplevelWindow() : NULL;
234 if (!rwhva_)
236 aura::Window* window = rwhva_->GetNativeView();
244 if (!rwhva_)
246 aura::Window* window = rwhva_->GetNativeView();
258 if (!rwhva_)
262 RenderWidgetHost* host = rwhva_->GetRenderWidgetHost();
274 if (!rwhva_)
276 bool editable = rwhva_->GetTextInputType() != ui::TEXT_INPUT_TYPE_NONE;
277 bool readable = rwhva_->GetTextInputType() != ui::TEXT_INPUT_TYPE_PASSWORD;
279 rwhva_->GetSelectionRange(&selection_range);
308 RenderWidgetHost* host = rwhva_->GetRenderWidgetHost();
344 rwhva_(NULL),
365 if (rwhva_) {
366 rwhva_->set_touch_editing_client(NULL);
367 rwhva_ = NULL;