Home
last modified time | relevance | path

Searched refs:GetNativeView (Results 1 – 25 of 115) sorted by relevance

12345

/external/chromium/chrome/browser/ui/views/tab_contents/
Dnative_tab_contents_view_win.cc39 EnableWindow(widget->GetNativeView(), FALSE); in GetHiddenTabHostWindow()
42 return widget->GetNativeView(); in GetHiddenTabHostWindow()
79 RevokeDragDrop(GetNativeView()); in InitNativeTabContentsView()
80 drop_target_ = new WebDropTarget(GetNativeView(), in InitNativeTabContentsView()
90 NativeWidget::ReparentNativeView(GetNativeView(), GetHiddenTabHostWindow()); in Unparent()
97 view->CreateWnd(GetNativeView()); in CreateRenderWidgetHostView()
103 return ::GetAncestor(GetNativeView(), GA_ROOT); in GetTopLevelNativeWindow()
108 if (GetNativeView()) in SetPageTitle()
109 ::SetWindowText(GetNativeView(), title.c_str()); in SetPageTitle()
142 RevokeDragDrop(GetNativeView()); in OnDestroy()
[all …]
Dtab_contents_view_views.cc90 gfx::NativeView TabContentsViewViews::GetNativeView() const { in GetNativeView() function in TabContentsViewViews
91 return GetWidget()->GetNativeView(); in GetNativeView()
96 return rwhv ? rwhv->GetNativeView() : NULL; in GetContentNativeView()
122 if (::IsWindow(GetNativeView())) { in OnTabCrashed()
155 GetWidget()->GetFocusManager()->FocusNativeView(rwhv ? rwhv->GetNativeView() in Focus()
156 : GetNativeView()); in Focus()
173 views::FocusManager::GetFocusManagerForNativeView(GetNativeView()); in StoreFocus()
192 views::FocusManager::GetFocusManagerForNativeView(GetNativeView()); in RestoreFocus()
241 views::FocusManager::GetFocusManagerForNativeView(GetNativeView()); in TakeFocus()
271 MapWindowPoints(GetNativeView(), HWND_DESKTOP, &screen_pt, 1); in ShowContextMenu()
Dtab_contents_view_gtk.cc158 gtk_object_ref(GTK_OBJECT(GetNativeView())); in CreateView()
200 gtk_fixed_put(GTK_FIXED(GetNativeView()), view->native_view(), 0, 0); in CreateViewForWidget()
204 gfx::NativeView TabContentsViewGtk::GetNativeView() const { in GetNativeView() function in TabContentsViewGtk
205 return WidgetGtk::GetNativeView(); in GetNativeView()
212 return rwhv->GetNativeView(); in GetContentNativeView()
216 GtkWidget* window = gtk_widget_get_ancestor(GetNativeView(), GTK_TYPE_WINDOW); in GetTopLevelNativeWindow()
260 gtk_widget_set_size_request(GetNativeView(), size.width(), size.height()); in SizeContents()
285 gtk_widget_grab_focus(rwhv ? rwhv->GetNativeView() : GetNativeView()); in Focus()
302 views::FocusManager::GetFocusManagerForNativeView(GetNativeView()); in StoreFocus()
320 views::FocusManager::GetFocusManagerForNativeView(GetNativeView()); in RestoreFocus()
[all …]
Dtab_contents_view_touch.cc102 gfx::NativeView TabContentsViewTouch::GetNativeView() const { in GetNativeView() function in TabContentsViewTouch
103 return GetWidget()->GetNativeView(); in GetNativeView()
110 return rwhv->GetNativeView(); in GetContentNativeView()
114 GtkWidget* window = gtk_widget_get_ancestor(GetNativeView(), GTK_TYPE_WINDOW); in GetTopLevelNativeWindow()
186 views::FocusManager::GetFocusManagerForNativeView(GetNativeView()); in StoreFocus()
204 views::FocusManager::GetFocusManagerForNativeView(GetNativeView()); in RestoreFocus()
252 views::FocusManager::GetFocusManagerForNativeView(GetNativeView()); in TakeFocus()
Dnative_tab_contents_container_win.cc37 Attach(contents->GetNativeView()); in AttachContents()
48 HWND container_hwnd = contents->GetNativeView(); in DetachContents()
Dnative_tab_contents_container_gtk.cc32 Attach(contents->GetNativeView()); in AttachContents()
36 gtk_widget_hide(contents->GetNativeView()); in DetachContents()
/external/chromium/chrome/browser/ui/views/
Dbrowser_bubble_win.cc75 if (window == GetNativeView()) { in OnActivate()
83 ::GetWindow(window, GW_OWNER) == GetNativeView()) { in OnActivate()
114 border_widget->Init(new BorderContents, frame_->GetNativeView()); in InitPopup()
118 pop->Init(border_widget->GetNativeView(), gfx::Rect()); in InitPopup()
Dbrowser_bubble_gtk.cc98 pop->Init(frame_->GetNativeView(), gfx::Rect()); in InitPopup()
104 pop->GetNativeView(), in InitPopup()
Dfind_bar_host_win.cc26 tab_contents()->tab_contents()->view()->GetNativeView(), in GetWidgetPositionNative()
/external/chromium/chrome/browser/ui/views/tabs/
Dnative_view_photobooth_win.cc67 GetParent(current_hwnd_) == capture_window_->GetNativeView()) { in Replace()
77 SetParent(current_hwnd_, capture_window_->GetNativeView()); in Replace()
94 GetParent(current_hwnd_) != capture_window_->GetNativeView()) { in PaintScreenshotIntoCanvas()
162 capture_window_->GetNativeView(), RGB(0xFF, 0xFF, 0xFF), 0xFF, LWA_ALPHA); in CreateCaptureWindow()
/external/chromium/chrome/browser/ui/views/bubble/
Dbubble.cc110 SetLayeredWindowAttributes(GetNativeView(), 0, in AnimationProgressed()
188 border_->Init(CreateBorderContents(), parent->GetNativeView()); in InitBubble()
193 WidgetWin::Init(border_->GetNativeView(), gfx::Rect()); in InitBubble()
195 SetWindowText(GetNativeView(), delegate_->accessible_name().c_str()); in InitBubble()
205 GetNativeView(), in InitBubble()
350 SetLayeredWindowAttributes(GetNativeView(), 0, in FadeOut()
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
Dpreviewable_contents_controller.mm27 [previewContents_->GetNativeView() removeFromSuperview];
30 NSView* previewView = previewContents_->GetNativeView();
42 [previewContents_->GetNativeView() removeFromSuperview];
/external/chromium/chrome/browser/ui/gtk/
Dtab_contents_container_gtk.cc110 GtkWidget* preview_widget = preview_->tab_contents()->GetNativeView(); in RemovePreview()
132 gfx::NativeView widget = tab->tab_contents()->GetNativeView(); in PackTab()
155 gfx::NativeView widget = tab->tab_contents()->GetNativeView(); in HideTab()
163 gfx::NativeView widget = tab->tab_contents()->GetNativeView(); in DetachTab()
/external/chromium/chrome/browser/chromeos/frame/
Dbubble_window.cc46 gtk_widget_modify_bg(GetNativeView(), GTK_STATE_NORMAL, &background_color); in InitWindow()
53 gtk_widget_realize(GetNativeView()); in InitWindow()
54 gdk_window_set_back_pixmap(GetNativeView()->window, NULL, FALSE); in InitWindow()
/external/chromium/chrome/browser/chromeos/
Dwm_overview_favicon.cc46 GTK_WIDGET(snapshot->GetNativeView()))); in Init()
48 GetNativeView(), in Init()
Dwm_overview_title.cc101 GTK_WIDGET(snapshot->GetNativeView()))); in Init()
103 GetNativeView(), in Init()
Dwm_overview_snapshot.cc51 GetNativeView(), in UpdateIndex()
/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_frame_win.cc200 SendMessage(GetNativeView(), WM_GETTITLEBARINFOEX, 0, (WPARAM)&titlebar_info); in GetMinimizeButtonOffset()
204 MapWindowPoints(HWND_DESKTOP, GetNativeView(), &minimize_button_corner, 1); in GetMinimizeButtonOffset()
272 DwmExtendFrameIntoClientArea(GetNativeView(), &margins); in UpdateDWMFrame()
/external/chromium/chrome/browser/chromeos/login/
Duser_controller.cc80 UpdateFreezeUpdatesProperty(GTK_WINDOW(GetNativeView()), in OnMap()
272 border_window_->GetNativeView(), in UpdateUserCount()
373 window->GetNativeView(), in ConfigureLoginWindow()
377 GdkWindow* gdk_window = window->GetNativeView()->window; in ConfigureLoginWindow()
479 GdkWindow* gdk_window = border_window_->GetNativeView()->window; in CreateBorderWindow()
Dscreen_locker.cc731 lock_window_->GetNativeView(), GTK_STATE_NORMAL, &kGdkBlack); in Init()
733 g_signal_connect(lock_window_->GetNativeView(), "client-event", in Init()
774 DCHECK(GTK_WIDGET_REALIZED(lock_window_->GetNativeView())); in Init()
776 lock_window_->GetNativeView(), in Init()
796 GTK_WINDOW(lock_window_->GetNativeView())); in Init()
1152 new MouseEventRelay(lock_widget_->GetNativeView()->window, in ShowErrorBubble()
1153 error_info_->GetNativeView()->window)); in ShowErrorBubble()
Dhelper.cc95 GtkWidget* host_gtk_window = host_widget->GetNativeView(); in StartThrobber()
117 throbber_widget_->GetNativeView()->window, NULL, false); in StartThrobber()
/external/chromium/chrome/browser/automation/
Dautomation_provider_win.cc258 *tab_container_window = external_tab_container->GetNativeView(); in CreateExternalTab()
259 *tab_window = tab_contents->GetNativeView(); in CreateExternalTab()
314 tab->tab_contents()->GetNativeView()); in GetExternalTabForHandle()
396 *tab_container_window = external_tab_container->GetNativeView(); in ConnectExternalTab()
397 *tab_window = tab_contents->GetNativeView(); in ConnectExternalTab()
/external/chromium/chrome/browser/tab_contents/
Dtab_contents_view_gtk.cc167 gfx::NativeView TabContentsViewGtk::GetNativeView() const { in GetNativeView() function in TabContentsViewGtk
175 return rwhv->GetNativeView(); in GetContentNativeView()
179 GtkWidget* window = gtk_widget_get_ancestor(GetNativeView(), GTK_TYPE_WINDOW); in GetTopLevelNativeWindow()
244 focus_store_.Store(GetNativeView()); in StoreFocus()
/external/chromium/chrome/browser/ui/views/extensions/
Dextension_view.cc92 HWND hwnd = view_win->Create(GetWidget()->GetNativeView()); in CreateWidgetHostView()
104 Attach(view_gtk->GetNativeView()); in CreateWidgetHostView()
/external/chromium/chrome/browser/
Dexternal_tab_container_win.cc145 prop_.reset(new ViewProp(GetNativeView(), kWindowObjectKey, this)); in Init()
203 SetParent(GetNativeView(), parent); in Init()
205 ::ShowWindow(tab_contents_->tab_contents()->GetNativeView(), SW_SHOWNA); in Init()
258 SetParent(GetNativeView(), parent_window); in Reinitialize()
621 MapWindowPoints(GetNativeView(), HWND_DESKTOP, &screen_pt, 1); in HandleContextMenu()
710 browser::ShowRepostFormWarningDialog(GetNativeView(), tab_contents); in ShowRepostFormWarningDialog()
1117 ::DestroyWindow(GetNativeView()); in OpenURLFromTab()

12345