HomeSort by relevance Sort by last modified time
    Searched refs:NativeView (Results 26 - 50 of 252) sorted by null

12 3 4 5 6 7 8 91011

  /external/chromium_org/ui/views/examples/
examples_window_with_content.cc 15 gfx::NativeView window_context) {
  /external/chromium_org/ui/views/focus/
focus_manager_test.h 79 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/test/
views_test_helper.cc 29 gfx::NativeView ViewsTestHelper::GetContext() {
views_test_helper.h 39 virtual gfx::NativeView GetContext();
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_win.h 23 virtual HWND GetHWNDFromNativeView(gfx::NativeView window) const OVERRIDE;
  /external/chromium_org/ui/views/widget/
native_widget_private.h 55 gfx::NativeView native_view);
60 // NativeView, or NULL if there is no NativeWidgetPrivate that contains it.
62 gfx::NativeView native_view);
64 static void GetAllChildWidgets(gfx::NativeView native_view,
66 static void GetAllOwnedWidgets(gfx::NativeView native_view,
68 static void ReparentNativeView(gfx::NativeView native_view,
69 gfx::NativeView new_parent);
95 // Returns the NativeView/Window associated with this NativeWidget.
96 virtual gfx::NativeView GetNativeView() const = 0;
113 // associated NativeViews is used to reorder the NativeView layers. Thi
    [all...]
tooltip_manager.cc 19 int TooltipManager::GetMaxWidth(int x, int y, gfx::NativeView context) {
tooltip_manager.h 29 // When a NativeView has capture all events are delivered to it. In some
31 // NativeView the mouse is over, even if it differs from the NativeView that
33 // if the NativeView that has capture has the same value for the property
34 // |kGroupingPropertyKey| as the NativeView the mouse is over the tooltip is
48 static int GetMaxWidth(int x, int y, gfx::NativeView context);
widget.h 227 gfx::NativeView parent;
251 gfx::NativeView context;
279 gfx::NativeView parent);
281 gfx::NativeView parent,
286 gfx::NativeView context);
288 gfx::NativeView context,
304 // NativeView or Window, or NULL if the supplied handle has no associated
306 static Widget* GetWidgetForNativeView(gfx::NativeView native_view);
314 static Widget* GetTopLevelWidgetForNativeView(gfx::NativeView native_view);
318 static void GetAllChildWidgets(gfx::NativeView native_view
    [all...]
  /external/chromium_org/chrome/browser/chromeos/ui/
focus_ring_controller.h 50 virtual void OnNativeFocusChange(gfx::NativeView focused_before,
51 gfx::NativeView focused_now) OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/tabs/
windows_event_router.h 47 virtual void OnNativeFocusChange(gfx::NativeView focused_before,
48 gfx::NativeView focused_now) OVERRIDE;
  /external/chromium_org/ui/gfx/
screen.h 30 // Retrieves the Screen that the specified NativeView belongs to. A value of
32 static Screen* GetScreenFor(NativeView view);
74 virtual gfx::Display GetDisplayNearestWindow(NativeView view) const = 0;
screen_win.h 29 gfx::NativeView window) const OVERRIDE;
38 // Returns the HWND associated with the NativeView.
39 virtual HWND GetHWNDFromNativeView(NativeView window) const;
41 // Returns the NativeView associated with the HWND.
  /external/chromium_org/ui/views/touchui/
touch_editing_menu.h 50 gfx::NativeView context);
58 gfx::NativeView context);
  /external/chromium_org/ui/views/
drag_utils.h 26 VIEWS_EXPORT void RunShellDrag(gfx::NativeView view,
  /external/chromium_org/ui/views/win/
hwnd_util.h 23 // Returns the HWND for the specified NativeView.
24 VIEWS_EXPORT HWND HWNDForNativeView(const gfx::NativeView view);
  /external/chromium_org/chrome/browser/ui/autofill/
popup_controller_common.h 31 gfx::NativeView container_view,
36 gfx::NativeView container_view() { return container_view_; }
87 gfx::NativeView container_view_;
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_popup_base_view.h 64 virtual void OnNativeFocusChange(gfx::NativeView focused_before,
65 gfx::NativeView focused_now) OVERRIDE;
83 gfx::NativeView container_view();
  /external/chromium_org/content/browser/
power_save_blocker_android.cc 18 using gfx::NativeView;
25 explicit Delegate(NativeView view_android) {
72 void PowerSaveBlockerImpl::InitDisplaySleepBlocker(NativeView view_android) {
  /external/chromium_org/ui/views/controls/native/
native_view_host.h 22 // A View type that hosts a gfx::NativeView. The bounds of the native view are
34 // Attach a gfx::NativeView to this View. Its bounds will be kept in sync
40 void Attach(gfx::NativeView native_view);
75 gfx::NativeView native_view() const { return native_view_; }
103 // NativeView. This is used when detaching to ensure the FocusManager doesn't
108 gfx::NativeView native_view_;
111 // attached gfx::NativeView.
  /external/chromium_org/content/browser/web_contents/
web_contents_view_android.h 33 virtual gfx::NativeView GetNativeView() const OVERRIDE;
34 virtual gfx::NativeView GetContentNativeView() const OVERRIDE;
45 const gfx::Size& initial_size, gfx::NativeView context) OVERRIDE;
web_contents_view_guest.h 46 virtual gfx::NativeView GetNativeView() const OVERRIDE;
47 virtual gfx::NativeView GetContentNativeView() const OVERRIDE;
58 gfx::NativeView context) OVERRIDE;
  /external/chromium_org/ash/ime/
mode_indicator_view.h 25 ModeIndicatorView(gfx::NativeView parent,
  /external/chromium_org/chrome/browser/ui/ash/
ash_util.cc 14 bool IsNativeViewInAsh(gfx::NativeView native_view) {
  /external/chromium_org/chrome/browser/ui/
host_desktop.cc 19 HostDesktopType GetHostDesktopTypeForNativeView(gfx::NativeView native_view) {

Completed in 1005 milliseconds

12 3 4 5 6 7 8 91011