Searched refs:NativeView (Results 1 - 25 of 256) sorted by relevance

1234567891011

/external/chromium_org/components/web_modal/
H A Dnative_web_contents_modal_dialog.h19 typedef gfx::NativeView NativeWebContentsModalDialog;
27 typedef gfx::NativeView NativePopup;
H A Dtest_web_contents_modal_dialog_host.cc12 gfx::NativeView host_view)
21 gfx::NativeView TestWebContentsModalDialogHost::GetHostView() const {
H A Dtest_web_contents_modal_dialog_host.h19 explicit TestWebContentsModalDialogHost(gfx::NativeView host_view);
24 virtual gfx::NativeView GetHostView() const OVERRIDE;
34 gfx::NativeView host_view_;
/external/chromium_org/chrome/browser/
H A Dplatform_util.h38 gfx::NativeWindow GetTopLevel(gfx::NativeView view);
41 gfx::NativeView GetParent(gfx::NativeView view);
52 bool IsVisible(gfx::NativeView view);
H A Dplatform_util_android.cc25 gfx::NativeWindow GetTopLevel(gfx::NativeView view) {
30 gfx::NativeView GetParent(gfx::NativeView view) {
44 bool IsVisible(gfx::NativeView view) {
H A Dplatform_util_aura.cc16 gfx::NativeWindow GetTopLevel(gfx::NativeView view) {
20 gfx::NativeView GetParent(gfx::NativeView view) {
41 bool IsVisible(gfx::NativeView view) {
/external/chromium_org/chrome/browser/ui/ash/
H A Dash_util.h14 bool IsNativeViewInAsh(gfx::NativeView native_view);
H A Dash_util.cc14 bool IsNativeViewInAsh(gfx::NativeView native_view) {
/external/chromium_org/chrome/browser/download/
H A Ddrag_download_item.h23 gfx::NativeView view);
/external/chromium_org/ui/views/focus/
H A Dwidget_focus_manager.h24 virtual void OnNativeFocusChange(gfx::NativeView focused_before,
25 gfx::NativeView focused_now) = 0;
46 void OnWidgetFocusEvent(gfx::NativeView focused_before,
47 gfx::NativeView focused_now);
H A Dwidget_focus_manager.cc28 void WidgetFocusManager::OnWidgetFocusEvent(gfx::NativeView focused_before,
29 gfx::NativeView focused_now) {
/external/chromium_org/chrome/browser/ui/
H A Dconfirm_bubble.h22 gfx::NativeView anchor_view,
H A Dhost_desktop.h35 HostDesktopType GetHostDesktopTypeForNativeView(gfx::NativeView native_view);
/external/chromium_org/content/browser/
H A Dpower_save_blocker_impl.h23 void InitDisplaySleepBlocker(gfx::NativeView view_android);
H A Dpower_save_blocker_android.cc18 using gfx::NativeView;
25 explicit Delegate(NativeView view_android) {
72 void PowerSaveBlockerImpl::InitDisplaySleepBlocker(NativeView view_android) {
/external/chromium_org/ui/gfx/
H A Dcanvas_paint.h20 GFX_EXPORT static CanvasPaint* CreateCanvasPaint(gfx::NativeView view);
H A Dscreen_type_delegate.h27 virtual ScreenType GetScreenTypeForNativeView(NativeView view) = 0;
/external/chromium_org/chrome/browser/ui/autofill/
H A Dpassword_generation_popup_view_browsertest.cc23 gfx::NativeView native_view)
43 gfx::NativeView native_view =
H A Dautofill_popup_view_delegate.h44 virtual gfx::NativeView container_view() = 0;
H A Dpopup_controller_common.h31 gfx::NativeView container_view,
36 gfx::NativeView container_view() { return container_view_; }
87 gfx::NativeView container_view_;
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_drag_drop.h25 gfx::NativeView view,
/external/chromium_org/printing/
H A Dprint_dialog_gtk_interface.h32 gfx::NativeView parent_view,
/external/chromium_org/ui/views/test/
H A Dfocus_manager_test.h79 typedef std::pair<gfx::NativeView, gfx::NativeView> NativeViewPair;
93 virtual void OnNativeFocusChange(gfx::NativeView focused_before,
94 gfx::NativeView focused_now) OVERRIDE;
/external/chromium_org/ui/views/win/
H A Dhwnd_util.h23 // Returns the HWND for the specified NativeView.
24 VIEWS_EXPORT HWND HWNDForNativeView(const gfx::NativeView view);
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view.h31 virtual gfx::NativeView GetNativeView() const = 0;
36 virtual gfx::NativeView GetContentNativeView() const = 0;
77 const gfx::Size& initial_size, gfx::NativeView context) = 0;

Completed in 6923 milliseconds

1234567891011