Searched defs:native_view (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/views/
H A Dchrome_views_delegate_aura.cc12 gfx::NativeView native_view = params.parent ? params.parent : params.context; local
13 if (native_view && chrome::IsNativeViewInAsh(native_view))
H A Dcolor_chooser_win.cc102 gfx::NativeView native_view = web_contents->GetNativeView(); local
103 if (GetHostDesktopTypeForNativeView(native_view) == HOST_DESKTOP_TYPE_ASH)
/external/chromium_org/chrome/browser/ui/ash/
H A Dash_util.cc14 bool IsNativeViewInAsh(gfx::NativeView native_view) { argument
28 if ((*it)->Contains(native_view))
/external/chromium_org/chrome/browser/ui/
H A Dhost_desktop.cc19 HostDesktopType GetHostDesktopTypeForNativeView(gfx::NativeView native_view) { argument
25 if (!native_view)
28 return IsNativeViewInAsh(native_view) ?
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_mac.h26 BrowserAccessibilityCocoa* native_view() const { function in class:content::BrowserAccessibilityMac
/external/chromium_org/chrome/browser/tab_contents/
H A Dnavigation_metrics_recorder.cc41 gfx::NativeView native_view = rwhv->GetNativeView(); local
42 if (native_view) {
44 chrome::GetHostDesktopTypeForNativeView(native_view);
/external/chromium_org/chrome/browser/ui/autofill/
H A Dpassword_generation_popup_view_browsertest.cc23 gfx::NativeView native_view)
31 native_view) {}
43 gfx::NativeView native_view = variable
48 browser()->tab_strip_model()->GetActiveWebContents(), native_view);
22 TestPasswordGenerationPopupController(content::WebContents* web_contents, gfx::NativeView native_view) argument
/external/chromium_org/ui/views/controls/native/
H A Dnative_view_host.h42 void Attach(gfx::NativeView native_view);
77 gfx::NativeView native_view() const { return native_view_; } function in class:views::NativeViewHost
H A Dnative_view_host_aura.cc25 void set_native_view(aura::Window* native_view) { argument
26 native_view_ = native_view;
78 if (host_->native_view()) {
79 host_->native_view()->RemoveObserver(this);
80 host_->native_view()->ClearProperty(views::kHostViewKey);
81 host_->native_view()->ClearProperty(aura::client::kHostWindowKey);
83 if (host_->native_view()->parent() == &clipping_window_)
84 clipping_window_.RemoveChild(host_->native_view());
91 clipping_window_delegate_->set_native_view(host_->native_view());
92 host_->native_view()
[all...]
H A Dnative_view_host.cc33 void NativeViewHost::Attach(gfx::NativeView native_view) { argument
34 DCHECK(native_view);
36 native_view_ = native_view;
44 Widget* widget = Widget::GetWidgetForNativeView(native_view);
215 Widget::GetAllChildWidgets(native_view(), &widgets);
/external/chromium_org/ash/system/chromeos/rotation/
H A Dtray_rotation_lock.cc97 gfx::NativeView native_view = system_tray->GetWidget()->GetNativeView(); local
99 GetDisplayNearestWindow(native_view);
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service_views_browsertest.cc148 gfx::NativeView native_view = app_list_view->GetWidget()->GetNativeView(); local
149 ASSERT_TRUE(native_view);
155 views::Widget::GetAllOwnedWidgets(native_view, &owned_widgets);
165 views::Widget::GetAllOwnedWidgets(native_view, &owned_widgets);
174 views::Widget::GetAllOwnedWidgets(native_view, &owned_widgets);
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_popup_base_view_browsertest.cc45 gfx::NativeView native_view = variable
48 .WillRepeatedly(Return(native_view));
/external/chromium_org/ash/
H A Dpopup_message.cc196 gfx::NativeView native_view = widget_->GetNativeView(); local
198 native_view, wm::WINDOW_VISIBILITY_ANIMATION_TYPE_VERTICAL);
200 native_view, wm::ANIMATE_HIDE);
221 gfx::NativeView native_view = widget_->GetNativeView();
223 native_view, wm::ANIMATE_NONE);
/external/chromium_org/chrome/browser/chromeos/ui/
H A Dkiosk_external_update_notification.cc144 gfx::NativeView native_view = widget->GetNativeView(); local
145 native_view->SetName("KioskExternalUpdateNotification");
H A Didle_app_name_notification_view.cc79 gfx::NativeView native_view = widget->GetNativeView(); local
80 native_view->SetName("KioskIdleAppNameNotification");
86 native_view->layer()->SetAnimator(animator);
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_process_launcher.cc263 gfx::NativeView native_view) {
267 views::HWNDForNativeView(native_view));
261 CreateDefault( bool allow_user_level_hosts, gfx::NativeView native_view) argument
H A Dnative_message_process_host.cc127 gfx::NativeView native_view,
136 allow_user_level, native_view));
126 Create( gfx::NativeView native_view, base::WeakPtr<Client> weak_client_ui, const std::string& source_extension_id, const std::string& native_host_name, int destination_port, bool allow_user_level) argument
H A Dmessage_service.cc386 gfx::NativeView native_view = local
392 native_view,
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Duser_manager_view.cc133 gfx::NativeView native_view = local
136 bounds = gfx::Screen::GetScreenFor(native_view)->
137 GetDisplayNearestWindow(native_view).work_area();
/external/chromium_org/remoting/host/setup/
H A Dme2me_native_messaging_host_main.cc108 std::string native_view = local
110 if (base::StringToInt64(native_view, &native_view_handle)) {
114 << "=" << native_view; local
/external/chromium_org/ash/desktop_background/
H A Ddesktop_background_view.cc140 gfx::NativeView native_view = GetWidget()->GetNativeView(); local
141 gfx::Display display = gfx::Screen::GetScreenFor(native_view)->
142 GetDisplayNearestWindow(native_view);
/external/chromium_org/ash/shelf/
H A Dshelf_tooltip_manager.cc323 gfx::NativeView native_view = widget_->GetNativeView();
325 native_view, wm::ANIMATE_NONE);
358 gfx::NativeView native_view = widget_->GetNativeView(); local
360 native_view, wm::WINDOW_VISIBILITY_ANIMATION_TYPE_VERTICAL);
362 native_view, wm::ANIMATE_HIDE);
/external/chromium_org/chrome/browser/renderer_host/pepper/
H A Dpepper_output_protection_message_filter.cc70 gfx::NativeView native_view = rfh->GetNativeView(); local
71 gfx::Screen* screen = gfx::Screen::GetScreenFor(native_view);
74 gfx::Display display = screen->GetDisplayNearestWindow(native_view);
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_popup.cc200 gfx::NativeView native_view = popup->GetWidget()->GetNativeView(); local
202 native_view, wm::WINDOW_VISIBILITY_ANIMATION_TYPE_VERTICAL);
203 wm::SetWindowVisibilityAnimationVerticalPosition(native_view, -3.0f);

Completed in 4515 milliseconds

12