HomeSort by relevance Sort by last modified time
    Searched refs:GetView (Results 1 - 25 of 228) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium_org/chrome/browser/ui/
chrome_web_modal_dialog_manager_delegate.cc 19 return platform_util::IsVisible(web_contents->GetView()->GetNativeView());
  /external/chromium_org/ui/views/controls/scrollbar/
native_scroll_bar.cc 50 return native_wrapper_->GetView()->GetPreferredSize();
56 native_wrapper_->GetView()->SetBounds(0, 0, width(), height());
57 native_wrapper_->GetView()->Layout();
66 AddChildView(native_wrapper_->GetView());
78 return native_wrapper_->GetView()->OnKeyPressed(event);
84 native_wrapper_->GetView()->OnGestureEvent(event);
90 return native_wrapper_->GetView()->OnMouseWheel(event);
native_scroll_bar_wrapper.h 30 virtual View* GetView() = 0;
  /external/chromium_org/chrome/browser/ui/gtk/extensions/
extension_view_gtk.cc 27 return extension_host_->host_contents()->GetView()->GetNativeView();
35 if (render_view_host()->IsRenderViewLive() && render_view_host()->GetView()) {
36 render_view_host()->GetView()->SetBackground(background);
52 if (!pending_background_.empty() && render_view_host()->GetView()) {
53 render_view_host()->GetView()->SetBackground(pending_background_);
  /external/chromium_org/chrome/browser/ui/gtk/notifications/
balloon_view_host_gtk.cc 26 content::RenderWidgetHostView* view = host->GetView();
36 return web_contents_->GetView()->GetNativeView();
  /external/chromium/chrome/browser/ui/cocoa/
view_id_util.h 38 NSView* GetView(NSWindow* window, ViewID viewID);
  /external/chromium_org/chrome/browser/ui/cocoa/
view_id_util.h 37 NSView* GetView(NSWindow* window, ViewID viewID);
  /external/chromium_org/chrome/renderer/extensions/
app_window_custom_bindings.h 19 void GetView(const v8::FunctionCallbackInfo<v8::Value>& args);
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_view_views.cc 68 if (render_view_host()->GetView()) {
70 render_view_host()->GetView()->Show();
72 render_view_host()->GetView()->Hide();
80 Attach(host_->host_contents()->GetView()->GetNativeView());
137 if (render_view_host()->GetView() && !bounds().IsEmpty()) {
138 render_view_host()->GetView()->SetSize(size());
152 host()->host_contents()->GetView()->Focus();
  /external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_container.h 43 virtual views::View* GetView() = 0;
tab_contents_container_native.cc 67 native_container_->GetView()->SetBounds(0, 0, width(), height());
68 native_container_->GetView()->Layout();
77 AddChildView(native_container_->GetView());
native_tab_contents_container_gtk.h 27 virtual views::View* GetView() OVERRIDE;
native_tab_contents_container_win.h 25 virtual views::View* GetView() OVERRIDE;
tab_contents_container_native.h 28 View* GetFocusView() { return native_container_->GetView(); }
  /external/chromium_org/ui/views/controls/combobox/
native_combobox_wrapper.h 45 virtual View* GetView() = 0;
  /external/chromium_org/ui/views/examples/
webview_example.cc 31 webview_->web_contents()->GetView()->Focus();
  /external/chromium_org/chrome/browser/ui/gtk/
tab_contents_container_gtk.cc 84 GtkWidget* widget = tab_->GetView()->GetContentNativeView();
99 GtkWidget* overlay_widget = overlay_->GetView()->GetNativeView();
111 gfx::NativeView widget = tab->GetView()->GetNativeView();
124 gfx::NativeView widget = tab->GetView()->GetNativeView();
134 gfx::NativeView widget = tab->GetView()->GetNativeView();
173 gtk_widget_child_focus(tab_->GetView()->GetContentNativeView(), focus);
constrained_web_dialog_delegate_gtk.cc 120 GTK_WIDGET(GetWebContents()->GetView()->GetNativeView());
146 constrained_delegate->GetWebContents()->GetView()->GetNativeView(),
147 constrained_delegate->GetWebContents()->GetView()->
  /external/chromium_org/ui/keyboard/
keyboard_ui_handler.cc 41 web_ui()->GetWebContents()->GetView()->GetNativeView()->GetRootWindow();
  /external/chromium_org/chrome/browser/ui/views/
validation_message_bubble_view.cc 34 widget_host->GetView()->GetViewBounds().origin().OffsetFromOrigin());
68 + widget_host->GetView()->GetViewBounds().origin().OffsetFromOrigin();
dropdown_bar_host_win.cc 22 HWND hwnd = contents->GetView()->GetContentNativeView();
  /external/chromium_org/content/shell/
shell_web_contents_view_delegate_win.cc 176 ClientToScreen(web_contents_->GetView()->GetNativeView(), &point);
183 web_contents_->GetView()->GetContentNativeView(),
217 web_contents_->GetView()->Focus();
221 web_contents_->GetView()->Focus();
225 web_contents_->GetView()->Focus();
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura_browsertest.cc 114 shell()->web_contents()->GetView()->GetContentNativeView();
126 web_contents->GetView());
131 aura::Window* content = web_contents->GetView()->GetContentNativeView();
176 web_contents->GetView());
181 aura::Window* content = web_contents->GetView()->GetContentNativeView();
219 web_contents->GetView());
224 aura::Window* content = web_contents->GetView()->GetContentNativeView();
286 web_contents->GetView());
291 aura::Window* content = web_contents->GetView()->GetContentNativeView();
  /external/chromium_org/chrome/browser/ui/views/notifications/
balloon_view_host.cc 51 web_contents_->GetRenderViewHost()->GetView();
  /external/chromium_org/chrome/browser/ui/views/tab_contents/
chrome_web_contents_view_delegate_views.cc 152 web_contents_->GetView()->GetNativeView();
162 ClientToScreen(web_contents_->GetView()->GetNativeView(), &temp);
184 web_contents_->GetView()->GetNativeView());
198 web_contents_->GetView()->Focus();

Completed in 2510 milliseconds

1 2 3 4 5 6 7 8 910