HomeSort by relevance Sort by last modified time
    Searched refs:NativeView (Results 1 - 25 of 385) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/components/web_modal/
native_web_contents_modal_dialog.h 17 typedef gfx::NativeView NativeWebContentsModalDialog;
  /external/chromium_org/ui/oak/
oak.h 13 OAK_EXPORT void ShowOakWindowWithContext(gfx::NativeView context);
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_gtk.h 22 gfx::NativeView GetRelativeWindowForPopup(
23 gfx::NativeView edit_native_view) const;
autocomplete_popup_win.cc 16 gfx::NativeView AutocompletePopupWin::GetRelativeWindowForPopup(
17 gfx::NativeView edit_native_view) const {
autocomplete_popup_win.h 22 gfx::NativeView GetRelativeWindowForPopup(
23 gfx::NativeView edit_native_view) const;
autocomplete_popup_gtk.cc 19 gfx::NativeView AutocompletePopupGtk::GetRelativeWindowForPopup(
20 gfx::NativeView edit_native_view) const {
  /external/chromium/chrome/browser/ui/views/tabs/
native_view_photobooth_gtk.cc 15 gfx::NativeView initial_view) {
20 gfx::NativeView initial_view) {
26 void NativeViewPhotoboothGtk::Replace(gfx::NativeView new_view) {
native_view_photobooth.h 19 // An object that a NativeView "steps into" to have its picture taken. This is
20 // used to generate a full size screen shot of the contents of a NativeView
23 // Implementation note: This causes the NativeView to be re-parented to a
31 static NativeViewPhotobooth* Create(gfx::NativeView initial_view);
37 virtual void Replace(gfx::NativeView new_view) = 0;
native_view_photobooth_gtk.h 14 explicit NativeViewPhotoboothGtk(gfx::NativeView new_view);
20 virtual void Replace(gfx::NativeView new_view) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/ash/tabs/
dock_info_ash.h 18 const gfx::Point& screen_point, const std::set<gfx::NativeView>& ignore);
20 gfx::NativeView GetLocalProcessWindowAtPointAsh(
22 const std::set<gfx::NativeView>& ignore);
dock_info_chromeos.cc 14 const std::set<gfx::NativeView>& ignore) {
19 gfx::NativeView DockInfo::GetLocalProcessWindowAtPoint(
22 const std::set<gfx::NativeView>& ignore) {
  /external/chromium_org/chrome/browser/ui/views/
native_focus_tracker_views.h 20 static Browser* GetBrowserForNativeView(gfx::NativeView view);
23 virtual void OnNativeFocusChange(gfx::NativeView focused_before,
24 gfx::NativeView focused_now) OVERRIDE;
  /external/chromium/chrome/browser/chromeos/
native_dialog_window.h 30 gfx::NativeView native_dialog,
36 gfx::NativeWindow GetNativeDialogWindow(gfx::NativeView native_dialog);
39 gfx::Rect GetNativeDialogContentsBounds(gfx::NativeView native_dialog);
  /external/chromium_org/chrome/browser/ui/views/notifications/
balloon_view_host.h 30 gfx::NativeView native_view() const {
35 void Init(gfx::NativeView parent);
42 gfx::NativeView parent_native_view_;
  /external/chromium_org/chrome/browser/
platform_util.h 34 gfx::NativeWindow GetTopLevel(gfx::NativeView view);
37 gfx::NativeView GetParent(gfx::NativeView view);
48 bool IsVisible(gfx::NativeView view);
platform_util_android.cc 25 gfx::NativeWindow GetTopLevel(gfx::NativeView view) {
30 gfx::NativeView GetParent(gfx::NativeView view) {
44 bool IsVisible(gfx::NativeView view) {
platform_util_aura.cc 16 gfx::NativeWindow GetTopLevel(gfx::NativeView view) {
20 gfx::NativeView GetParent(gfx::NativeView view) {
41 bool IsVisible(gfx::NativeView view) {
platform_util_common_linux.cc 11 gfx::NativeWindow GetTopLevel(gfx::NativeView view) {
18 gfx::NativeView GetParent(gfx::NativeView view) {
30 bool IsVisible(gfx::NativeView view) {
  /external/chromium_org/chrome/browser/ui/ash/
ash_util.h 14 bool IsNativeViewInAsh(gfx::NativeView native_view);
  /external/chromium_org/ui/views/focus/
widget_focus_manager.h 24 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);
  /external/chromium/chrome/browser/autofill/
autofill_dialog.h 16 typedef void* NativeView;
50 void ShowAutoFillDialog(gfx::NativeView parent,
  /external/chromium_org/chrome/browser/ui/views/tabs/
native_view_photobooth.h 18 // An object that a NativeView "steps into" to have its picture taken. This is
19 // used to generate a full size screen shot of the contents of a NativeView
22 // Implementation note: This causes the NativeView to be re-parented to a
30 static NativeViewPhotobooth* Create(gfx::NativeView initial_view);
36 virtual void Replace(gfx::NativeView new_view) = 0;
  /external/chromium_org/ui/gfx/
gtk_native_view_id_manager.h 46 gfx::NativeViewId GetIdForWidget(gfx::NativeView widget);
60 // Same as GetXIDForId except it returns the NativeView (GtkWidget*).
61 bool GetNativeViewForId(gfx::NativeView* xid, gfx::NativeViewId id);
88 void OnRealize(gfx::NativeView widget);
89 void OnUnrealize(gfx::NativeView widget);
90 void OnDestroy(gfx::NativeView widget);
101 gfx::NativeView widget;
105 gfx::NativeViewId GetWidgetId(gfx::NativeView id);
112 std::map<gfx::NativeView, gfx::NativeViewId> native_view_to_id_;
  /external/chromium/chrome/browser/ui/views/notifications/
balloon_view_host.h 33 gfx::NativeView native_view() const {
38 void Init(gfx::NativeView parent);
52 gfx::NativeView parent_native_view_;
  /external/chromium/chrome/browser/
platform_util.h 28 gfx::NativeWindow GetTopLevel(gfx::NativeView view);
31 gfx::NativeView GetParent(gfx::NativeView view);
42 bool IsVisible(gfx::NativeView view);

Completed in 251 milliseconds

1 2 3 4 5 6 7 8 91011>>