Searched refs:host_view_ (Results 1 – 5 of 5) sorted by relevance
/external/chromium/chrome/browser/renderer_host/ |
D | gtk_im_context_wrapper.cc | 60 : host_view_(host_view), in GtkIMContextWrapper() 220 host_view_->ForwardKeyboardEvent(wke); in ProcessKeyEvent() 281 if (host_view_->GetRenderWidgetHost()) in OnFocusIn() 282 host_view_->GetRenderWidgetHost()->SetInputMethodActive(true); in OnFocusIn() 308 if (host_view_->GetRenderWidgetHost()) in OnFocusOut() 309 host_view_->GetRenderWidgetHost()->SetInputMethodActive(false); in OnFocusOut() 318 g_object_get(gtk_widget_get_settings(GTK_WIDGET(host_view_->native_view())), in AppendInputMethodsContextMenu() 388 host_view_->ForwardKeyboardEvent(*wke); in ProcessFilteredKeyPressEvent() 394 host_view_->ForwardKeyboardEvent(*wke); in ProcessUnfilteredKeyPressEvent() 411 host_view_->ForwardKeyboardEvent(*wke); in ProcessUnfilteredKeyPressEvent() [all …]
|
D | gtk_im_context_wrapper.h | 124 RenderWidgetHostViewGtk* host_view_; variable
|
/external/chromium/chrome/browser/chromeos/login/ |
D | helper.cc | 78 : host_view_(this), in ThrobberHostView() 89 views::Widget* host_widget = host_view_->GetWidget(); in StartThrobber() 112 throbber_bounds.Offset(host_view_->GetScreenBounds().origin()); in StartThrobber() 134 host_view_->width() - login::kThrobberRightMargin - bounds.width()); in CalculateThrobberBounds() 135 bounds.set_y((host_view_->height() - bounds.height()) / 2); in CalculateThrobberBounds()
|
D | helper.h | 58 host_view_ = host_view; in set_host_view() 63 views::View* host_view_;
|
/external/chromium/chrome/browser/ui/views/frame/ |
D | browser_view.cc | 171 DetachableToolbarView* host_view_; member in BookmarkExtensionBackground 183 host_view_(host_view), in BookmarkExtensionBackground() 189 ui::ThemeProvider* tp = host_view_->GetThemeProvider(); in Paint() 190 int toolbar_overlap = host_view_->GetToolbarOverlap(); in Paint() 194 if (host_view_->IsDetached()) { in Paint() 201 host_view_->GetThemeProvider(), canvas, in Paint() 202 gfx::Rect(0, toolbar_overlap, host_view_->width(), in Paint() 203 host_view_->height() - toolbar_overlap), height); in Paint() 208 double current_state = 1 - host_view_->GetAnimationValue(); in Paint() 219 v_padding, &rect, &roundness, host_view_); in Paint() [all …]
|