Home | History | Annotate | Download | only in tab_contents

Lines Matching defs:GetNativeView

90 gfx::NativeView TabContentsViewViews::GetNativeView() const {
91 return GetWidget()->GetNativeView();
96 return rwhv ? rwhv->GetNativeView() : NULL;
122 if (::IsWindow(GetNativeView())) {
155 GetWidget()->GetFocusManager()->FocusNativeView(rwhv ? rwhv->GetNativeView()
156 : GetNativeView());
173 views::FocusManager::GetFocusManagerForNativeView(GetNativeView());
192 views::FocusManager::GetFocusManagerForNativeView(GetNativeView());
241 views::FocusManager::GetFocusManagerForNativeView(GetNativeView());
271 MapWindowPoints(GetNativeView(), HWND_DESKTOP, &screen_pt, 1);