HomeSort by relevance Sort by last modified time
    Searched defs:native_view (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/chrome/browser/ui/views/
chrome_views_delegate_aura.cc 12 gfx::NativeView native_view = params.parent ? params.parent : params.context; local
13 if (native_view && chrome::IsNativeViewInAsh(native_view))
color_chooser_win.cc 102 gfx::NativeView native_view = web_contents->GetNativeView(); local
103 if (GetHostDesktopTypeForNativeView(native_view) == HOST_DESKTOP_TYPE_ASH)
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_mac.h 26 BrowserAccessibilityCocoa* native_view() const { function in class:content::BrowserAccessibilityMac
  /external/chromium_org/chrome/browser/tab_contents/
navigation_metrics_recorder.cc 41 gfx::NativeView native_view = rwhv->GetNativeView(); local
42 if (native_view) {
44 chrome::GetHostDesktopTypeForNativeView(native_view);
  /external/chromium_org/chrome/browser/ui/autofill/
password_generation_popup_view_browsertest.cc 23 gfx::NativeView native_view)
31 native_view) {}
43 gfx::NativeView native_view = variable
48 browser()->tab_strip_model()->GetActiveWebContents(), native_view);
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_views_browsertest.cc 148 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/
autofill_popup_base_view_browsertest.cc 45 gfx::NativeView native_view = variable
48 .WillRepeatedly(Return(native_view));
  /external/chromium_org/ui/views/controls/native/
native_view_host.h 42 void Attach(gfx::NativeView native_view);
77 gfx::NativeView native_view() const { return native_view_; } function in class:views::NativeViewHost
  /external/chromium_org/ash/
popup_message.cc 196 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/ash/system/chromeos/rotation/
tray_rotation_lock.cc 97 gfx::NativeView native_view = system_tray->GetWidget()->GetNativeView(); local
99 GetDisplayNearestWindow(native_view);
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_popup.cc 200 gfx::NativeView native_view = popup->GetWidget()->GetNativeView(); local
202 native_view, wm::WINDOW_VISIBILITY_ANIMATION_TYPE_VERTICAL);
203 wm::SetWindowVisibilityAnimationVerticalPosition(native_view, -3.0f);
  /external/chromium_org/chrome/browser/ui/views/profiles/
user_manager_view.cc 133 gfx::NativeView native_view = local
136 bounds = gfx::Screen::GetScreenFor(native_view)->
137 GetDisplayNearestWindow(native_view).work_area();
  /external/chromium_org/ash/desktop_background/
desktop_background_view.cc 140 gfx::NativeView native_view = GetWidget()->GetNativeView(); local
141 gfx::Display display = gfx::Screen::GetScreenFor(native_view)->
142 GetDisplayNearestWindow(native_view);
  /external/chromium_org/chrome/browser/chromeos/ui/
kiosk_external_update_notification.cc 144 gfx::NativeView native_view = widget->GetNativeView(); local
145 native_view->SetName("KioskExternalUpdateNotification");
idle_app_name_notification_view.cc 79 gfx::NativeView native_view = widget->GetNativeView(); local
80 native_view->SetName("KioskIdleAppNameNotification");
86 native_view->layer()->SetAnimator(animator);
  /external/chromium_org/remoting/host/setup/
me2me_native_messaging_host_main.cc 108 std::string native_view = local
110 if (base::StringToInt64(native_view, &native_view_handle)) {
114 << "=" << native_view; local
  /external/chromium_org/ash/shelf/
shelf_tooltip_manager.cc 323 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/
pepper_output_protection_message_filter.cc 70 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/extensions/api/messaging/
message_service.cc 386 gfx::NativeView native_view = local
392 native_view,
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.cc 842 gfx::NativeView native_view = NULL; local
848 native_view = client->GetFocusedWindow();
850 model()->OnWillKillFocus(native_view);
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_controller.cc 2062 gfx::NativeView native_view = source->GetWidget()->GetNativeView(); local
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield.cc 1043 gfx::NativeView native_view = GetWidget()->GetNativeView(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc 2488 gfx::NativeView native_view = contents->GetContentNativeView(); local
    [all...]

Completed in 1387 milliseconds