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

1 2 3 4 5

  /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;
native_view_photobooth_win.h 32 explicit NativeViewPhotoboothWin(gfx::NativeView initial_view);
38 virtual void Replace(gfx::NativeView new_view) 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);
native_dialog_window.cc 56 NativeDialogHost(gfx::NativeView native_dialog,
88 gfx::NativeView dialog_;
107 NativeDialogHost::NativeDialogHost(gfx::NativeView native_dialog,
132 gfx::NativeView contents = contents_view_->native_view();
268 gfx::NativeView native_dialog,
278 gfx::NativeWindow GetNativeDialogWindow(gfx::NativeView native_dialog) {
284 gfx::Rect GetNativeDialogContentsBounds(gfx::NativeView native_dialog) {
  /external/chromium/chrome/browser/autofill/
autofill_dialog.h 16 typedef void* NativeView;
50 void ShowAutoFillDialog(gfx::NativeView parent,
  /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);
platform_util_common_linux.cc 60 gfx::NativeWindow GetTopLevel(gfx::NativeView view) {
67 gfx::NativeView GetParent(gfx::NativeView view) {
79 bool IsVisible(gfx::NativeView view) {
platform_util_win.cc 164 gfx::NativeWindow GetTopLevel(gfx::NativeView view) {
168 gfx::NativeView GetParent(gfx::NativeView view) {
180 bool IsVisible(gfx::NativeView view) {
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_manager_mac.h 23 BrowserAccessibilityManagerMac(gfx::NativeView parent_view,
browser_accessibility_manager.h 51 gfx::NativeView parent_view,
98 gfx::NativeView GetParentView();
110 gfx::NativeView parent_view,
150 gfx::NativeView parent_view_;
  /external/chromium/chrome/browser/ui/cocoa/notifications/
balloon_view_host_mac.h 28 gfx::NativeView native_view() const;
  /external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_host_gtk.h 30 gfx::NativeView native_view() const;
balloon_view_host_gtk.cc 23 gfx::NativeView BalloonViewHost::native_view() const {
  /external/chromium/chrome/browser/bookmarks/
bookmark_pasteboard_helper_mac.h 48 gfx::NativeView view);
  /external/chromium/chrome/browser/ui/tabs/
dock_info.h 31 const std::set<gfx::NativeView>& ignore) = 0;
35 const std::set<gfx::NativeView>& ignore) = 0;
96 const std::set<gfx::NativeView>& ignore);
107 const std::set<gfx::NativeView>& ignore);
  /external/chromium/chrome/browser/chromeos/frame/
browser_view.h 79 gfx::NativeView saved_focused_widget() const {
101 gfx::NativeView saved_focused_widget_;
  /external/chromium/chrome/browser/printing/
print_job_worker.h 42 gfx::NativeView parent_view,
92 void GetSettingsWithUI(gfx::NativeView parent_view,
printer_query.h 49 gfx::NativeView parent_view,

Completed in 408 milliseconds

1 2 3 4 5